diff --git a/ChangeLog b/ChangeLog
index c79a73d1e1..815c7b843e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,8 @@ phpMyAdmin - ChangeLog
+ rfe #1606 processlist filter
+ rfe Change tracking activation status from db level tracking page
+ rfe #1207 Export users associated with a specific schema/database
++ rfe #1575 "Disable database expansion" : unclear directive name and
+explanation
4.3.11.0 (not yet released)
- bug #4774 SQL links are completely wrong
diff --git a/doc/config.rst b/doc/config.rst
index 26e0739d55..4981bd0045 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -1592,12 +1592,12 @@ Navigation panel setup
* ``tbl_change.php``
* ``sql.php``
-.. config:option:: $cfg['NavigationTreeDisableDatabaseExpansion']
+.. config:option:: $cfg['NavigationTreeEnableExpansion']
:type: boolean
:default: false
- Whether or not to disable the possibility of databases expansion in the navigation panel
+ Whether to offer the possibility of tree expansion in the navigation panel.
Main panel
----------
diff --git a/libraries/config.default.php b/libraries/config.default.php
index 817ac73869..8b0798dcd0 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -982,9 +982,9 @@ $cfg['NavigationTreeDefaultTabTable2'] = '';
/**
* Disables the possibility of database expansion
*
- * @global boolean $cfg['DisableDatabaseExpansion']
+ * @global boolean $cfg['NavigationTreeEnableExpansion']
*/
-$cfg['NavigationTreeDisableDatabaseExpansion'] = false;
+$cfg['NavigationTreeEnableExpansion'] = true;
/*******************************************************************************
* In the main panel, at startup...
diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php
index a4c219882b..cf2b97d3c9 100644
--- a/libraries/config/messages.inc.php
+++ b/libraries/config/messages.inc.php
@@ -460,10 +460,10 @@ $strConfigNavigationTreeTableLevel_name = __('Maximum table tree depth');
$strConfigNavigationTreePointerEnable_desc
= __('Highlight server under the mouse cursor.');
$strConfigNavigationTreePointerEnable_name = __('Enable highlighting');
-$strConfigNavigationTreeDisableDatabaseExpansion_desc
- = __('Whether to disable the possibility of database expansion or not.');
-$strConfigNavigationTreeDisableDatabaseExpansion_name
- = __('Disable database expansion');
+$strConfigNavigationTreeEnableExpansion_desc
+ = __('Whether to offer the possibility of tree expansion in the navigation panel.');
+$strConfigNavigationTreeEnableExpansion_name
+ = __('Enable navigation tree expansion');
$strConfigNumRecentTables_desc
= __('Maximum number of recently used tables; set 0 to disable.');
$strConfigNumFavoriteTables_desc
diff --git a/libraries/config/setup.forms.php b/libraries/config/setup.forms.php
index fa22ba0bc8..90083a7625 100644
--- a/libraries/config/setup.forms.php
+++ b/libraries/config/setup.forms.php
@@ -173,7 +173,7 @@ $forms['Navi_panel']['Navi_panel'] = array(
'FirstLevelNavigationItems',
'MaxNavigationItems',
'NavigationTreeEnableGrouping',
- 'NavigationTreeDisableDatabaseExpansion',
+ 'NavigationTreeEnableExpansion',
'NavigationTreeDisplayItemFilterMinimum',
'NumRecentTables',
'NumFavoriteTables'
diff --git a/libraries/config/user_preferences.forms.php b/libraries/config/user_preferences.forms.php
index 06825004dc..150642e93f 100644
--- a/libraries/config/user_preferences.forms.php
+++ b/libraries/config/user_preferences.forms.php
@@ -83,7 +83,7 @@ $forms['Navi_panel']['Navi_panel'] = array(
'FirstLevelNavigationItems',
'MaxNavigationItems',
'NavigationTreeEnableGrouping',
- 'NavigationTreeDisableDatabaseExpansion',
+ 'NavigationTreeEnableExpansion',
'NavigationTreeDisplayItemFilterMinimum',
'NumRecentTables',
'NumFavoriteTables'
diff --git a/libraries/navigation/NavigationTree.class.php b/libraries/navigation/NavigationTree.class.php
index e05dcfb217..219d96a19f 100644
--- a/libraries/navigation/NavigationTree.class.php
+++ b/libraries/navigation/NavigationTree.class.php
@@ -629,7 +629,7 @@ class PMA_NavigationTree
public function groupNode($node)
{
if ($node->type != Node::CONTAINER
- || $GLOBALS['cfg']['NavigationTreeDisableDatabaseExpansion']
+ || ! $GLOBALS['cfg']['NavigationTreeEnableExpansion']
) {
return;
}
@@ -774,7 +774,7 @@ class PMA_NavigationTree
$retval .= '
';
$retval .= '';
$retval .= $this->_fastFilterHtml($this->_tree);
- if (! $GLOBALS['cfg']['NavigationTreeDisableDatabaseExpansion']
+ if ($GLOBALS['cfg']['NavigationTreeEnableExpansion']
) {
$retval .= $this->_controls();
}
diff --git a/libraries/navigation/Nodes/Node.class.php b/libraries/navigation/Nodes/Node.class.php
index 65e5e5a8ef..b632708287 100644
--- a/libraries/navigation/Nodes/Node.class.php
+++ b/libraries/navigation/Nodes/Node.class.php
@@ -750,7 +750,7 @@ class Node
*/
public function getCssClasses($match)
{
- if ($GLOBALS['cfg']['NavigationTreeDisableDatabaseExpansion']
+ if (! $GLOBALS['cfg']['NavigationTreeEnableExpansion']
) {
return '';
}
@@ -776,7 +776,7 @@ class Node
*/
public function getIcon($match)
{
- if ($GLOBALS['cfg']['NavigationTreeDisableDatabaseExpansion']
+ if (! $GLOBALS['cfg']['NavigationTreeEnableExpansion']
) {
return '';
} elseif ($match && ! $this->is_group) {
diff --git a/po/af.po b/po/af.po
index c576e5b6ea..42969fb293 100644
--- a/po/af.po
+++ b/po/af.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-28 11:05+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Afrikaans \n"
-"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -94,7 +94,7 @@ msgstr "Kolom naam"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr "Primere"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nee"
@@ -208,16 +208,16 @@ msgstr "Nee"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ja"
@@ -269,15 +269,15 @@ msgstr ""
"Die phpMyAdmin konfigurasie stoor is gedeaktiveer. Om uit te vind hoekom "
"kliek %shier%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabel"
@@ -380,13 +380,13 @@ msgstr "Opgedateer"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -399,7 +399,7 @@ msgstr "Aksie"
msgid "Show"
msgstr "Wys"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete"
msgid "Delete tracking"
@@ -419,15 +419,25 @@ msgstr "Naspeur verslag"
msgid "Structure snapshot"
msgstr "Struktuur momentopname"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "nie aktief nie"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktief"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nie gevolgde tabelle"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Volg tabel"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Databasis opname"
@@ -552,7 +562,7 @@ msgid "Add geometry"
msgstr "Voeg geometrie by"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -574,9 +584,9 @@ msgstr "Voeg geometrie by"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -623,11 +633,11 @@ msgstr "Voltooi invoegings"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Jy het heel moontlik te groot leer probeer oplaai. Verwys asb na "
-"%sdocumentation%s vir 'n omseiling van die limiet."
+"Jy het heel moontlik te groot leer probeer oplaai. Verwys asb na %"
+"sdocumentation%s vir 'n omseiling van die limiet."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1354,12 +1364,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1887,18 +1897,18 @@ msgid "Show query box"
msgstr "SQL-stelling"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Verander"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2160,7 +2170,7 @@ msgstr "Tabel kommentaar"
msgid "Ignore"
msgstr "Ignoreer"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2178,7 +2188,7 @@ msgstr "Lyne beeindig deur"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2335,10 +2345,10 @@ msgstr "Kolom name"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Wys alles"
@@ -2449,7 +2459,7 @@ msgstr "Indekse"
msgid "Show hidden navigation tree items."
msgstr "Wys ruitgebied"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Indexes"
@@ -2517,7 +2527,7 @@ msgstr ""
msgid "up to date"
msgstr "Geen databasisse"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -2996,8 +3006,8 @@ msgid "Requery"
msgstr "in navraag"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3006,16 +3016,16 @@ msgid "Delete"
msgstr "Verwyder"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3098,7 +3108,7 @@ msgid "History"
msgstr "Ignoreer SQL Validasie"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3143,7 +3153,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3197,9 +3207,9 @@ msgstr "SQL-stelling"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3208,9 +3218,9 @@ msgstr ""
msgid "Ascending"
msgstr "Dalend"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3438,30 +3448,30 @@ msgstr "Binne tabel(le):"
msgid "Inside column:"
msgstr "Binne tabel(le):"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Voeg By/Verwyder Veld Kolomme"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Velde"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Soek in databasis"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3469,7 +3479,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Begin"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3478,7 +3488,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Vorige"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3487,7 +3497,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Volgende"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3495,129 +3505,129 @@ msgctxt "Last page"
msgid "End"
msgstr "Einde"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Alle"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "Hoeveelheid rye per bladsy"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Gedeeltelike Tekste"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Volle Tekste"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Relasie uitsig"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
msgid "Relational display column"
msgstr "Relasie uitsig"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
msgid "Hide browser transformation"
msgstr "Wys PHP informasie"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Die ry is verwyder"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Vermoor"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Jou SQL-navraag is suksesvol uitgevoer."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Vertoon rye"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "totaal"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Met gekose:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3625,50 +3635,52 @@ msgstr "Met gekose:"
msgid "Check All"
msgstr "Kies Alles"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Verander"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Export"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Drukker mooi (print view)"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display chart"
msgstr "Kolom Kommentaar word vertoon"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3834,7 +3846,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3894,9 +3906,9 @@ msgstr "Voeg by"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Regte"
@@ -3960,7 +3972,7 @@ msgstr "Voeg By/Verwyder Veld Kolomme"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "databasisse"
@@ -4083,7 +4095,7 @@ msgid "Recent"
msgstr "Herstel"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
msgid "Favorite tables"
msgstr "Skep 'n nuwe bladsy"
@@ -4535,14 +4547,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4796,7 +4808,7 @@ msgstr ""
msgid "MySQL said: "
msgstr "MySQL het gepraat: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Verduidelik SQL"
@@ -4808,7 +4820,7 @@ msgstr "Ignoreer SQL Verduideliking"
msgid "Without PHP Code"
msgstr "Sonder PHP Kode"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Skep PHP Kode"
@@ -5343,7 +5355,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6486,7 +6498,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6550,1002 +6562,1003 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Wys ruitgebied"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Tabel kommentaar"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-msgid "Disable database expansion"
-msgstr "Databasis statistieke"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+msgid "Enable navigation tree expansion"
+msgstr "Tabel kommentaar"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Analiseer tabel"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Verander tabel sorteer volgens"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
msgid "Table navigation bar"
msgstr "Tabel kommentaar"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Hernoem tabel na"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "'n primere sleutel is bygevoeg op %s."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
msgid "Relational display"
msgstr "Relasie uitsig"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Databasis statistieke"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "Dokumentasie"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Enige gasheer (host)"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Enige gasheer (host)"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Geen databasisse"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "Bediener Keuse"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Voeg By/Verwyder Veld Kolomme"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Moenie die wagwoord verander nie"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "Databasis"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "Bediener Keuse"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Analiseer tabel"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
msgid "Favorites table"
msgstr "Skep 'n nuwe bladsy"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Herstel tabel"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Bediener Keuse"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr "Limits the number of new connections the user may open per hour."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Kolom Kommentaar word vertoon"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Stellings"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
msgid "Automatically create versions"
msgstr "Bediener weergawe"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Gebruik Tabelle"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Wys PHP informasie"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "Wys tabelle"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Wys ruitgebied"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL-stelling"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "Ry Statistiek"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Voeg By/Verwyder Veld Kolomme"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Verstekwaarde (default)"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7553,52 +7566,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7606,74 +7619,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Gebruiker Naam:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Wagwoord"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "Bediener Keuse"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Enable Zero Configuration mode"
@@ -8154,8 +8167,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8662,8 +8675,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9818,8 +9831,8 @@ msgstr "Welkom by %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11046,7 +11059,7 @@ msgstr "Gebruiker naam"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Wagwoord"
@@ -11077,8 +11090,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Gasheer (host)"
@@ -11900,7 +11913,7 @@ msgstr "Geen"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11938,14 +11951,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -11956,7 +11969,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
#, fuzzy
msgid "Global privileges"
msgstr "Geen Regte"
@@ -11966,7 +11979,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11984,14 +11997,14 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
#, fuzzy
msgid "Login Information"
msgstr "Wys PHP informasie"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -12016,7 +12029,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Jy het die regte herroep vir %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12039,206 +12052,206 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
msgid "User has been added."
msgstr "Veld %s is verwyder"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Gebruiker"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Geen gebruiker(s) gevind nie."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Enige"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Verander Regte"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Herroep"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Jy het die regte opgedateer vir %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Regte"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Verander Regte"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Jy het 'n nuwe gebruiker bygevoeg."
@@ -14157,14 +14170,6 @@ msgstr ""
msgid "Delete version"
msgstr "Bediener weergawe"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktief"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "nie aktief nie"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14294,11 +14299,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14623,24 +14628,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "Databasis %s is verwyder."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "With selected:"
msgid "No versions selected."
msgstr "Met gekose:"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15032,8 +15037,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15160,8 +15165,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15812,6 +15817,10 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~ msgid "Disable database expansion"
+#~ msgstr "Databasis statistieke"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Verwyder naspeur data vir die tabel"
diff --git a/po/ar.po b/po/ar.po
index 2c8dff6790..431c15f7e3 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-08 16:18+0100\n"
"Last-Translator: phlyper \n"
"Language-Team: Arabic \n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Poedit 1.7.4\n"
@@ -95,7 +95,7 @@ msgstr "عمود"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr "أساسي"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "لا"
@@ -209,16 +209,16 @@ msgstr "لا"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "نعم"
@@ -266,18 +266,18 @@ msgstr "تم نسخ قاعدة البيانات %1$s إلى %2$s"
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا"
-"%s."
+"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%"
+"s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "الجدول"
@@ -380,13 +380,13 @@ msgstr "محدث"
msgid "Status"
msgstr "الحالة"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -399,7 +399,7 @@ msgstr "العملية"
msgid "Show"
msgstr "عرض"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "حذف بيانات تتبع التغيرات"
@@ -417,15 +417,25 @@ msgstr "تقرير التتبع"
msgid "Structure snapshot"
msgstr "لقطة للبناء الهيكلي"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "غير نشط"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "نشط"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "الجداول الغير متتبعة"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "تتبع الجدول"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "سجل قاعدة البيانات"
@@ -555,7 +565,7 @@ msgid "Add geometry"
msgstr "أضف هندسة"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -577,9 +587,9 @@ msgstr "أضف هندسة"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -626,8 +636,8 @@ msgstr "إدخال كامل"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"من المحتمل أنك قد حاولت رفع ملف كبير الحجم. الرجاء مراجعة %sdocumentation%s "
"لإيجاد حلّ بديل لتغيير هذا الحد."
@@ -914,8 +924,8 @@ msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
-"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا"
-"%s."
+"تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %sهنا%"
+"s."
#: index.php:549
msgid ""
@@ -1367,12 +1377,12 @@ msgstr "أضف تخطيط إلى المشبكة"
msgid "Please add at least one variable to the series!"
msgstr "فضلا , أضف متغير واحد على الأقل للسلسلة"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1862,18 +1872,18 @@ msgid "Show query box"
msgstr "إظهار صندوق الإستعلام"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "تعديل"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d ليس رقم عمود صالح."
@@ -2141,7 +2151,7 @@ msgstr "محتوى نقطة البيانات"
msgid "Ignore"
msgstr "تجاهل"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "نسخ"
@@ -2157,7 +2167,7 @@ msgstr "منحنى"
msgid "Polygon"
msgstr "مضلع"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "هندسة"
@@ -2325,10 +2335,10 @@ msgstr "أنقر مرتين لنسخ اسم العمود"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "عرض الكل"
@@ -2442,7 +2452,7 @@ msgstr "إخفاء الفهارس"
msgid "Show hidden navigation tree items."
msgstr "عرض الشعار في الإطار الأيسر"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2518,7 +2528,7 @@ msgstr ", آخر إصدار مستقر:"
msgid "up to date"
msgstr "محدثة"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "إنشاء عرض"
@@ -2947,8 +2957,8 @@ msgid "Requery"
msgstr "في الاستعلام"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2957,16 +2967,16 @@ msgid "Delete"
msgstr "حذف"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3056,7 +3066,7 @@ msgid "History"
msgstr "نصوص SQL سابقة"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3101,7 +3111,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3157,9 +3167,9 @@ msgstr "إظهار صندوق الإستعلام"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3168,9 +3178,9 @@ msgstr ""
msgid "Ascending"
msgstr "تصاعديا"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3395,125 +3405,125 @@ msgstr "داخل الجداول:"
msgid "Inside column:"
msgstr "داخل العمود:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "إحفظ البيانات المعدّلة"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "استعادة ترتيب الأعمدة"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filter"
msgid "Filter rows"
msgstr "مرشح"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "بحث في قاعدة البيانات"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "بداية"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "سابق"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "التالي"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "نهاية"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "الكل"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "عدد الأسطر:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "رتّب حسب الْمفتاح"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "نصوص جزئيّة"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "نصوص كاملة"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "مفتاح العلائقيّة"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "عمود عرض علائقي"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "أظهر المحتويات الثنائية"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "عرض محتويات BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "أخفي محتويات المستعرض"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "نصّ معروف جيّداً"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "ثنائي معروف جيّداً"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "لقد تمّ حذف الصّف"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "حذف"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "ممكن أن يكون تقريبي. أنظر إلى [doc@faq3-11]الأسئلة المتكررة 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3522,48 +3532,48 @@ msgstr "ممكن أن يكون تقريبي. أنظر إلى [doc@faq3-11]الأ
msgid "Your SQL query has been executed successfully."
msgstr "تم تنفيذ إستعلام SQL بنجاح"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"لدى هذا العرض على الأقل هذا العدد من الأسطر. الرجاء مراجعة الــ "
-"%sdocumentation%s."
+"لدى هذا العرض على الأقل هذا العدد من الأسطر. الرجاء مراجعة الــ %"
+"sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "أظهر الصفوف"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "المجموع"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "استغرق الاستعلام %01.4f ثانية"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "مع المحدد:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3571,48 +3581,50 @@ msgstr "مع المحدد:"
msgid "Check All"
msgstr "تحديد الكل"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "تغيير"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "تصدير"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "عمليّات على نتائج الإستعلام"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "عرض نسخة للطباعة"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "عرض للطّباعة (مع النّصوص الكاملة)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "عرض الرّسم البياني"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "إبداء بيانات نظام المعلومات الجغرافية للعيان"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3782,7 +3794,7 @@ msgid ""
msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحدهما."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "خادم"
@@ -3842,9 +3854,9 @@ msgstr "إدخال"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "الإمتيازات"
@@ -3908,7 +3920,7 @@ msgstr "عواميد منطقة النص"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "قاعدة بيانات"
@@ -4040,7 +4052,7 @@ msgid "Recent"
msgstr "إعادة تعيين"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4501,14 +4513,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4756,7 +4768,7 @@ msgstr "كبير: %s%s"
msgid "MySQL said: "
msgstr "MySQL قال: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "شرح SQL"
@@ -4768,7 +4780,7 @@ msgstr "تخطي شرح SQL"
msgid "Without PHP Code"
msgstr "بدون كود PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "أنشئ كود PHP"
@@ -5300,7 +5312,7 @@ msgid "Set value: %s"
msgstr "تعيين القيمة: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "إستعادة القيمة الإفتراضية"
@@ -6543,7 +6555,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "المستخدمين لايمكنهم وضع قيمة أكبر"
@@ -6617,37 +6629,37 @@ msgstr "حدود الذاكرة"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "عرض الشعار في الإطار الأيسر"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "عرض الشعار في الإطار الأيسر"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "عرض الشعار"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "URL where logo in the navigation frame will point to"
msgid "URL where logo in the navigation panel will point to."
msgstr "إعمل رابط للمكان الذي يشير اليه الشعار"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "رابط الشعار"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6659,31 +6671,31 @@ msgstr ""
"فتح الصفحة المرتبطة في النافذة الرئيسية ([kbd]main[/kbd]) أو في نافذة جديدة "
"([kbd]new[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "هدف رابط الشعار"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the left frame"
msgid "Display server choice at the top of the navigation panel."
msgstr "عرض إختيار الخادم في الجزء العلوي من الإطار الأيسر"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "عرض إختيار الخوادم"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "الهدف لإيقونة الوصول السريع"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "الهدف لإيقونة الوصول السريع"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid ""
@@ -6691,893 +6703,894 @@ msgid ""
"display a filter box."
msgstr "اقل عدد جداول تعرض في صندوق تصفية الجداول"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of items to display the filter box"
msgstr "اقل عدد جداول تعرض في صندوق تصفية الجداول"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "أقل عدد جداول اللتي تعرض في صندوق ترشيح الجداول"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "فاصل شجرة قاعدة البيانات"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "فاصل شجرة الجدول"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "أقصى عمق لشجرة الجدول"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "توضيح الخادم تحت مؤشر الفأرة"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "تفعيل التوضيح (highlighting)"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "إظهار قواعد البيانات كقائمة"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "عنوان الجدول"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "الجداول المستعملة مؤخراً"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "هذه هي روابط التعديل والنسخ والحذف"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "ترتيب طبيعي"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "إستخدم الأيقونات او النصوص فقط , أو الإثنان"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "عنوان الجدول"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "الترتيب الإفتراضي"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Persistent connections"
msgid "Use persistent connections to MySQL databases."
msgstr "الإتصالات الثابتة"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "الإتصالات الثابتة"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "منع تعديل الأعمدة من نوع BLOB و BINARY"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "حماية الأعمدة من نوع BINARY"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "عدد الإستعلامات التي حفظت"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr "إختر أي وظيفة سوف تستعمل لتغيير الترميز"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "محرك إعادة الترميز"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "عند تصفح الجداول, تذكر ترتيب كل جدول"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "تذكر ترتيب الجداول"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "الترتيب الإفتراضي"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "عمود عرض علائقي"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "خيارات عرض الخوادم"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "قيمة الجلسة"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication settings"
msgid "Authentication method to use."
msgstr "خيارات المصادقة"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "لا يمكن الدخول إلى خادم MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "مضيف التحكم"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "مضيف التحكم"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "عواميد منطقة النص"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "لاتغير كلمة السر"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "اسم قاعدة البيانات"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "الجدول المستخدم مؤخرا"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "متغيرات"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "%s has been disabled for this MySQL server."
msgid "Enable SSL for connection to MySQL server."
msgstr "%s معطل في خادم MySQL هذا."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "إستخدم الجداول"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "استخدم الجدول المضيف"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "إظهار الدمغة الزمنية لتاريخ الإنشاء"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "أعرض نصيحة"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "إحتفظ بصندوق الإستعلام"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr ""
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
@@ -7589,53 +7602,53 @@ msgid ""
msgstr ""
"عبارة المرور السرية تستخدم لتشفير كعكة الإنترنت في[kbd]cookie[/kbd] المصادقة"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "صلاحية دخول الكوكيز"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "عواميد منطقة النص"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "العنوان الغيابي"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7643,52 +7656,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7696,34 +7709,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "اسم المستخدم"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "كلمة السر"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for "
@@ -7735,41 +7748,41 @@ msgstr ""
"تفعيل ضغط [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] لعمليات التصدير "
"والإستيراد"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "زيب"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8241,8 +8254,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8749,8 +8762,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9926,8 +9939,8 @@ msgstr "أهلا بك في %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr "يبدو انك لم تنشئ ملف الإعدادات.إستخدم %1$ssetup script%2$s لإنشائه."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11226,7 +11239,7 @@ msgstr "اسم المستخدم"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "كلمة السر"
@@ -11258,8 +11271,8 @@ msgstr "رقم الخادم"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "المزود"
@@ -12156,7 +12169,7 @@ msgstr "لا شيء"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12195,14 +12208,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "صلاحيات خاصة بالجدول"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12213,7 +12226,7 @@ msgid "Administration"
msgstr "إدارة"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "صلاحيات عامة"
@@ -12224,7 +12237,7 @@ msgid "Global"
msgstr "عام"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "صلاحيات خاصة بقاعدة البيانات"
@@ -12242,13 +12255,13 @@ msgid ""
msgstr "يسمح بإضافة المستخدمين والصلاحيات دون إعادة قراءة جداول الصلاحيات."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "بيانات الدخول"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "استخدم حقل نص"
@@ -12273,7 +12286,7 @@ msgid "You have revoked the privileges for %s."
msgstr "لقد أبطلت الامتيازات لـ %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "إضافة مستخدم"
@@ -12294,221 +12307,221 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "المستخدمين ذوي صلاحية الوصول إلى \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "The row has been deleted."
msgid "User has been added."
msgstr "لقد تم حذف الصف"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "المستخدم"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "منح"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "المستخدم(ون) لم يتم إيجادهم."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "أي"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "عام"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "خاص بقاعدة بيانات"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "حرف شامل"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "خاص بقاعدة بيانات"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "تحرير الامتيازات"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "إبطال"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "عدل الصف التالي"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… أبق القديم."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… احذف القديم من جداول المستخدمين."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… استعد كل الصلاحيات الفعالة من القديم واحذهم بعد ذلك."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… احذف القديم من جداول المستخدمين وأعد قراءة الصلاحيات بعد ذلك."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "غير معلومات الدخول / انسخ اسم مستخدم"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "أضف اسم مستخدم جديد بنفس الصلاحيات و…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "صلاحيات خاصة بالحقل"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "إضافة الصلاحيات على قاعدة البيانات التالية"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "إضافة الصلاحيات على الجدول التالي"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "احذف المستخدمين المحددين"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "استرجع كل الصلاحيات الفعالة من المستخدمين ثم احذفهم بعد ذلك."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "احذف قواعد البيانات التي لها نفس أسماء المستخدمين."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "إعادة تحميل الأمتيازات"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "تم حذف المستخدمين المحددين بنجاح."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "لقد جددت وحدثت الإمتيازات لـ %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "قيد حذف %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "تم إعادة قراءة الصلاحيات بنجاح."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "اسم المستخدم %s موجود مسبقاً!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "الإمتيازات"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "تحرير الامتيازات"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "معلومات المستخدم"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"ملاحظة: يقرأ phpMyAdmin صلاحيات المستخدمين من جداول الصلاحيات من خادم MySQL "
"مباشرة. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا "
"ما تم التعديل عليها يدويا. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s "
"قبل أن تكمل."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "المستخدم المحدد غير موجود في جدول الصلاحيات."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "لقد أضفت مستخدم جديد."
@@ -14498,14 +14511,6 @@ msgstr "تعطيل الآن"
msgid "Delete version"
msgstr "إنشاء إصدار"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "نشط"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "غير نشط"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14637,11 +14642,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14969,25 +14974,25 @@ msgstr[5] ""
msgid "No column selected."
msgstr "لايوجد صفوف مختارة"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "التتبع نشط."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "تم حذف المستخدمين المحددين بنجاح."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "لايوجد صفوف مختارة"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "تم تنفيذ جمل SQL."
@@ -15398,8 +15403,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15532,8 +15537,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16204,6 +16209,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "إظهار قواعد البيانات كقائمة"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "حذف بيانات التتبع لهذا الجدول"
@@ -17061,8 +17071,8 @@ msgstr ""
#~ "The additional features for working with linked tables have been "
#~ "deactivated. To find out why click %shere%s."
#~ msgstr ""
-#~ "تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط "
-#~ "%sهنا%s."
+#~ "تم تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب اضغط %"
+#~ "sهنا%s."
#~ msgid "Execute bookmarked query"
#~ msgstr "نفذ استعلام محفوظ بعلامة مرجعية"
diff --git a/po/az.po b/po/az.po
index 899406f160..ca64471dc7 100644
--- a/po/az.po
+++ b/po/az.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-19 17:42+0200\n"
"Last-Translator: Sevdimali İsa \n"
"Language-Team: Azerbaijani \n"
-"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: az\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2\n"
@@ -91,7 +91,7 @@ msgstr "Sütun"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Birinci Dereceli"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Xeyr"
@@ -205,16 +205,16 @@ msgstr "Xeyr"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Bəli"
@@ -261,15 +261,15 @@ msgstr ""
"phpMyAdmin konfiqurasiya bazası deaktivləşdirilmişdir. Səbəbini "
"aydınlaşdırmaq üçün %sbax%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Cədvəl"
@@ -370,13 +370,13 @@ msgstr "Yeniləndi"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -389,7 +389,7 @@ msgstr "Fəaliyyətlər"
msgid "Show"
msgstr "Göster"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -409,15 +409,25 @@ msgstr "İzləmə hesabatı"
msgid "Structure snapshot"
msgstr "Struktur görüntüs qeyd etmə"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "aktiv deyil"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktiv"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "İzlənilməyən cədvəllər"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Cedvəli İzlə"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Verilənlər Bazası Logları"
@@ -540,7 +550,7 @@ msgid "Add geometry"
msgstr "Həndəsə əlavə et"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -562,9 +572,9 @@ msgstr "Həndəsə əlavə et"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -603,8 +613,8 @@ msgstr "Natamam parametrlər"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Güman ki, böyük bir fayl göndərməyə çalışırsınız. Zəhmət olmasa bu sərhəddi "
"aşmaq üçün %sdokumentasiya%s istifadə edin."
@@ -869,8 +879,8 @@ msgid ""
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"phpMyAdmin konfiqurasiya bazası bütövlükdə konfiqurasiya edilə bilmədi, bəzi "
-"genişləndirilimiş xüsusiyyətlər deaktiv edildi. Səbəbini öyrənmək üçün "
-"%sburaya%s klikləyin. "
+"genişləndirilimiş xüsusiyyətlər deaktiv edildi. Səbəbini öyrənmək üçün %"
+"sburaya%s klikləyin. "
#: index.php:549
msgid ""
@@ -1283,12 +1293,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr "Zəhmət olmasa massivə ən azı bir dəyişən əlavə edin!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1769,18 +1779,18 @@ msgid "Show query box"
msgstr "Sorğu qutusunu göstər"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Redaktə et"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d keçərli sətir sayı deyil."
@@ -2022,7 +2032,7 @@ msgstr "Verilən nöqtə məzmunu"
msgid "Ignore"
msgstr "Diqqete Alma"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2038,7 +2048,7 @@ msgstr "Xətt"
msgid "Polygon"
msgstr "Poliqon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2180,10 +2190,10 @@ msgstr "Sütun adını kopyalamaq üçün iki dəfə klikləyin."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Hamısını göster"
@@ -2277,7 +2287,7 @@ msgstr "Paneli Gizlət"
msgid "Show hidden navigation tree items."
msgstr "Gizli naviqasiya ağac bəndlərini göstər."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Əsas panel ilə əlaqələndir"
@@ -2345,7 +2355,7 @@ msgstr ", son stabil versiya:"
msgid "up to date"
msgstr "aktual"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Görünüş yarat"
@@ -2720,8 +2730,8 @@ msgstr "%s. sətirində gözlənilməyən simvollar."
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"."
msgstr ""
-"%1$s. sətirində gözlənilməyən simvollar. Gözlənən pəncərə, amma tapılan "
-"\"%2$s\"."
+"%1$s. sətirində gözlənilməyən simvollar. Gözlənən pəncərə, amma tapılan \"%2"
+"$s\"."
#: libraries/Advisor.class.php:475
msgid "per second"
@@ -2768,8 +2778,8 @@ msgid "Requery"
msgstr "Sorğunu təkrarla"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2778,16 +2788,16 @@ msgid "Delete"
msgstr "Sil"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2858,7 +2868,7 @@ msgid "History"
msgstr "Tarixçə"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2899,7 +2909,7 @@ msgid "During current session"
msgstr "Cari sessiya ərzində"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2941,9 +2951,9 @@ msgstr "Başlanğıcda sorğu keçmişini göstər"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2952,9 +2962,9 @@ msgstr ""
msgid "Ascending"
msgstr "Artan sırada"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3151,160 +3161,160 @@ msgstr "Cədvəldəkilər:"
msgid "Inside column:"
msgstr "Daxili sütun:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Redaktə edilən verilənləri yaddaşa ver"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Sütun sırasını geri yüklə"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Sətirləri filtrlə"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Bu cədvəldə axtar"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Başlanğıc"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Əvvəlki"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Sonrakı"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Son"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Sətir sayı:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Açara görə sırala"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Qismi Mətnlər"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Tam Mətnlər"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Əlaqəli açar"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Əlaqə görüntü sütunu"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Binar məzmunu göstər"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB məzmunlarını göstər"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Browser transformasiyasını gizlət"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Mətn(WKT)"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binar(WKB)"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Sətir silindi."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Söndür"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "SQL sorğunuz müvəffəqiyyətlə icra edilmişdir."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Göstərilən sətir %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d toplam, %2$d sorğuda"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "cəmi %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "sorğu %01.4f saniyədə icra edildi."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Seçilənləri:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3312,48 +3322,50 @@ msgstr "Seçilənləri:"
msgid "Check All"
msgstr "Hamısını Seç"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Dəyişdir"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksport"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Çap görüntüsü"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Çap görüntüsü(Tam mətn)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Diaqram göstər"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "GIS verilənini vizuallaşdır"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link tapılmadı!"
@@ -3511,7 +3523,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3571,9 +3583,9 @@ msgstr "Əlavə et"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Səlahiyyətlər"
@@ -3635,7 +3647,7 @@ msgstr "Orta sütunlar"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Verilənlər Bazaları"
@@ -3743,7 +3755,7 @@ msgid "Recent"
msgstr "Son"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Favorit cədvəllər"
@@ -4164,14 +4176,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4425,7 +4437,7 @@ msgstr "Ən çox: %s%s"
msgid "MySQL said: "
msgstr "MySQL deyir: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL-i İzah Et"
@@ -4437,7 +4449,7 @@ msgstr "SQL İzah Et-i Keç"
msgid "Without PHP Code"
msgstr "PHP Kodunu Gösterme"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP Kodunu Hazırla"
@@ -4939,7 +4951,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6030,7 +6042,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6094,511 +6106,514 @@ msgstr "Yaddaş limiti"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Gizli naviqasiya ağac bəndlərini göstər."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Naviqasiya panelində logonu göstər."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Naviqasiya panelinin yuxarısında server seçimini göstər."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Verilənlər Bazası genişlənməsini deaktiv et"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Cədvəl naviqasiya çubuğu"
+
+#: libraries/config/messages.inc.php:468
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."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Son istifadə olunan cədvəllər"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Təbii Sıra"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Cədvəl naviqasiya çubuğu"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Cədvəlin sıralamasını xatırla"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Primary key added."
msgid "Primary key default sort order"
msgstr "Birinci Dərəcəli Açar əlavə edildi."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Əlaqə görüntü sütunu"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Serverlərin görüntülənmə seçimləri."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Sessiya deyeri"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "İstifadə üçün identifikasiya metodu."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Əlfəcin cədvəli"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "MySQL server bağlantısını sıxışdır(kompress)."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Əlaqə tipi"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Nəzarət serveri"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Nəzarət portu"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Verilənlər Bazalarını gizlət"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Server host adı"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Orta sütunlar"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -6610,43 +6625,43 @@ msgstr ""
"Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: "
"[kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Parolsuz qoşulmağı sınayın."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6657,30 +6672,30 @@ msgstr ""
"a]-a baxın. Dəstək istəmirsinizsə boş buraxın. Təklif olunan: [kbd]phpmyadmin"
"[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Verilənlər Bazasının adı"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "MySQL serverinin dinlədiyi portu, susmaya görə boş buraxın."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Server portu"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Son istifadə edilən Cədvəl"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -6692,141 +6707,141 @@ msgstr ""
"Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: "
"[kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Favorit cədvəllər"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Əlaqə cədvəli"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server yuvası(socket)"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL server əlaqəsi üçün SSL aktivləşdirir."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Görünüş sütunları cədvəli"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "İfadələrdən izlərə"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Avtomatik olaraq verisyaları yarat"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -6834,205 +6849,205 @@ msgstr ""
"Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: "
"[kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "İstifadəçi cədvəlləri"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Yaradılma zaman nişanını göstər"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Sahə tiplərini göstər"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "İpucu göstər"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL sorğularını göstər"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL sorğusu"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Verilənlər Bazası və cədvəl statistikalarını göstərmək üçün icazə ver(məs: "
"istifadə olunan yaddaş)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Statistikaları göstər"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning 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."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin xəbərdarlığı"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7040,41 +7055,41 @@ msgstr ""
"Redaktə rejimində mətin sahəsinin ölçüsü(sütunlar), SQL sorğu mətni sahələri"
"(*2) və sorğu pəncərəsi (*1.25) üçün bu qiymətin önəmi bildiriləcəkdir."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Mətn sahəsi sütunları"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Mətin Sahəsi sətirləri"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Verilənlər Bazası seçildikdə brovser pəncərə başlığı."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Susmaya görə başlıq"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7082,52 +7097,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Son versiyanı yoxla"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Əsas phpMyAdmin səhifəsində son versiya yoxlamağı aktiv et."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versiya yoxlaması"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7135,70 +7150,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proksi istifadəçi adı"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proksi parolu"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Xəta hesabatları göndər"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Configuration file"
msgid "Enable Zero Configuration mode"
@@ -7637,8 +7652,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8120,8 +8135,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9228,8 +9243,8 @@ msgstr "%s - ə Xoş Gəlmisiniz"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Çox güman ki bunun səbəbi konfiurasiya faylını yaratmadığınızdandır. Bir "
"dənəsin yaratmaq üçün %1$ssetup script%2$s istifadə edə bilərsiniz."
@@ -10433,7 +10448,7 @@ msgstr "İstifadəçi adı"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Parol"
@@ -10463,8 +10478,8 @@ msgstr "Server ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -11257,7 +11272,7 @@ msgstr "Yox"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "İstifadəçi qrupu"
@@ -11298,14 +11313,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Cədvələ xas səlahiyyətlər"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Qeyd: MySQL səlahiyyət adları ingilis dilində ifadə edilmişdir."
@@ -11314,7 +11329,7 @@ msgid "Administration"
msgstr "Administrasiya"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Qlobal səlahiyyətlər"
@@ -11323,7 +11338,7 @@ msgid "Global"
msgstr "Qlobal"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Verilənlər Bazasına Məxsus Səlahiyyətlər"
@@ -11343,13 +11358,13 @@ msgstr ""
"səlahiyyətlərin əlavə edilməsinə icazə verir."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Sistemə Giriş Məlumatı"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Mətn sahəsi istifadə et"
@@ -11375,7 +11390,7 @@ msgid "You have revoked the privileges for %s."
msgstr "%s üçün səlahiyyətləri geri aldınız."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "İstifadəçi əlavə et"
@@ -11396,88 +11411,88 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" bazasındakı bütün səlahiyyətləri ver."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\" Bazasına girişi olan istifadəçilər"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "İstifadəçi əlavə olundu."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "İstifadəçi"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "İcazə ver"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "İstifadəçiləri göstərmək üçün yetərsiz səlahiyyət."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "İstifadəçi tapılmadı."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Hər hansı"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "qlobal"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "bazaya xas"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "xüsusi işarə"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "cədvələ xas"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Səlahiyyətləri Dəyişdir"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Geri al"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "İstifadəçi qruplarını redaktə et"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… köhnəsini saxla."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… istifadəçi cədvəllərindən köhnəsini sil."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -11485,117 +11500,117 @@ msgstr ""
"… Köhnə olanı istifadəçi cədvəllərindən sil və ardından səlahiyyətləri "
"yenidən yüklə."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Sistem Giriş Məlumatını Dəyişdir / İstifadəçini Kopyala"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Eyni səlahiyyətlərə sahib yeni istifadəçi yarat və …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Sütuna xas Səlahiyyətlər"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Aşağıdakı verilənlər baza(ları)sı üçün səlahiyyət müəyyən et:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Aşağıdakı cədvəl üçün səlahiyyətləri müəyyən et:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Seçilən istifadəçiləri ləğv et"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "İstifadəçilərdən bütün aktiv səlahiyyətləri geri al və sonra da sil."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "İstifadəçilərlə eyni adlı verilənlər bazalarını ləğv et."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s silinir"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "%s istifadeçisi mövcuddur!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s üçün səlahiyyətlər"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Yeni"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Səlahiyyətləri redaktə et:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "İstifadəçilərə ümumi baxış"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Qeyd: phpMyAdmin istifadəçi səlahiyyətlərini birbaşa MySQL-in səlahiyyətlər "
"cədvəllərindən almaqdadır. Əgər əllə nizamlamalar edilmişsə, bu cədvəllərin "
"içərisindəkilər webserver-in istifadə etdiklərindən fərqli ola bilər. Bu "
"halda, davam etmədən əvvəl, səlahiyyətləri %syenidən yükləməlisiniz%s."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Yeni istifadəçi əlavə etdiniz."
@@ -13431,14 +13446,6 @@ msgstr "İndi deaktivləşdir"
msgid "Delete version"
msgstr "Versiya yarat"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktiv"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "aktiv deyil"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "İzləmə ifadələri"
@@ -13562,11 +13569,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13887,24 +13894,24 @@ msgstr[1] "Sütün adı '%s' MySQL'ə ayrılmış açar kəlimədir."
msgid "No column selected."
msgstr "Sütun seçilməmişdir."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s izləmə aktiv edildi."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Table %1$s has been altered successfully."
msgid "Tracking versions deleted successfully."
msgstr "%1$s cədvəli uğurlu bir şəkildə dəyişdirildi."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No column selected."
msgid "No versions selected."
msgstr "Sütun seçilməmişdir."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14284,8 +14291,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14405,8 +14412,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15064,6 +15071,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 0-a konfiqurasiya edilib"
+#~ msgid "Disable database expansion"
+#~ msgstr "Verilənlər Bazası genişlənməsini deaktiv et"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Cədvəl üçün izləmə verilənlərini sil"
diff --git a/po/be.po b/po/be.po
index 6c5b7b2a4d..b54aa795f7 100644
--- a/po/be.po
+++ b/po/be.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-09 18:19+0200\n"
"Last-Translator: Viktar Palstsiuk \n"
"Language-Team: Belarusian \n"
-"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: be\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 2.2-dev\n"
#: changelog.php:36 license.php:28
@@ -92,7 +92,7 @@ msgstr "Калонка"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Першасны"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Не"
@@ -206,16 +206,16 @@ msgstr "Не"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Так"
@@ -260,15 +260,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "Сховішча канфігурацыі PHPMyAdmin дэактываванае. %sДаведацца чаму%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Табліца"
@@ -373,13 +373,13 @@ msgstr ""
msgid "Status"
msgstr "Стан"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -392,7 +392,7 @@ msgstr "Дзеяньне"
msgid "Show"
msgstr "Паказаць"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -414,17 +414,27 @@ msgstr ""
msgid "Structure snapshot"
msgstr "Толькі структуру"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
#, fuzzy
msgid "Untracked tables"
msgstr "Праверыць табліцу"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
#, fuzzy
msgid "Track table"
msgstr "Праверыць табліцу"
-#: db_tracking.php:325
+#: db_tracking.php:347
#, fuzzy
msgid "Database Log"
msgstr "База дадзеных"
@@ -560,7 +570,7 @@ msgid "Add geometry"
msgstr "Дадаць новага карыстальніка"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -582,9 +592,9 @@ msgstr "Дадаць новага карыстальніка"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -625,11 +635,11 @@ msgstr "Поўная ўстаўка"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Вы, мусіць, паспрабавалі загрузіць вельмі вялікі файл. Калі ласка, "
"зьвярніцеся да %sдакумэнтацыі%s для высьвятленьня спосабаў абыйсьці гэтае "
@@ -664,8 +674,8 @@ msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
-"Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца "
-"(%s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай "
+"Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца (%"
+"s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай "
"канфігурацыі."
#: import.php:534
@@ -1420,12 +1430,12 @@ msgstr "Зьвяць зь сеткай"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1976,18 +1986,18 @@ msgid "Show query box"
msgstr "SQL-запыт"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Рэдагаваць"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d не зьяўляецца карэктным нумарам радка."
@@ -2254,7 +2264,7 @@ msgstr "Памер указальніка на дадзеныя"
msgid "Ignore"
msgstr "Ігнараваць"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Скапіяваць"
@@ -2272,7 +2282,7 @@ msgstr "Радкі падзеленыя"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2433,10 +2443,10 @@ msgstr "Назвы калёнак"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Паказаць усе"
@@ -2550,7 +2560,7 @@ msgstr "Дадаць новае поле"
msgid "Show hidden navigation tree items."
msgstr "Паказаць сетку"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2624,7 +2634,7 @@ msgstr "Стварыць сувязь"
msgid "up to date"
msgstr "Базы дадзеных адсутнічаюць"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3108,8 +3118,8 @@ msgid "Requery"
msgstr "па запыту"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3118,16 +3128,16 @@ msgid "Delete"
msgstr "Выдаліць"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3212,7 +3222,7 @@ msgid "History"
msgstr "Гісторыя SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3257,7 +3267,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3311,9 +3321,9 @@ msgstr "Скінуць кэш запытаў"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3322,9 +3332,9 @@ msgstr ""
msgid "Ascending"
msgstr "прамы"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3558,31 +3568,31 @@ msgstr "У табліцы(ах):"
msgid "Inside column:"
msgstr "Унутры поля:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
msgid "Save edited data"
msgstr "Хатняя тэчка дадзеных"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Дадаць/выдаліць калёнку крытэру"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Файлы"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Пошук у базе дадзеных"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3590,7 +3600,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Першая старонка"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3599,7 +3609,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Папярэдняя старонка"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3608,7 +3618,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Наступная старонка"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3616,87 +3626,87 @@ msgctxt "Last page"
msgid "End"
msgstr "Апошняя старонка"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Усе"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Колькасьць палёў"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Сартаваць па ключы"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Частковыя тэксты"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Поўныя тэксты"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Ключ сувязі"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Адлюстраванае поле сувязі"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Пераўтварэньне MIME-тыпу браўзэрам"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Радок быў выдалены"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Спыніць"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Значэньне можа быць прыблізным. Гл. [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3705,48 +3715,48 @@ msgstr "Значэньне можа быць прыблізным. Гл. [doc@fa
msgid "Your SQL query has been executed successfully."
msgstr "Ваш SQL-запыт быў пасьпяхова выкананы"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Гэты прагляд мае толькі такую колькасьць радкоў. Калі ласка, зьвярніцеся да "
-"%sдакумэнтацыі%s."
+"Гэты прагляд мае толькі такую колькасьць радкоў. Калі ласка, зьвярніцеся да %"
+"sдакумэнтацыі%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Паказаныя запісы"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "усяго"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Запыт выконваўся %01.4f сэк"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "З адзначанымі:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3754,50 +3764,52 @@ msgstr "З адзначанымі:"
msgid "Check All"
msgstr "Адзначыць усё"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Зьмяніць"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Экспарт"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Дзеяньні з вынікамі запытаў"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Вэрсія для друку"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Вэрсія для друку (з усім тэкстам)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Паказаць PDF-схему"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3975,7 +3987,7 @@ msgstr ""
"іх, магчыма, можна выдаліць."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сэрвэр"
@@ -4035,9 +4047,9 @@ msgstr "Уставіць"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Прывілеі"
@@ -4101,7 +4113,7 @@ msgstr "Дадаць/выдаліць калёнку крытэру"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Базы дадзеных"
@@ -4227,7 +4239,7 @@ msgid "Recent"
msgstr "Скінуць"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4691,14 +4703,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4955,7 +4967,7 @@ msgstr "Максымальны памер: %s%s"
msgid "MySQL said: "
msgstr "Адказ MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Тлумачыць SQL"
@@ -4967,7 +4979,7 @@ msgstr "Не тлумачыць SQL"
msgid "Without PHP Code"
msgstr "Без PHP-коду"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Стварыць PHP-код"
@@ -5520,7 +5532,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6707,7 +6719,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6783,60 +6795,60 @@ msgstr "Абмежаваньні рэсурсаў"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Паказаць сетку"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Налады экспарту базы дадзеных"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "The number of tables that are open."
msgid ""
@@ -6844,972 +6856,973 @@ msgid ""
"display a filter box."
msgstr "Колькасьць адкрытых табліц."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of items to display the filter box"
msgstr "Колькасьць адкрытых табліц."
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of databases to display the database filter box"
msgstr "Колькасьць адкрытых табліц."
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
#, fuzzy
msgid "Database tree separator"
msgstr "Шаблён назвы файла"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Налады экспарту базы дадзеных"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Загаловак табліцы"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Колькасьць адкрытых табліц."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
msgid "Recently used tables"
msgstr "Праверыць табліцу"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Зьмяніць парадак табліцы"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Загаловак табліцы"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Перайменаваць табліцу ў"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Першасны ключ быў дададзены да %s."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Патокаў узнаўленьня"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display"
msgstr "Адлюстраванае поле сувязі"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Налады экспарту базы дадзеных"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
-msgid "Directory where exports can be saved on server."
-msgstr ""
-
-#: libraries/config/messages.inc.php:539
-#, fuzzy
-msgid "Save directory"
-msgstr "Хатняя тэчка дадзеных"
-
#: libraries/config/messages.inc.php:540
-msgid "Leave blank if not used."
+msgid "Directory where exports can be saved on server."
msgstr ""
#: libraries/config/messages.inc.php:541
#, fuzzy
-msgid "Host authorization order"
-msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала"
+msgid "Save directory"
+msgstr "Хатняя тэчка дадзеных"
#: libraries/config/messages.inc.php:542
-msgid "Leave blank for defaults."
+msgid "Leave blank if not used."
msgstr ""
#: libraries/config/messages.inc.php:543
#, fuzzy
-msgid "Host authorization rules"
+msgid "Host authorization order"
msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала"
#: libraries/config/messages.inc.php:544
-msgid "Allow logins without a password"
+msgid "Leave blank for defaults."
msgstr ""
#: libraries/config/messages.inc.php:545
+#, fuzzy
+msgid "Host authorization rules"
+msgstr "Апаратная аўтэнтыфікацыя скончылася няўдала"
+
+#: libraries/config/messages.inc.php:546
+msgid "Allow logins without a password"
+msgstr ""
+
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Значэньне сэсіі"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
msgid "Authentication method to use."
msgstr "Аўтэнтыфікацыя…"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
#, fuzzy
msgid "Authentication type"
msgstr "Аўтэнтыфікацыя…"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Немагчыма залагавацца на сэрвэр MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Падлучэньні"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Любы хост"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Любы хост"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Базы дадзеных адсутнічаюць"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "імя сэрвэра"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Дадаць/выдаліць калёнку крытэру"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Не зьмяняць пароль"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "імя базы дадзеных"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "ID сэрвэра"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Аналізаваць табліцу"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Зьменныя"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Рамантаваць табліцу"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Выбар сэрвэра"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "The number of fsync() writes done to the log file."
msgid "Enable SSL for connection to MySQL server."
msgstr "Колькасьць сынхранізавыных запісаў, зробленых у лог-файл."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Паказваць камэнтары калёнак"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Дэфрагмэнтаваць табліцу"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Выразы"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Рэжым аўтаматычнага ўзнаўленьня"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Выкарыстоўваць табліцы"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Выкарыстоўваць табліцу хостаў"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Паказаць інфармацыю пра PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
msgid "Show Last check timestamp"
msgstr "Паказаць стан залежных сэрвэраў"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Паказаць адкрытыя табліцы"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Паказаць сетку"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Паказаць поўныя запыты"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL-запыт"
-#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
-msgstr ""
-
-#: libraries/config/messages.inc.php:750
-#, fuzzy
-msgid "Show statistics"
-msgstr "Статыстыка радку"
-
#: libraries/config/messages.inc.php:751
-msgid ""
-"Mark used tables and make it possible to show databases with locked tables."
+msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
#: libraries/config/messages.inc.php:752
#, fuzzy
+msgid "Show statistics"
+msgstr "Статыстыка радку"
+
+#: libraries/config/messages.inc.php:753
+msgid ""
+"Mark used tables and make it possible to show databases with locked tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:754
+#, fuzzy
msgid "Skip locked tables"
msgstr "Паказаць адкрытыя табліцы"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Дадаць/выдаліць калёнку крытэру"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
msgid "Default title"
msgstr "Перайменаваць базу дадзеных у"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7817,53 +7830,53 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
#, fuzzy
msgid "Upload directory"
msgstr "Хатняя тэчка дадзеных"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7871,74 +7884,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Імя карыстальніка:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Пароль"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "ID сэрвэра"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Enable Zero Configuration mode"
@@ -8445,12 +8458,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
-#| "matting strings. Additionally the following transformations will pen: "
-#| "%3$s. Other text will be kept as is."
+#| "matting strings. Additionally the following transformations will pen: %3"
+#| "$s. Other text will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Гэтае значэньне інтэрпрэтуецца з выкарыстаньнем %1$sstrftime%2$s, таму можна "
"выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя "
@@ -9023,8 +9036,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10212,8 +10225,8 @@ msgstr "Запрашаем у %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Імаверна, прычына гэтага ў тым, што ня створаны канфігурацыйны файл. Каб яго "
"стварыць, можна выкарыстаць %1$sналадачны скрыпт%2$s."
@@ -11573,7 +11586,7 @@ msgstr "Імя карыстальніка"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Пароль"
@@ -11606,8 +11619,8 @@ msgstr "ID сэрвэра"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Хост"
@@ -12491,7 +12504,7 @@ msgstr "Няма"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12535,14 +12548,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Прывілеі, спэцыфічныя для табліцы"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12553,7 +12566,7 @@ msgid "Administration"
msgstr "Адміністраваньне"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глябальныя прывілеі"
@@ -12564,7 +12577,7 @@ msgid "Global"
msgstr "глябальны"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Спэцыфічныя прывілеі базы дадзеных"
@@ -12584,13 +12597,13 @@ msgstr ""
"прывілеяў."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Інфармацыя пра ўваход"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Выкарыстоўваць тэкставае поле"
@@ -12615,7 +12628,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Вы анулявалі прывілеі для %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12640,223 +12653,223 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Праверыць прывілеі для базы \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Карыстальнікі з правамі доступу да \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Выгляд %s быў выдалены"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Карыстальнік"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Grant"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Не знойдзены карыстальнік."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Любы"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "глябальны"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "спэцыфічны для базы дадзеных"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "шаблён"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "спэцыфічны для базы дадзеных"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Рэдагаваць прывілеі"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Ануляваць"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
msgid "Edit user group"
msgstr "Вэб-сэрвэр"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… пакінуць старога."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… выдаліць старога з табліцы карыстальнікаў."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць прывілеі."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Стварыць новага карыстальніка з такімі ж прывілеямі і …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Спэцыфічныя прывілеі калёнак"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Дадаць прывілеі на наступную базу"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \\ для іх "
"літаральнага выкарыстаньня."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Дадаць прывілеі на наступную табліцу"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Выдаліць выбраных карыстальнікаў"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Выдаліць базы дадзеных, якія маюць такія ж імёны як і карыстальнікі."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "На выбраныя карыстальнікі для выдаленьня!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Перазагрузіць прывілеі"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Выбраныя карыстальнікі былі пасьпяхова выдаленыя."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Вы зьмянілі прывілеі для %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Выдаленьне %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Прывілеі былі пасьпяхова перазагружаныя."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Карыстальнік %s ужо існуе!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Прывілеі"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Рэдагаваць прывілеі"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Карыстальнікі"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц "
"прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, "
"якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку "
"вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Вылучаны карыстальнік ня знойдзены ў табліцы прывілеяў."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Быў дададзены новы карыстальнік."
@@ -14984,14 +14997,6 @@ msgstr ""
msgid "Delete version"
msgstr "Стварыць сувязь"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -15123,13 +15128,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not save configuration"
msgstr "Немагчыма загрузіць канфігурацыю па змоўчаньні з: \"%1$s\""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15463,24 +15468,24 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Ніводны радок ня выбраны"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Выбраныя карыстальнікі былі пасьпяхова выдаленыя."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Ніводны радок ня выбраны"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15883,8 +15888,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -16017,8 +16022,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16736,6 +16741,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "максымум адначасовых злучэньняў"
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Налады экспарту базы дадзеных"
+
#, fuzzy
#~| msgid "Database for user"
#~ msgid "Table Structure"
@@ -17027,8 +17037,8 @@ msgstr "максымум адначасовых злучэньняў"
#~ "%s."
#~ msgstr ""
#~ "Немагчыма праініцыялізаваць праверку SQL. Калі ласка, праверце, ці "
-#~ "ўсталяваныя ў вас неабходныя пашырэньні PHP, як гэта апісана ў "
-#~ "%sдакумэнтацыі%s."
+#~ "ўсталяваныя ў вас неабходныя пашырэньні PHP, як гэта апісана ў %"
+#~ "sдакумэнтацыі%s."
#, fuzzy
#~| msgid "Error: Relation not added."
diff --git a/po/be@latin.po b/po/be@latin.po
index 638771cd74..877eb46f03 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-28 11:02+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Belarusian (latin) \n"
-"Language: be@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: be@latin\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 1.9-dev\n"
#: changelog.php:36 license.php:28
@@ -95,7 +95,7 @@ msgstr "Nazvy kalonak"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr "Pieršasny"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nie"
@@ -209,16 +209,16 @@ msgstr "Nie"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Tak"
@@ -270,15 +270,15 @@ msgstr ""
"Dadatkovyja mahčymaści raboty z źviazanymi tablicami byli adklučanyja. Kab "
"vyśvietlić čamu, naciśnicie %stut%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tablica"
@@ -390,13 +390,13 @@ msgstr ""
msgid "Status"
msgstr "Stan"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -409,7 +409,7 @@ msgstr "Dziejańnie"
msgid "Show"
msgstr "Pakazać"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -429,15 +429,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -573,7 +583,7 @@ msgid "Add geometry"
msgstr "Dadać novaha karystalnika"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -595,9 +605,9 @@ msgstr "Dadać novaha karystalnika"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -638,11 +648,11 @@ msgstr "Poŭnaja ŭstaŭka"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Vy, musić, pasprabavali zahruzić vielmi vialiki fajł. Kali łaska, "
"źviarniciesia da %sdakumentacyi%s dla vyśviatleńnia sposabaŭ abyjści hetaje "
@@ -677,8 +687,8 @@ msgid ""
"You attempted to load file with unsupported compression (%s). Either support "
"for it is not implemented or disabled by your configuration."
msgstr ""
-"Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca "
-"(%s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj "
+"Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca (%"
+"s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj "
"kanfihuracyi."
#: import.php:534
@@ -1436,12 +1446,12 @@ msgstr "Źviać ź sietkaj"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -2003,18 +2013,18 @@ msgid "Show query box"
msgstr "U vyhladzie SQL-zapytu"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Redagavać"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nie źjaŭlajecca karektnym numaram radka."
@@ -2285,7 +2295,7 @@ msgstr "Pamier ukazalnika na dadzienyja"
msgid "Ignore"
msgstr "Ignaravać"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Skapijavać"
@@ -2303,7 +2313,7 @@ msgstr "Radki padzielenyja"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2464,10 +2474,10 @@ msgstr "Nazvy kalonak"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Pakazać usie"
@@ -2583,7 +2593,7 @@ msgstr "Dadać novaje pole"
msgid "Show hidden navigation tree items."
msgstr "Pakazać sietku"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Use text field"
@@ -2659,7 +2669,7 @@ msgstr ""
msgid "up to date"
msgstr "Bazy dadzienych adsutničajuć"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Create"
@@ -3143,8 +3153,8 @@ msgid "Requery"
msgstr "pa zapytu"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3153,16 +3163,16 @@ msgid "Delete"
msgstr "Vydalić"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3247,7 +3257,7 @@ msgid "History"
msgstr "Historyja SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3292,7 +3302,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3348,9 +3358,9 @@ msgstr "Skinuć keš zapytaŭ"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3359,9 +3369,9 @@ msgstr ""
msgid "Ascending"
msgstr "pramy"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3597,31 +3607,31 @@ msgstr "U tablicy(ach):"
msgid "Inside column:"
msgstr "Unutry pola:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Dadać/vydalić kalonku kryteru"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Files"
msgid "Filter rows"
msgstr "Fajły"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Pošuk u bazie dadzienych"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3629,7 +3639,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Pieršaja staronka"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3638,7 +3648,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Papiaredniaja staronka"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3647,7 +3657,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Nastupnaja staronka"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3655,87 +3665,87 @@ msgctxt "Last page"
msgid "End"
msgstr "Apošniaja staronka"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Usie"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Kolkaść paloŭ"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sartavać pa klučy"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Častkovyja teksty"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Poŭnyja teksty"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Kluč suviazi"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Adlustravanaje pole suviazi"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Pieraŭtvareńnie MIME-typu braŭzeram"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Radok byŭ vydaleny"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Spynić"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Značeńnie moža być prybliznym. Hł. [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3744,48 +3754,48 @@ msgstr "Značeńnie moža być prybliznym. Hł. [doc@faq3-11]FAQ 3.11[/doc]"
msgid "Your SQL query has been executed successfully."
msgstr "Vaš SQL-zapyt byŭ paśpiachova vykanany"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da "
-"%sdakumentacyi%s."
+"Hety prahlad maje tolki takuju kolkaść radkoŭ. Kali łaska, źviarniciesia da %"
+"sdakumentacyi%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Pakazanyja zapisy"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "usiaho"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Zapyt vykonvaŭsia %01.4f sek"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Z adznačanymi:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3793,50 +3803,52 @@ msgstr "Z adznačanymi:"
msgid "Check All"
msgstr "Adznačyć usio"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Źmianić"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Ekspart"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Dziejańni z vynikami zapytaŭ"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Versija dla druku"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Versija dla druku (z usim tekstam)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Pakazać PDF-schiemu"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -4014,7 +4026,7 @@ msgstr ""
"ich, mahčyma, možna vydalić."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -4074,9 +4086,9 @@ msgstr "Ustavić"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Pryvilei"
@@ -4140,7 +4152,7 @@ msgstr "Dadać/vydalić kalonku kryteru"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Bazy dadzienych"
@@ -4269,7 +4281,7 @@ msgid "Recent"
msgstr "Skinuć"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4737,14 +4749,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -5002,7 +5014,7 @@ msgstr "Maksymalny pamier: %s%s"
msgid "MySQL said: "
msgstr "Adkaz MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Tłumačyć SQL"
@@ -5014,7 +5026,7 @@ msgstr "Nie tłumačyć SQL"
msgid "Without PHP Code"
msgstr "Biez PHP-kodu"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Stvaryć PHP-kod"
@@ -5568,7 +5580,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6752,7 +6764,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6826,61 +6838,61 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Pakazać sietku"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Use text field"
msgid "Show logo in navigation panel."
msgstr "Vykarystoŭvać tekstavaje pole"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "The number of tables that are open."
msgid ""
@@ -6888,963 +6900,964 @@ msgid ""
"display a filter box."
msgstr "Kolkaść adkrytych tablic."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of items to display the filter box"
msgstr "Kolkaść adkrytych tablic."
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of databases to display the database filter box"
msgstr "Kolkaść adkrytych tablic."
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Nałady ekspartu bazy dadzienych"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Zahałovak tablicy"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Kolkaść adkrytych tablic."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Analizavać tablicu"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Źmianić paradak tablicy"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Zahałovak tablicy"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Pierajmienavać tablicu ŭ"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Pieršasny kluč byŭ dadadzieny da %s."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Patokaŭ uznaŭleńnia"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display"
msgstr "Adlustravanaje pole suviazi"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Relational display field"
msgid "For display Options"
msgstr "Adlustravanaje pole suviazi"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Značeńnie sesii"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authenticating…"
msgid "Authentication method to use."
msgstr "Aŭtentyfikacyja…"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Niemahčyma załahavacca na server MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Luby chost"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Luby chost"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Dadać/vydalić kalonku kryteru"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Nie źmianiać parol"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "imia bazy dadzienych"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Analizavać tablicu"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Źmiennyja"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, 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ł."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Pakazvać kamentary kalonak"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Defrahmentavać tablicu"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Vyrazy"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Režym aŭtamatyčnaha ŭznaŭleńnia"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Vykarystoŭvać tablicy"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Vykarystoŭvać tablicu chostaŭ"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Pakazać infarmacyju pra PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
msgid "Show Last check timestamp"
msgstr "Pakazać stan zaležnych serveraŭ"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Pakazać adkrytyja tablicy"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Pakazać sietku"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "in query"
msgid "Retain query box"
msgstr "pa zapytu"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr ""
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Dadać/vydalić kalonku kryteru"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Pa zmoŭčańni"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7852,52 +7865,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7905,74 +7918,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username:"
msgid "Proxy username"
msgstr "Imia karystalnika:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Parol"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Enable Zero Configuration mode"
@@ -8484,12 +8497,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
-#| "matting strings. Additionally the following transformations will pen: "
-#| "%3$s. Other text will be kept as is."
+#| "matting strings. Additionally the following transformations will pen: %3"
+#| "$s. Other text will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Hetaje značeńnie interpretujecca z vykarystańniem %1$sstrftime%2$s, tamu "
"možna vykarystoŭvać radki farmatavańnia času. Aproč hetaha, buduć "
@@ -9070,8 +9083,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10262,8 +10275,8 @@ msgstr "Zaprašajem u %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab "
"jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s."
@@ -11039,8 +11052,8 @@ msgstr ""
"dadadzienyja da mietki času (pa zmoŭčańni — 0). Druhi parametar "
"vykarystoŭvajcie, kab paznačyć inšy farmat daty/času. Treci parametar "
"vyznačaje typ daty, jakaja budzie pakazanaja: vašaja lakalnaja data albo "
-"data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). "
-"U zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia "
+"data UTC (vykarystoŭvajcie dla hetaha parametry «local» i «utc» adpaviedna). U "
+"zaležnaści ad hetaha farmat daty maje roznyja značeńni: dla atrymańnia "
"parametraŭ lakalnaj daty hladzicie dakumentacyju dla funkcyi PHP strftime(), "
"a dla hrynvickaha času (parametar «utc») — dakumentacyju funkcyi gmdate()."
@@ -11627,7 +11640,7 @@ msgstr "Imia karystalnika"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Parol"
@@ -11659,8 +11672,8 @@ msgstr "ID servera"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Chost"
@@ -12547,7 +12560,7 @@ msgstr "Nijakaja"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12591,14 +12604,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Pryvilei, specyfičnyja dla tablicy"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12609,7 +12622,7 @@ msgid "Administration"
msgstr "Administravańnie"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Hlabalnyja pryvilei"
@@ -12620,7 +12633,7 @@ msgid "Global"
msgstr "hlabalny"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Specyfičnyja pryvilei bazy dadzienych"
@@ -12640,13 +12653,13 @@ msgstr ""
"pryvilejaŭ."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Infarmacyja pra ŭvachod"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Vykarystoŭvać tekstavaje pole"
@@ -12671,7 +12684,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Vy anulavali pryvilei dla %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12696,225 +12709,225 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Karystalniki z pravami dostupu da \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Vyhlad %s byŭ vydaleny"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Karystalnik"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Grant"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nie znojdzieny karystalnik."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Luby"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "hlabalny"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "specyfičny dla bazy dadzienych"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "šablon"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "specyfičny dla bazy dadzienych"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Redagavać pryvilei"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Anulavać"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Redagavać nastupny radok"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… pakinuć staroha."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… vydalić staroha z tablicy karystalnikaŭ."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… anulavać usie aktyŭnyja pryvilei staroha i paśla vydalić jaho."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… vydalić staroha z tablicy karystalnikaŭ i paśla pierazahruzić pryvilei."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Źmianić rehistracyjnuju infarmacyju / Kapijavać karystalnika"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Stvaryć novaha karystalnika z takimi ž pryvilejami i …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Specyfičnyja pryvilei kalonak"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Dadać pryvilei na nastupnuju bazu"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Symbali padstanoŭki % i _ musiać być ekranavanymi symbalem \\ dla ich "
"litaralnaha vykarystańnia."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Dadać pryvilei na nastupnuju tablicu"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Vydalić vybranych karystalnikaŭ"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Anulavać usie aktyŭnyja pryvilei karystalnikaŭ i paśla vydalić ich."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Vydalić bazy dadzienych, jakija majuć takija ž imiony jak i karystalniki."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Na vybranyja karystalniki dla vydaleńnia!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Pierazahruzić pryvilei"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Vybranyja karystalniki byli paśpiachova vydalenyja."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Vy źmianili pryvilei dla %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Vydaleńnie %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Pryvilei byli paśpiachova pierazahružanyja."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Karystalnik %s užo isnuje!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Pryvilei"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Redagavać pryvilei"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Karystalniki"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Zaŭvaha: phpMyAdmin atrymlivaje pryvilei karystalnikaŭ naŭprostava z tablic "
"pryvilejaŭ MySQL. Źmieściva hetych tablic moža adroźnivacca ad pryvilejaŭ, "
"jakija vykarystoŭvaje server, kali jany byli źmienienyja ŭručnuju. U hetym "
"vypadku vam treba %spierazahruzić pryvilei%s da taho, jak vy praciahniecie."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Vyłučany karystalnik nia znojdzieny ŭ tablicy pryvilejaŭ."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Byŭ dadadzieny novy karystalnik."
@@ -15046,14 +15059,6 @@ msgstr ""
msgid "Delete version"
msgstr "Vydalić suviaź"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -15184,13 +15189,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not save configuration"
msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15517,24 +15522,24 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nivodny radok nia vybrany"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Vybranyja karystalniki byli paśpiachova vydalenyja."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nivodny radok nia vybrany"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15943,8 +15948,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -16079,8 +16084,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16806,6 +16811,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "maksymum adnačasovych złučeńniaŭ"
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Nałady ekspartu bazy dadzienych"
+
#, fuzzy
#~| msgid "Database for user"
#~ msgid "Table Structure"
@@ -17099,8 +17109,8 @@ msgstr "maksymum adnačasovych złučeńniaŭ"
#~ "%s."
#~ msgstr ""
#~ "Niemahčyma prainicyjalizavać pravierku SQL. Kali łaska, praviercie, ci "
-#~ "ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ "
-#~ "%sdakumentacyi%s."
+#~ "ŭstalavanyja ŭ vas nieabchodnyja pašyreńni PHP, jak heta apisana ŭ %"
+#~ "sdakumentacyi%s."
#, fuzzy
#~| msgid "Error: Relation not added."
diff --git a/po/bg.po b/po/bg.po
index 27f95e2505..015d60a5ac 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-26 06:18+0200\n"
"Last-Translator: Valter Georgiev \n"
"Language-Team: Bulgarian \n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Kолона"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Първичен"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Не"
@@ -205,16 +205,16 @@ msgstr "Не"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Да"
@@ -261,15 +261,15 @@ msgstr ""
"Хранилището за конфигурации на phpMyAdmin е деактивирано. За да разберете "
"защо натиснете %sтук%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Таблица"
@@ -369,13 +369,13 @@ msgstr "Актуализиран"
msgid "Status"
msgstr "Състояние"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -388,7 +388,7 @@ msgstr "Действие"
msgid "Show"
msgstr "Показване"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Изтриване информацията за следене"
@@ -406,15 +406,25 @@ msgstr "Доклад за следенето"
msgid "Structure snapshot"
msgstr "Моментна снимка на структурата"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "неактивен"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "активен"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Непроследявани таблици"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Следене на таблица"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Дневник БД"
@@ -538,7 +548,7 @@ msgid "Add geometry"
msgstr "Добави геометрия"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -560,9 +570,9 @@ msgstr "Добави геометрия"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -601,8 +611,8 @@ msgstr "Непълни параметри"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Вероятно сте направили опит да качите твърде голям файл. Моля, обърнете се "
"към %sдокументацията%s за да намерите начин да избегнете това ограничение."
@@ -1309,12 +1319,12 @@ msgstr "Добавяне диаграма към мрежата"
msgid "Please add at least one variable to the series!"
msgstr "Моля добавете поне една променлива към сериите!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1811,18 +1821,18 @@ msgid "Show query box"
msgstr "Показване формата за заявки"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Редакция"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d не е валиден номер на ред."
@@ -2064,7 +2074,7 @@ msgstr "Съдържание на точката с данни"
msgid "Ignore"
msgstr "Игнориране"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Копиране"
@@ -2080,7 +2090,7 @@ msgstr "Linestring"
msgid "Polygon"
msgstr "Многоъгълник"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Геометрия"
@@ -2228,10 +2238,10 @@ msgstr "Щракнете двукратно за копиране името н
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Щракнете стрелката,
за да изберете колони."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Показване на всички"
@@ -2332,7 +2342,7 @@ msgstr "Скриване на панела"
msgid "Show hidden navigation tree items."
msgstr "Показване на скритото навигационно дърво."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Свързване с главния панел"
@@ -2404,7 +2414,7 @@ msgstr ", последната стабилна версия:"
msgid "up to date"
msgstr "актуално"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Създаване на изглед"
@@ -2827,8 +2837,8 @@ msgid "Requery"
msgstr "подзаявка"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2837,16 +2847,16 @@ msgid "Delete"
msgstr "Изтриване"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2932,7 +2942,7 @@ msgid "History"
msgstr "SQL-хронология"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2979,7 +2989,7 @@ msgid "During current session"
msgstr "Прескачане на текущата"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3033,9 +3043,9 @@ msgstr "Стойност на бавните заявки"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3044,9 +3054,9 @@ msgstr ""
msgid "Ascending"
msgstr "Възходящо"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3263,125 +3273,125 @@ msgstr "В таблици:"
msgid "Inside column:"
msgstr "В колона:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Съхраняване на редактираните данни"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Възстановяване на подредбата на колоните"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "Филтри"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Търсене в БД"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Начало"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Предна"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Следваща"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Последна"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Всички"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Брой редове:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Сортиране по ключ"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Частични текстове"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Пълни текстове"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Показване на двоичните данни"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Показване на BLOB-данните"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Без трансформация от браузъра"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Добре познат текст"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Добре позната двоична стойност"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Редът беше изтрит"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Спиране"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Може да има приблизителна стойност. Виж [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3390,46 +3400,46 @@ msgstr "Може да има приблизителна стойност. Виж
msgid "Your SQL query has been executed successfully."
msgstr "SQL заявката беше изпълнена успешно"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "Този изглед има поне толкова реда. Погледнете %sдокументацията%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Показване на записи"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "общо"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Заявката отне %01.4f секунди"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Когато има отметка:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3437,48 +3447,50 @@ msgstr "Когато има отметка:"
msgid "Check All"
msgstr "Маркиране всички"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Промяна"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Експорт"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Операции с резултата от заявката"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Преглед за печат"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Преглед за печат (пълни текстове)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Диаграма"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Визуализиране на GIS данни"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3652,7 +3664,7 @@ msgstr ""
"бъде премахнат."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сървър"
@@ -3712,9 +3724,9 @@ msgstr "Вмъкване"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Права"
@@ -3778,7 +3790,7 @@ msgstr "Колони в текство поле"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "БД"
@@ -3898,7 +3910,7 @@ msgid "Recent"
msgstr "Изчистване"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4351,14 +4363,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4610,7 +4622,7 @@ msgstr "Максимум: %s%s"
msgid "MySQL said: "
msgstr "MySQL отговори: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Обяснение на SQL"
@@ -4622,7 +4634,7 @@ msgstr "Пропусни Explain SQL"
msgid "Without PHP Code"
msgstr "Без PHP код"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Създаване на PHP код"
@@ -5158,7 +5170,7 @@ msgid "Set value: %s"
msgstr "Стойност: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Стойност по подразбиране"
@@ -6452,7 +6464,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6528,194 +6540,195 @@ msgstr "Ограничение на паметта"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Показване на скритото навигационно дърво."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Показване логото в лявата рамка"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Показване лого"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "URL where logo in the navigation frame will point to"
msgid "URL where logo in the navigation panel will point to."
msgstr "Адрес, към който ще сочи логото от рамката на навигацията"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Връзка на логото"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Цел за връзката на логото"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the left frame"
msgid "Display server choice at the top of the navigation panel."
msgstr "Показване изборът на сървър в лявата рамка отгоре"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Цел на пиктограмата за бърз достъп"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Цел на пиктограмата за бърз достъп"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "Низ, който разделя БД в отделни разклонения на дърво"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Разделител на дървото на БД"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "Низ, който разделя таблици в отделни разклонения на дърво"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Разделител на дървото на таблици"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Максимална дълбочина на дървото на таблиците"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight row pointed by the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Маркиране редовете, посочени с мишка"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Включване синтактичното оцветяване"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Показване БД като списък"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Заглавие на таблицата"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Максимален брой скоро отваряни таблици; 0 за забрана"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Максимален брой скоро отваряни таблици; 0 за забрана"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Последно отваряни таблици"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "Това са връзките Редакция, Копиране и Изтриване"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Къде да бъдат показани връзките в ред от таблица"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
msgstr "Използване естествен ред за сортиране на имена на таблици и БД"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Естествен ред"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "Използване само пиктограми, само текст или и двете"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Заглавие на таблицата"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "Използване GZip буфериране за увеличаване скоростта на HTTP трансфери"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip буфериране"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6727,21 +6740,21 @@ msgstr ""
"[kbd]ИНТЕЛИГЕНТНО[/kbd] - т.е. низходящ ред за колони тип TIME, DATE, "
"DATETIME и TIMESTAMP, иначе възходящ ред"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ред за сортиране по подразбиране"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Използване на постоянни връзки към MySQL БД"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Постоянни връзки"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6753,11 +6766,11 @@ msgid ""
msgstr ""
"Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6768,11 +6781,11 @@ msgid ""
msgstr ""
"Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6783,228 +6796,228 @@ msgid ""
msgstr ""
"Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "Разрешаване показването на всички редове"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Защитаване на двоичните колони"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Постоянна история на заявките"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Колко заявки да се съхраняват в историята"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Дължина на историята на заявки"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "При преглед на таблици, сортирането на всяка да бъде запомнено"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Запомняне сортирането на таблици"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Ред за сортиране по подразбиране"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Повтаряне на заглавката"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Релационна схема"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Настройки показване сървъри"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "Папка на сървъра, в която експортите да бъдат записвани"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Оставете празно, ако не се използва"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Оставете празно, за стойности по подразбиране"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Разрешаване вход без парола"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Разрешаване вход с потребител root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Сесийна стойност"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Метод за удостоверяване"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Тип удостоверяване"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Таблица за белязки"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Компресиране връзката към MySQL сървър"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Компресиране връзката"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Тип връзки"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Парола на контролен потребител"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7017,11 +7030,11 @@ msgstr ""
"Специален MySQL потребител с ограничени права, [a@http://wiki.phpmyadmin.net/"
"pma/controluser]още информация[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Контролен потребител"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7033,11 +7046,11 @@ msgstr ""
"Алтернативен хост, на който има хранилище с конфигурация; оставете празно, "
"за да използвате вече дефиниран хост"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Контролен хост"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7050,19 +7063,19 @@ msgstr ""
"Алтернативен хост, на който има хранилище с конфигурация; оставете празно, "
"за да използвате вече дефиниран хост"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "Контролен хост"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Скриване БД, съответстващи на регулярен израз (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7071,166 +7084,166 @@ msgstr ""
"системата за проследяване на дефекти на PMA[/a] и [a@http://bugs.mysql."
"com/19588]дефекти на MySQL[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Забрана използването на INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Скриване БД"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Адрес за изход"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Показване таблицата със състоянието на подчинените"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Колони в текство поле"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Опит за връзка без парола"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Връзка без парола"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Показване само на изброените БД"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "Оставете празно, ако не използвате удостоверяване от настройките"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Парола за удостоверяване от настройките"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Име БД"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 сървърът слуша, оставете празно за този по подразбиране"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Порт на сървъра"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Последно отваряна таблица"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Променливи"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Таблица за връзка"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7242,66 +7255,66 @@ msgstr ""
"За примери посетете [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"видове удостоверяване[/a]"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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 сървърът слуша, оставете празно за този по подразбиране"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Сокет на сървъра"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Разрешаване на SSL връзка към MySQL сървър"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Използване SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Показване таблицата с колоните"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Таблица с визуалните настройки"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7309,11 +7322,11 @@ msgstr ""
"Дали израз DROP DATABASE IF EXISTS да бъде добавян като първи ред в дневника "
"при създаване на БД."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Добавяне DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7321,11 +7334,11 @@ msgstr ""
"Дали израз DROP TABLE IF EXISTS да бъде добавян като първи ред в дневника "
"при създаване на таблица."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Добавяне DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7333,89 +7346,89 @@ msgstr ""
"Дали израз DROP VIEW IF EXISTS да бъде добавян като първи ред в дневника при "
"създаване на изглед."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Добавяне DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Изрази, които да бъдат проследявани"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Автоматично създаване на версии"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Таблица за съхранение на потребителските предпочитания"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Използване таблиците"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "От таблица Host"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7423,36 +7436,36 @@ msgstr ""
"Разбираемо за потребителя описание на този сървър. Ако е празно ще бъде "
"показан хоста."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Описателно име на този сървър"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "Дали на потребителя да бъде показван бутон \"показване всички\""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Разрешаване показването на всички редове"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Показване формуляр за смяна на парола"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Показване формуляр за създаване на БД"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Creation timestamp for all tables"
@@ -7461,11 +7474,11 @@ msgstr ""
"Показване или скриване на колона с времево клеймо на създаването за всички "
"таблици"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Показване времево клеймо на създаването"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last update timestamp for all tables"
@@ -7475,11 +7488,11 @@ msgstr ""
"Показване или скриване на колона с времево клеймо на последната промяна за "
"всички таблици"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Показване времево клеймо на последната промяна"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last check timestamp for all tables"
@@ -7489,11 +7502,11 @@ msgstr ""
"Показване или скриване на колона с времево клеймо на последната проверка за "
"всички таблици"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Показване времево клеймо на последната проверка"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7505,31 +7518,31 @@ msgstr ""
"Определя дали първоначално да бъдат показани типовете на полетата при "
"редакция/вмъкване"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Показване типовете полета"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "Показване на поле с функциите при редакция/вмъкване"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Показване поле с функциите"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "Дали да бъде показвана подсказка"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Показване подсказка"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7541,15 +7554,15 @@ msgstr ""
"Показва връзка към изхода на [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Показване връзка към phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Показва подробна информация за MySQL сървъра"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7558,11 +7571,11 @@ msgid ""
msgstr ""
"Определя дали SQL заявките, генерирани от phpMyAdmin да бъдат показвани"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Показване на SQL заявките"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7571,11 +7584,11 @@ msgid ""
msgstr ""
"Определя дали прозорецът със заявката да остане екрана след изпращането му"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Запазване отворен прозореца за заявки"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
@@ -7583,28 +7596,28 @@ msgstr ""
"Разрешаване показването на статистика за таблици и БД (напр. заемано "
"пространство)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Показване статистика"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Пропускане заключени таблици"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -7616,61 +7629,61 @@ msgid ""
msgstr ""
"Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Валидност на бисквитката за вход"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Колони в текство поле"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Реда в текстово поле"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "Заглавие на прозореца на браузъра, когато е избрана БД"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "Заглавие на прозореца на браузъра, когато не е избрано нищо"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Заглавие по подразбиране"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "Заглавие на прозореца на браузъра, когато е избран сървър"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "Заглавие на прозореца на браузъра, когато е избрана таблица"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7678,57 +7691,57 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr ""
"Папка на сървъра, в която можете да качвате файлове, за да бъдат импортирани"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Папка за качване на файлове"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Проверка за обновление"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Позволява проверка за обновления на страницата на phpMyAdmin"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Проверка за обновления"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7736,34 +7749,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Потребителско име"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Парола"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7775,43 +7788,43 @@ msgstr ""
"Включване на [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
"компресия при импорт и експорт"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Порт на сървъра"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8266,8 +8279,8 @@ msgstr ", @TABLE@ ще стане името на таблицата"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8765,8 +8778,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9944,8 +9957,8 @@ msgstr "Добре дошли в %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Изглежда не се създали конфигурационен файл. Вероятно ще искате да "
"използвате %1$sскрипта за настройки%2$s, за да го създадете."
@@ -11238,7 +11251,7 @@ msgstr "Потребителско име"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Парола"
@@ -11270,8 +11283,8 @@ msgstr "Сървърен идентификатор"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Хост"
@@ -12100,7 +12113,7 @@ msgstr "Няма"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12145,14 +12158,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Специфични за таблицата права"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12163,7 +12176,7 @@ msgid "Administration"
msgstr "Администрация"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глобални права"
@@ -12174,7 +12187,7 @@ msgid "Global"
msgstr "глобален"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Специфични за БД права"
@@ -12194,13 +12207,13 @@ msgstr ""
"правата."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Информация за логване"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "От текстовото поле"
@@ -12225,7 +12238,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Вие отменихте правата на %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Нов потребител"
@@ -12246,92 +12259,92 @@ msgstr "Даване на всички привилегии на име с ма
msgid "Grant all privileges on database \"%s\"."
msgstr "Даване на пълни права над БД \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Потребители с достъп до \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Потребител беше добавен."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Потребител"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Дадени"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Няма потребител."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Всеки"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "глобален"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "специфични за БД"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "знак за заместване"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "специфични за БД"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Редакция"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Отменяне"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Редакция сървър"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… запазване на стария."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… изтриване на стария от таблицата с потребители."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… отмяна на всички права от стария и след това изтриване."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12339,125 +12352,125 @@ msgstr ""
"… изтриване на стария от таблицата с потребители и след това презареждане на "
"правата."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Промяна информацията за вход / Копиране потребител"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Създаване нов потребител със същите права и …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Специфични за колоната права"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "Добавяне на права върху БД:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Ако искате да използвате в името символите '_' (долна черта) и '%' (процент) "
"е необходимо да поставите пред тях символът '\\' (обратна наклонена черта)."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Добавяне на права към следната таблица:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Отстраняване избраните потребители"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Отмяна на всички права на потребителите и след това изтриване."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Изтриване на БД, които имат имена като тези на потребителите."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Не за избрани потребители за изтриване!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Презареждане на правата"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Избраните потребители бяха изтрити успешно."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Вие променихте правата на %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Изтриване на %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Правата бяха презаредени успешно."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Потребител %s вече съществува!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Права на %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
#, fuzzy
#| msgid "New"
msgctxt "Create new user"
msgid "New"
msgstr "Нов"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Редакция"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Преглед потребители"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Забележка: phpMyAdmin взема потребителските права директно от таблицата с "
"правата на MySQL. Съдържанието на тази таблица може да се различава от "
"правата които използва сървъра ако към него са направени промени на ръка. В "
"този случай, трябва да %sпрезаредите правата%s преди да продължите."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Избраният потребител не беше открит в таблицата с права."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Вие добавихте нов потребител."
@@ -14397,14 +14410,6 @@ msgstr "Изключване сега"
msgid "Delete version"
msgstr "Създаване на версия"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "активен"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "неактивен"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14529,11 +14534,11 @@ msgstr ""
"Вашите настройки ще бъдат пазени само за текущата сесия. За да ги използвате "
"постоянно е необходимо %sхранилище за конфигурация на phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Конфигурацията не може да бъде запазена"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14606,8 +14611,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Имате достъп до още настройки, модифицирайки config.inc.php, примерно чрез "
-"%sскрипта за настройки%s."
+"Имате достъп до още настройки, модифицирайки config.inc.php, примерно чрез %"
+"sскрипта за настройки%s."
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -14857,24 +14862,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Няма избрана колона."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Проследяването на %s е активно."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Избраните потребители бяха изтрити успешно."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Няма върнати редове"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15252,8 +15257,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15372,8 +15377,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% от всички сортировки се изпълняват с временни таблици, тази стойност "
"трябва да бъде под 10%%."
@@ -16063,6 +16068,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert e 0"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Показване БД като списък"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Изтриване на проследената информация за тази таблица"
@@ -16419,8 +16429,8 @@ msgstr "concurrent_insert e 0"
#~ "%s."
#~ msgstr ""
#~ "SQL валидаторът не може да бъде инициализиран. Моля проверете дали са "
-#~ "инсталирани необходимите PHP разширения, както е описано в "
-#~ "%sдокументацията%s."
+#~ "инсталирани необходимите PHP разширения, както е описано в %"
+#~ "sдокументацията%s."
#, fuzzy
#~| msgid "Error: Relation not added."
diff --git a/po/bn.po b/po/bn.po
index 08bff4cc82..4cd73e86d5 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-05 10:27+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Bengali \n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -92,7 +92,7 @@ msgstr "স্তম্ভ"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "প্রাথমিক"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "না"
@@ -206,16 +206,16 @@ msgstr "না"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "হ্যাঁ"
@@ -264,18 +264,18 @@ msgstr "ডাটাবেইজ %1$s টি %2$s এ অনুলিপি হ
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"phpMyAdmin কনফিগারেশন সংরক্ষন ব্যবস্থা কার্যকর নয়। কেন জানার জন্য ক্লীক করুন %shere"
-"%s।"
+"phpMyAdmin কনফিগারেশন সংরক্ষন ব্যবস্থা কার্যকর নয়। কেন জানার জন্য ক্লীক করুন %shere%"
+"s।"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "টেবল"
@@ -379,13 +379,13 @@ msgstr "আধুনিকায়ন হয়েছে"
msgid "Status"
msgstr "অবস্থা"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -398,7 +398,7 @@ msgstr "কর্ম"
msgid "Show"
msgstr "দেখাও"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -418,15 +418,25 @@ msgstr "ট্রেকিং প্রতিবেদন"
msgid "Structure snapshot"
msgstr "গঠনের প্রতিচ্ছবি"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "অকার্যকর"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "কার্যকর"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "ট্রেকিং হয়নি যে টেবিলসমুহ"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "টেবিল ট্রেক"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "ডাটাবেইজ লগ"
@@ -549,7 +559,7 @@ msgid "Add geometry"
msgstr "জ্যামিতি যোগ কর"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -571,9 +581,9 @@ msgstr "জ্যামিতি যোগ কর"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -620,8 +630,8 @@ msgstr "সম্পুর্ন ইনর্সাট"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"সম্ভবত আপনি একটি বিশাল ফাইল আপলোড করতে চাচ্ছেন। অনুগ্র্রহ করে %sdocumentation%s "
"দেখে এই সমস্যা সমাধানের চেষ্টা করুন।"
@@ -1352,12 +1362,12 @@ msgstr "গ্রিডে চিত্র যোগকর"
msgid "Please add at least one variable to the series!"
msgstr "সিরিজে অন্তত একটি চলক যোগ করুন!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1852,18 +1862,18 @@ msgid "Show query box"
msgstr "অনুসন্ধান বক্সটি দেখাও"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "সম্পাদনা"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d বৈধ রো নাম্বার নয়।"
@@ -2127,7 +2137,7 @@ msgstr "প্রতিটি পয়েন্টের বিষয়"
msgid "Ignore"
msgstr "উপেক্ষা"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "প্রতিলিপি"
@@ -2143,7 +2153,7 @@ msgstr "লাইনস্ট্রিং"
msgid "Polygon"
msgstr "পলি্গন (বহুভুজ)"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "জ্যামিতি"
@@ -2314,10 +2324,10 @@ msgstr "স্তম্ভের নাম প্রতিলিপ করার
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "স্তম্ভ খোলা বন্ধ করতে চাইলে তীর চিহ্নটি ক্লীক করুন"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "সব দেখাও"
@@ -2427,7 +2437,7 @@ msgstr "ইনডেক্স প্যানেল"
msgid "Show hidden navigation tree items."
msgstr "চলাচল ফ্রেইমে লোগো দেখাও"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2501,7 +2511,7 @@ msgstr ", সর্বশেষ সুস্থিত সংস্করন:"
msgid "up to date"
msgstr "তারিখ পর্যন্ত"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "ভিউ তৈরী"
@@ -2923,8 +2933,8 @@ msgid "Requery"
msgstr "সহ-অনুসন্ধান"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2933,16 +2943,16 @@ msgid "Delete"
msgstr "মুছ"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3028,7 +3038,7 @@ msgid "History"
msgstr "এসকিউএল ইতিহাস"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3075,7 +3085,7 @@ msgid "During current session"
msgstr "বর্তমান ভুলটি এড়িয়ে যাও"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3132,9 +3142,9 @@ msgstr "SQL অনুসন্ধানের হিস্টোরী টেব
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3143,9 +3153,9 @@ msgstr ""
msgid "Ascending"
msgstr "উর্ধ্ব মূখী"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3349,165 +3359,165 @@ msgstr "টেবিলের ভিতরে:"
msgid "Inside column:"
msgstr "স্তম্ভের ভিতরে:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "সম্পাদিত তথ্য সংরক্ষন কর"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "স্থম্ভের বিন্যাস ফিরিয়ে আনা"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "ফিল্টারসমূহ"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "ডাটাবেইজে খোঁজ"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "আরম্ভ"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "পূর্ববর্তী"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "পরবর্তী"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "শেষ"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "সবগুলো"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "রো সংখ্যা:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "কী দ্বারা গুছানো"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "আংশিক লেখা"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "সম্পুর্ন লেখা"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "সর্ম্পকের কী"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "সর্ম্পক দেখানোর স্থম্ভ"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "বাইনারী লেখা দেখাও"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB লেখা দেখাও"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "ব্রাউজারের পরিবর্তন লুকাও"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "ভালভাবে জানা লেখা"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "ভালভাবে জানা বাইনারী"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "রো টি মুছা হয়েছে।"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "হত্যা"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "সম্ভবত আনুমানিক। [doc@faq3-11]FAQ 3.11[/doc] দেখুন।"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "আপনার SQL অনুসন্ধানটি সফলভাবে কাজ করেছে."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"এই ভিউটির অন্তত পক্ষে এক সারি তথ্য রয়েছে। অনুগ্রহ করে %sdocumentation%s দেখুন।"
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "রো দেখাচ্ছে %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "মোট %1$d, অনুসন্ধানে %2$d"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d মোট"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "অনুসন্ধানে %01.4f সেঃ লেগেছ."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "নিবার্চিত গুলো নিয়ে:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3515,48 +3525,50 @@ msgstr "নিবার্চিত গুলো নিয়ে:"
msgid "Check All"
msgstr "সবগুলোতে টিক দাও"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "পরিবর্তন"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "রফতানী"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "অনুসন্ধান ফল"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "মুদ্রনের দেখা"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "প্রিন্টের দেখা (with full texts)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "চিত্র দেখাও"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "জিআইএস তথ্য দেখা"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "সংযোগটি পাওয়া যায়নি!"
@@ -3716,7 +3728,7 @@ msgid ""
msgstr "ইনডেক্স %1$s এবং %2$s এক সমান মনে হয় এবং যে কোন একটি মুছে ফেলুন।"
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "সার্ভার"
@@ -3776,9 +3788,9 @@ msgstr "ইনর্সাট"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "অধিকারসমূহ"
@@ -3842,7 +3854,7 @@ msgstr "টেক্সএরিয়া স্তম্ভ"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "ডাটাবেইজ"
@@ -3962,7 +3974,7 @@ msgid "Recent"
msgstr "পূর্বাবস্থায়"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4411,16 +4423,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"একটি ছোট দশমিক-পয়েন্টের অনুমোদিত মান হল -৩.৪০২৮২৬৪৬৬E+৩৮ থেকে "
-"-১.১৭৫৪৯৪৩৫১E-৩৮, ০ এবং ১.১৭৫৪৯৪৩৫১E-৩৮ থেকে ৩.৪০২৮২৬৪৬৬E+৩৮"
+"একটি ছোট দশমিক-পয়েন্টের অনুমোদিত মান হল -৩.৪০২৮২৬৪৬৬E+৩৮ থেকে -১.১৭৫৪৯৪৩৫১E-"
+"৩৮, ০ এবং ১.১৭৫৪৯৪৩৫১E-৩৮ থেকে ৩.৪০২৮২৬৪৬৬E+৩৮"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"একটি double-precision দশমিক পয়েন্ট হল -১.৭৯৭৬৯৩১৩৪৮৬২৩১৫৭E+৩০৮ থেকে - "
@@ -4699,7 +4711,7 @@ msgstr "সবোর্চ্চ: %s%s"
msgid "MySQL said: "
msgstr "MySQL বলেছে: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL এর ব্যাখা"
@@ -4711,7 +4723,7 @@ msgstr "SQL এর ব্যাখা এড়িয়ে যাও"
msgid "Without PHP Code"
msgstr "পিএইছপি কোড ছাড়া"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "পিএইছপি কোড তৈরী কর"
@@ -5237,7 +5249,7 @@ msgid "Set value: %s"
msgstr "মান সেট কর:%s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "স্বাভাবিক মান ফিরিয়ে আন"
@@ -5344,22 +5356,22 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:416
#, fuzzy, php-format
#| msgid ""
-#| "If using cookie authentication and %sLogin cookie store%s is not 0, "
-#| "%sLogin cookie validity%s must be set to a value less or equal to it."
+#| "If using cookie authentication and %sLogin cookie store%s is not 0, %"
+#| "sLogin cookie validity%s must be set to a value less or equal to it."
msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"যদি কুকি প্রমাণীকরন ব্যবহার করেন এবং %sLogin cookie store%s যদি ০ না হয়, "
-"%sLogin cookie validity%s 'র মান অবশ্যই এর থেকে কম বা সমান এ সেট করতে হবে।"
+"যদি কুকি প্রমাণীকরন ব্যবহার করেন এবং %sLogin cookie store%s যদি ০ না হয়, %"
+"sLogin cookie validity%s 'র মান অবশ্যই এর থেকে কম বা সমান এ সেট করতে হবে।"
#: libraries/config/ServerConfigChecks.class.php:423
#, fuzzy, php-format
#| msgid ""
-#| "If you feel this is necessary, use additional protection settings - "
-#| "%shost authentication%s settings and %strusted proxies list%s. However, "
-#| "IP-based protection may not be reliable if your IP belongs to an ISP "
-#| "where thousands of users, including you, are connected to."
+#| "If you feel this is necessary, use additional protection settings - %"
+#| "shost authentication%s settings and %strusted proxies list%s. However, IP-"
+#| "based protection may not be reliable if your IP belongs to an ISP where "
+#| "thousands of users, including you, are connected to."
msgid ""
"If you feel this is necessary, use additional protection settings - %shost "
"authentication%s settings and %strusted proxies list%s. However, IP-based "
@@ -6427,7 +6439,7 @@ msgid "Maximum displayed SQL length"
msgstr "দেখানোর জন্য SQL এর সর্বোচ্চ দৈর্ঘ"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "ব্যবহারকারী উচ্চতর মান নির্ধারন করতে পারবে না"
@@ -6501,33 +6513,33 @@ msgstr "মেমরীর সীমা"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in navigation panel"
msgid "Show databases navigation as tree"
msgstr "চলাচল ফ্রেইমে লোগো দেখাও"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "চলাচল ফ্রেইমে লোগো দেখাও।"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "লোগো দেখাও"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "চলাচলের ফ্রেইমে যেখানে লোগোটি থাকবে তার URL।"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "লোগো সংযোগের URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6535,138 +6547,139 @@ msgstr ""
"সংযুক্ত পাতাটি একটি নতুন উইন্ডোতে ([kbd]new[/kbd]) খোল বা প্রধান উইন্ডোটিতে ([kbd]"
"main[/kbd]) খোল।"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "লোগো সংযোগের লক্ষ্য"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "পছন্দের সার্ভারটি উপরের বামদিকের কোণার ফ্রেইমে দেখাও।"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "সার্ভার নির্বাচন দেখাও"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "দ্রুত প্রবেশের আইকনের লক্ষ্য"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "দ্রুত প্রবেশের আইকনের লক্ষ্য"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr "টেবল ফিল্টার বক্সে প্রদর্শনের জন্য নুন্যতম সংখ্যা"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "ফিল্টার বক্সে প্রদর্শনের জন্য বিষয়ের নুন্যতম সংখ্যা"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "ডাটাবেইজ ফিল্টার বক্সে প্রদর্শনের জন্য নুন্যতম ডাটাবেইজ সংখ্যা"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr "চলাচলের ট্রিতে বিষযগুলো দলবদ্ধ কর।"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "ট্রিতে বিষযগুলো দলবদ্ধ কর"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "বিভিন্ন পর্যায়ে ডাটাবেইজ ট্রি পৃথককারী ট্রিং।"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "ডাটাবেইজ ট্রি পৃথককারী"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "বর্ণ যার দ্বারা টেবলগুলো ট্রি'র বিভিন্ন ক্ষেত্রে পৃথক হবে।"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "টেবল ট্রি পৃথককারী"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "টেবল ট্রির সর্বোচ্চ গভীরতা"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "মাউস কার্সরের নীচে সার্ভার চিহ্নিত কর।"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "চিহ্নিতকরন কাযর্কর"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Use database search"
-msgid "Disable database expansion"
-msgstr "ডাটাবেইজে খুঁজার ব্যবহার কর"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "টেবল চলাচলের বার"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "সম্প্রতি ব্যবহৃত টেবলের সর্বো্চ্চ সংখ্যা; অকার্যকর করার জন্য ০ নির্ধারন করুন।"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable."
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "সম্প্রতি ব্যবহৃত টেবলের সর্বো্চ্চ সংখ্যা; অকার্যকর করার জন্য ০ নির্ধারন করুন।"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "সম্প্রতি ব্যবহৃত টেবল"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "এগুলো সম্পাদনা, প্রতিলিপি এবং মুছা সংযোগ।"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "টেবলের রো সংযোগ কোথায় দেখাবে"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "টেবল এবং ডাটাবেইজের নাম সাজানোর জন্য স্বাভাবিক বিন্যাস ব্যবহার কর।"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "স্বাভাবিক বিন্যাস"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "শুধু আইকন, শুধু মাত্র টেক্সট বা উভয়ই ব্যবহার কর।"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "টেবল চলাচলের বার"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "HTTP স্থানান্তরের গতি বাড়ানোর জন্য জিজিপ আউটপুট বাফারিং ব্যবহার কর।"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "জিজিপ আউটপুট বাফারিং"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6674,19 +6687,19 @@ msgstr ""
"[kbd]দক্ষ[/kbd]- যেমন স্তম্ভ যদি সময়,দিন, দিনসময়্ এবং সময়কাল হয় তবে অধমূখী অন্যথায় "
"উর্দ্ধ মুখী।"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "গুছানোর স্বাভাবিক বিন্যাস"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL ডাটাবেইজে স্থীর সংযোগ ব্যবহার কর।"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "স্থীর সংযোগ"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6695,11 +6708,11 @@ msgstr ""
"phpMyAdmin কনফিগারেশনের কোন একটি storage table পাওয়া না গেলে ডাটাবেইজের বিশদ "
"গঠন যেখানে দেখানো হয় সেখানে প্রদর্শিত সর্তকতা অকার্যকর কর।"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6707,11 +6720,11 @@ msgstr ""
"MySQL library এবং সার্ভরের পার্থক্য পাওয়া গেলে যে স্বাভাবিক সর্তক বার্তা প্রদর্শিত "
"হয় তা অকার্যকর কর।"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "সার্ভার/লাইব্রেরীর পার্থক্যের জন্য সতর্ক বার্তা"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6719,27 +6732,27 @@ msgstr ""
"যদি কোন টেবলের স্তম্ভের নামে MySQL এর রির্জাভড ওর্য়াড ব্যবহার করা হয় তবে গঠন "
"পাতায় যে সর্তকবার্তা প্রদর্শন করা হয় তা অকার্যকর কর।"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL এর রির্জাভড ওর্য়াড সর্তকতা"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "ম্যানু ট্যাব কিভাবে প্রদর্শন করবে"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "বিভিন্ন ধরনের কাজের সংযোগ কিভাবে প্রদর্শন করবে"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB এবং BINARY টেবল সম্পাদনা অ-অনুমোদিত।"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "বাইনারী স্তম্ভ সংরক্ষন কর"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6749,128 +6762,128 @@ msgstr ""
"storage)লাগবে, অন্যথায় অনুসন্ধান হিস্টোরী দেখানোর জন্য JS-routines ব্যবহৃত হবে। "
"( উইন্ডো বন্ধ করলে যা নষ্ট হয়ে যাবে)"
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "অনুসন্ধানের স্থায়ী হিস্টোরী"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "হিস্টোরীতে কতগুলো অনুসন্ধান থাকবে।"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "অনুসন্ধান হিস্টোরীর দৈর্ঘ্য"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "বর্ণরাশি পরিবর্তনে কোন ফাংশন ব্যবহৃত হবে তা নির্বাচন করুন।"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "রের্কডিং ইঞ্জিন"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "যখন টেবল ব্রাউজ করা হবে, টেবলের সজ্জা মনে রাখবে।"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "টেবলের সজ্জা মনে রাখবে"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "গুছানোর স্বাভাবিক বিন্যাস"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr "প্রতি X cells শিরোনাম পুনরায় দেখাবে, [kbd]০[/kbd] এটি অকার্যকর করবে।"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "শিরোনাম পুনরাবৃত্তি"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "গ্রীড সম্পাদনা: trigger action"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "সর্ম্পক দেখানোর স্থম্ভ"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "সার্ভারের প্রর্দশন অপশনগুলো।"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "গ্রীড সম্পাদনা: সম্পাদনকৃত সব সেল একত্রে সংরক্ষন কর"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "সার্ভারে রফতানী সংরক্ষনের ডিরেক্টরী।"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "সংরক্ষনের ডিরেক্টরী"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "ব্যবহৃত না হলে থালি রাখ।"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "হোস্ট অনুমোদনের বিন্যাস"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "স্বাভাবিকভাবে থাকার জন্য খালি রাখুন।"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "হোস্ট অনুমোদনের নিয়ম"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "পাসওয়ার্ডবিহীন লগইনের অনুমোদন"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "রুট লগইনের অনুমোদন"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "সেশনের মান"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
"যথন এইছটিটিপি প্রমানীকরণ ব্যবহার হবে তখন প্রদর্শনের জন্য প্রাথমিক এইছটিটিপি "
"প্রমানীকরণ নাম।"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP রাজ্য"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6879,19 +6892,19 @@ msgstr ""
"কনফিগ ফাইলের পথ [a@http://swekey.com]SweKey hardware authentication[/a] "
"(ডকুমেন্ট রুটে পাওয়া যায়নি; সাম্ভাব্য: /etc/swekey.conf)।"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey কনফিগ ফাইল"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "ব্যবহারের জন্য প্রমাণীকরনের পদ্ধতী।"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "প্রমাণীকরণের ধরন"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6899,11 +6912,11 @@ msgstr ""
"না করার জন্য খালি রাখুন [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
"a] সাহায্যের জন্য, দেখুন:[kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "বুকর্মাক টেবল"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6911,31 +6924,31 @@ msgstr ""
"স্তম্ভের মন্তব্য/মাইমের ধরন না দেখানোর জন্য খালি রাখুন, দেখুন:[kbd]pma_column_info[/"
"kbd]।"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "স্তম্ভ্ তথ্যের টেবল"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "সংকুচিত MySQL সার্ভারের সংযোগ।"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "সংকুচিত সংযোগ"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "সার্ভারে কিভাবে সংযোগ করবে, যদি না জানেন [kbd]tcp[/kbd] রাখেন।"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "সংযোগের ধরন"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "নিয়ন্ত্রক ব্যবহারকারীর পাসওর্য়াড"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6943,11 +6956,11 @@ msgstr ""
"একটি বিশেষ MySQL ব্যবহারকারী সীমিত অধিকার সহ কনফিগার করা হয়েছে, আরো তথ্যের জন্য "
"দেখুন [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]।"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "নিয়ন্ত্রক ব্যবহারকারী"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6955,11 +6968,11 @@ msgstr ""
"কনফিগারেশন মজুদ (configuration storage) করার জন্য অন্য একটি হোস্ট; না থাকলে খালি "
"রাখুন।"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "হোস্ট নিয়ন্ত্রন"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6968,15 +6981,15 @@ msgstr ""
"কনফিগারেশন মজুদ (configuration storage) করার জন্য অন্য একটি হোস্ট; না থাকলে খালি "
"রাখুন।"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "নিয়ন্ত্রন পোর্ট"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "ডাটাবেইজের regular expression (PCRE) মিলকরন লুকাও।"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6984,15 +6997,15 @@ msgstr ""
"আরো তথ্যের জন্য [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug "
"tracker[/a] এবং [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA ব্যবহার অকার্যকর"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "ডাটাবেইজ লুকাও"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -7000,23 +7013,23 @@ msgstr ""
"SQL অনুসন্ধানের হিস্টোরী সুবিধা দিতে না চাইলে খালি রাখুন, দেখুন: [kbd]pma_history[/"
"kbd]।"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL অনুসন্ধানের হিস্টোরী টেবল"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "MySQL সার্ভারের হোস্ট নাম।"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "সার্ভরের হোস্ট নাম"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "লগআউট URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -7024,17 +7037,17 @@ msgstr ""
"ডাটাবেইজে রক্ষিত টেবলের তথ্যের সংখ্যা সীমিত করন, পুরাতন তথ্য স্বয়ংক্রীয়ভাবে মুছে "
"যাবে।"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "মজুদ করার জন্য সর্বো্চ্চ সংখ্যক টেবলের তথ্যের সংখ্য"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "সহায়ক এর অবস্থা দেখুন"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7045,13 +7058,13 @@ msgid ""
msgstr ""
"পিডিএফ গঠনের সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন:[kbd]pma_pdf_pages[/kbd]।"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "টেক্সএরিয়া স্তম্ভ"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7061,15 +7074,15 @@ msgid ""
"pma__central_columns[/kbd]."
msgstr "পিডিএফ গঠন সমর্থনের জন্য খালি রাখুন, দেখুন: [kbd]pma_table_coords[/kbd]।"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "পাসওর্য়াডহীন সংযোগের চেষ্টা কর।"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "পাসওর্য়াডহীন সংযোগ কর"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7081,29 +7094,29 @@ msgstr ""
"শুধু ওগুলোর নাম দেন এবং শেষে[kbd]*[/kbd] ব্যবহার করুন alphabetical ভাবে সাজানোর "
"জন্য।"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "শুধু তালিকার ডাটাবেইজ দেখাও"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "খালি রাখুন যদি কনফিগ প্রমাণীকরণ ব্যবহার না করেন।"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "কনফিগ প্রমাণীকরণের পাসওর্য়াড"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
"পিডিএফ গঠনের সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন:[kbd]pma_pdf_pages[/kbd]।"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "পিডিএফের গঠন: টেবলের পাতা"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7113,20 +7126,20 @@ msgstr ""
"phpmyadmin.net/pma/pmadb]pmadb[/a] দেখুন। সমর্থন না করলে খালি রাখুন। দেখুন: [kbd]"
"phpmyadmin[/kbd]।"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "ডাটাবেইজের নাম"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "যে পোর্টে MySQL সার্ভার শুনছে, স্বাভাবিকটির জন্য খালি রাখুন।"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "সার্ভারের পোর্ট"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7134,11 +7147,11 @@ msgstr ""
"যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি "
"রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "সাময়িককালে ব্যবহৃত টেবল"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7150,13 +7163,13 @@ msgstr ""
"যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি "
"রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "চলকসমূহ"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7164,11 +7177,11 @@ msgstr ""
"না করার জন্য খালি রাখুন [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
"links[/a]সাহায্যের জন্য, দেখুন:[kbd]pma__relation[/kbd]।"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "আন্তসর্ম্পক টেবল"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7176,43 +7189,43 @@ msgstr ""
"উদাহরণের জন্য [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"authentication types [/a] দেখুন।"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "সাইনঅন সেশনের নাম"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "সাইনঅন URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr "কোন সকেটে MySQL সার্ভার শুনছে, স্বাভাবিকটির জন্য।"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "সার্ভারের সকেট"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL সার্ভারে সংযোগের জন্য SSL কার্যকর কর।"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL ব্যবহার কর"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr "পিডিএফ গঠন সমর্থনের জন্য খালি রাখুন, দেখুন: [kbd]pma_table_coords[/kbd]।"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "পিডিএফের গঠন: table coordinates"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7220,11 +7233,11 @@ msgstr ""
"স্তম্ভ বর্ণনার টেবল, সমর্থন দিতে না চাইলে খালি রাখুন; দেখুন: [kbd]pma_table_info[/"
"kbd]।"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "স্তম্ভের টেবল দেখাও"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7232,11 +7245,11 @@ msgstr ""
"যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি "
"রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI পছন্দ রাখর টেবল"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7244,11 +7257,11 @@ msgstr ""
"যখন একটি ডাটাবেইজ তৈরী হবে তখন একটি DROP DATABASE IF EXISTS লেখা লগের প্রথম "
"লাইনে যুক্ত হবে।"
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE যোগ কর"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7256,11 +7269,11 @@ msgstr ""
"যখন লগ একটি টেবল তৈরী হবে তখন একটি DROP TABLE IF EXISTS লেখা লগের প্রথম লাইনে "
"যুক্ত হবে।"
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE যোগ কর"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7268,21 +7281,21 @@ msgstr ""
"যখন একটি ভিউ তৈরী হবে তখন একটি DROP VIEW IF EXISTS লেখা লগের প্রথম লাইনে যুক্ত "
"হবে।"
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW যোগ কর"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"একটি statements এর তালিকা তৈরী করুন যা সংস্করন তৈরীর জন্য স্বয়ংক্রীয় ভাবে ব্যবহৃত "
"হবে।"
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "ট্রেকের জন্য Statements"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7290,21 +7303,21 @@ msgstr ""
"SQL অনুসন্ধান ট্রেকিং সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন: [kbd]pma_tracking[/"
"kbd]।"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL অনুসন্ধান ট্রেকিং টেবল"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr "ট্রেকিং ব্যবস্থা টেবল এবং ভিউ এর সংস্করন স্বয়ংক্রীয় ভাবে তৈরী করবে।"
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "স্বয়ংক্রীয়ভাবে সংস্করন তৈরী কর"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7312,33 +7325,33 @@ msgstr ""
"ব্যবহারকারীর নির্ধারন (preferences) ডাটাবেইজে মজুদ করতে না চাইলে খালি রাখুন, "
"দেখুন:[kbd]pma_userconfig[/kbd]।"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "ব্যবহারকারীর নির্ধারন (preferences) মজুদ করার টেবল"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "টেবল ব্যবহার"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "ব্যাবহারকারীর দলের টেবল"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7346,15 +7359,15 @@ msgstr ""
"ব্যবহারকারীর নির্ধারন (preferences) ডাটাবেইজে মজুদ করতে না চাইলে খালি রাখুন, "
"দেখুন:[kbd]pma_userconfig[/kbd]।"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "কনফিগ প্রমাণীকরণের জন্য ব্যবহারকারী"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7362,21 +7375,21 @@ msgstr ""
"ব্যবহারকারীর জন্য সার্ভারের সহজবোধ্য বিবরণ। হোস্ট নামটি দেখাবার জন্য খালি রাখতে "
"পারেন।"
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "সার্ভারের কথ্য নাম"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "ব্যবহারকারীকে \"সব দেখাও রো)\" বাটন দেখাবে"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "সবগুলো রো প্রর্দশন করার অনুমতি"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7386,67 +7399,67 @@ msgstr ""
"কারন পাসওয়ার্ডটি কনফিগারেশন ফাইলে লেখা আছে; এটা একই কমান্ড সরাসরি কার্যকর করার "
"ক্ষমতা খর্ব করে না।"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "পাসওর্য়াড পরিবর্তনের ফর্ম দেখাও"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "ডাটাবেইজ তৈরীর ফর্ম দেখাও"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr "সব টেবলের প্রস্তুত সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "প্রস্তুতের সময় দেখাও"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "সব টেবলের আপডেট সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "সর্বশেষ আপডেটের সময় দেখাও"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "সব টেবলের সর্বশেষ পরীক্ষার সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "সর্বশেষ পরীক্ষার সময় দেখাও"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr "সম্পাদনা/ইনর্সাটের সময় টাইপ ফিল্ড দেখাবে কিনা তা নির্ধারন করুন।"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "ক্ষেত্রের ধরন দেখাও"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "ফাংশন ক্ষেত্রটি সম্পাদনা/ইনর্সাট অবস্থায় দেখাবে।"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "ফাংশন ক্ষেত্র দেখাও"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "আভাস দেখাবে অথবা না।"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "আভাস দেখাও"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7454,58 +7467,58 @@ msgstr ""
"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] আউটপুট সংযোগ "
"দেখাও।"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "phpinfo() সংযোগ দেখাও"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "MySQL সার্ভরের বিশদ তথ্য দেখাও"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "নিধার্রণ করুন phpMyAdmin দ্বারা প্রস্তুতকৃত SQL অনুসন্ধান প্রদর্শন করবে কিনা।"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL অনুসন্ধান দেখাও"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr "পেশ করার পর অনুসন্ধান বক্সটি পর্দায় থাকবে কিনা।"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "অনুসন্ধান বক্সটি রাখ"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "ডাটাবেইজ এবং টেবলের পরিসংখ্যান দেখাও (জায়গা ব্যবহৃত হবে)।"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "পরিসংখ্যান দেখাও"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr "ব্যবহৃত টেবল চিহ্নিত কর এবং লক্ড টেবল সহ ডাটাবেইজগুলো দেখাবার ব্যবস্থা কর।"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "লকড টেবল এড়িয়ে যাও"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "যদি Suhosin পাওয়া যায় তবে একটি সর্তক বার্তা প্রদর্শন করবে।"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin সতর্কবার্তা"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7518,13 +7531,13 @@ msgstr ""
"যদি কোন টেবলের স্তম্ভের নামে MySQL এর রির্জাভড ওর্য়াড ব্যবহার করা হয় তবে গঠন "
"পাতায় যে সর্তকবার্তা প্রদর্শন করা হয় তা অকার্যকর কর।"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "লগইন কুকির বৈধতা"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7532,11 +7545,11 @@ msgstr ""
"সম্পাদনার সময়, টেক্সটএরিয়া (স্তম্ভ) আকৃতি এই মানটি SQL অনুসন্ধানের টেক্সটএরিয়া (*২) "
"এবং অনুসন্ধান উইন্ডো (*১.২৫) প্রভাব ফেলবে।"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "টেক্সএরিয়া স্তম্ভ"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7544,31 +7557,31 @@ msgstr ""
"সম্পাদনের সময়, টেক্সটএরিয়ার আকৃতি (রো) এই মানটি SQL অনুসন্ধানের টেক্সটএরিয়া (*২) "
"এবং অনুসন্ধান উইন্ডো (*১.২৫) প্রভাব ফেলবে।"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "টেক্সটএরিয়ার রোসমূহ"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "একটি ডাটাবেইজ নিবার্চন করা হলে ব্রাউজার উইন্ডোর শিরোনাম।"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "কিছু নির্বাচিত না থাকলে ব্রাউজার উইন্ডোর শিরোনাম।"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "স্বাভাবিক শিরোনাম"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "একটি সার্ভার নিবার্চন করা হলে ব্রাউজারের শিরোনাম।"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "একটি টেবল নির্বাচন করা হবে ব্রাউজার উইন্ডোর শিরোনাম।"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7579,27 +7592,27 @@ msgstr ""
"1.2.3.4:[br][kbd]1.2.3.4:HTTP_X_FORWARDED_FOR[/kbd] থেকে আসা শিরোনামে "
"HTTP_X_FORWARDED_FOR (X-Forwarded-For) বিশ্বাস করবে।"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "বিশ্বস্ত প্রক্সির তালিকা IP allow/deny এর জন্য"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "সার্ভরের আপলোড ডিরেক্টরি যেখানে আমদানির ফাইল রাখা যাবে।"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "আপলোড ডিরেক্টরি"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "সমস্ত ডাটাবেইজের ভিতর খোঁজার অনুমতি।"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "ডাটাবেইজে খুঁজার ব্যবহার কর"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7607,26 +7620,26 @@ msgstr ""
"যদি অকার্যকর থাবে, ব্যবহারকারী নীচের কোন অপশন সেট করতে পারেব না, ডান দিকের "
"চেকবক্স পর্যন্ত।"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "সেটিংসে উন্নয়নকারী টেবটি কার্যকর করুন"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "সর্বশেষ সংস্করনের জন্য খুঁজে দেখ"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "নতুন কোন সংস্করন আছে কিনা তা phpMyAdmin page এ পরীক্ষা করে দেখবে।"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "সংস্করন পরীক্ষা"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7634,30 +7647,30 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "ব্যাবহারকারীর নাম"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "পাসওর্য়াড"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7665,41 +7678,41 @@ msgstr ""
"জিপ [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] সংকোচন আমদানি "
"রফতানীর জন্য কার্যকর কর।"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "জিপ"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "ভুল সর্ম্পকিত প্রতিবেদন দাখিল কর"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8141,8 +8154,8 @@ msgstr "@TABLE@ হবে টেবলের নাম"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"এই মানটি %1$sstrftime%2$s ভাবে অনুবাদিত হবে, আপনি সময় গঠনের স্ট্রিং ব্যবহার করতে "
"পারেন। এখন এই রুপান্তরটি হবে:%3$s। অন্যান্য লেখা ঠিকই থাকবে। %4$sFAQ%5$s এ বিশদ "
@@ -8681,8 +8694,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"নথিপত্রাদি এবং PBXT'র অন্যান্য তথ্য %sPrimeBase XT Home Page%s এ পাওয়া যাবে।"
@@ -9819,8 +9832,8 @@ msgstr "%s এ স্বাগতম"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"সম্ভবত আপনি কোন কনফিগারেশন ফাইল তৈরী করেন নাই। আপনি %1$ssetup script%2$s "
"ব্যবহার করে একটি তৈরী করতে পারেন।"
@@ -11091,7 +11104,7 @@ msgstr "ব্যবহারকারীর নাম"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "পাসওর্য়াড"
@@ -11121,8 +11134,8 @@ msgstr "সার্ভার আইডি"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "হোষ্ট"
@@ -11927,7 +11940,7 @@ msgstr "কিছু না"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "ব্যাবহারকারীর দল"
@@ -11967,14 +11980,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "টেবিলের নির্দিষ্ট অধিকার"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -11985,7 +11998,7 @@ msgid "Administration"
msgstr "প্রশাসন"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "সর্বময় অধিকারসমূহ"
@@ -11994,7 +12007,7 @@ msgid "Global"
msgstr "সর্বময়"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "ডাটাবেইজ নির্ধারিত অধিকারসমূহ"
@@ -12012,13 +12025,13 @@ msgid ""
msgstr "অধিকার টেবল রিলোড না করে ব্যবহারকারী এবং তাদের অধিকার যোগ করার অনুমোদন।"
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "লগইন তথ্যাবলী"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "আক্ষরীক ক্ষেত্র ব্যবহার করুন"
@@ -12043,7 +12056,7 @@ msgid "You have revoked the privileges for %s."
msgstr "%s অধিকার সমূহ বাতিল করা হয়েছে।"
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "ব্যবহারকারী যোগ কর"
@@ -12064,206 +12077,206 @@ msgstr "সমস্ত অধিকার সব ব্যবহারকার
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" ডাটাবেইজে সমস্ত অধিকার দাও।"
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "ব্যবহারকারীরা \"%s\" প্রবেশাধীকার পাবে"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "ব্যবহারকারী যোগ করা হয়েছে।"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "ব্যবহারকারী"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "অনুমোদন"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "ব্যবহারকারী নাই।"
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "যে কোন"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "সর্বময়"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "নির্দিষ্ট ডাটবেইজে"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "ওয়াইল্ডকার্ড"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "নির্দিষ্ট টেবলে"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "অধিকারসমূহ সম্পাদনা"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "বাতিল"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "ব্যবহারকারী দল সম্পাদনা"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… পুরাতনটি রাখ।"
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… ব্যবহারকারী টেবল থেকে পুরাতনটি মুছে ফেল।"
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… পুরাতন সমস্ত অধিকার বাতিল কর এবং পরবর্তীগুলো মুছে ফেল।"
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "পুরাতনটি ব্যবহারকারী টেবল থেকে মুছে ফেল এবং অধিকারগুলো পুনারায় চালু কর।"
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "লগইন তথ্য পরিবর্তন/ব্যবহারকারীর অনুলিপি"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "একই অধিকারসহ একজন নতুন ব্যবহারকারী তৈরী কর এবং…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "স্বম্ভ সম্পকির্ত অধিকার"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "নিচের ডাটাবেইজ এ সুবিধাসমূহ যোগ কর:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "ওয়াইল্ডকার্ড % এবং _ ব্যবহারের জন্য \\ দিয়ে এস্কেপ করতে হবে।"
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "নিচের টেবিল এ সুবিধাসমূহ যোগ কর:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "নির্বাচিত ব্যবহারকারীদের মুছ"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "এই ব্যবহারকারীদের অধিকার বাতিল কর এবং মুছে ফেল।"
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "এই ব্যবহারকারীর নামের সাথে মিল আছে এমন সব ডাটাবেইজ মুছে ফেল।"
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "মুছার জন্য কোন ব্যবহারকারী নির্বাচন করা হয়নি!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "অধিকারসমূহ পুনরায় পূর্ণ করা হয়েছে"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "নির্বাচিত ব্যবহরকারীগনকে সফলভাবে মুছা হয়েছে।"
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s এর অধীকার সমূহ আধুনিকায়ন করা হয়েছে।"
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s মুছছি"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "অধিকারসমূহ সফলভাবে পুনরায় পূর্ণকরা হয়েছে।"
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "ব্যবহারকারী %s পূর্ব থেকেই আছে!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s এর অধিকারসমূহ"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "নতুন"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "সুবিধাসমূহ সম্পাদনা:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "একনজরে ব্যবহারকারীগণ"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"টিকা: phpMyAdmin সরাসরি মাইএসকিউএল অধিকার টেবিল থেকে ব্যবহারকারীর অধিকার "
"সংক্রান্ত তথ্য সমূহ নেয়। টেবিলে থাকা অধিকার সম্পর্কিত তথ্য এবং সার্ভারের মধ্য পার্থক্য "
"হতে পারে যদি তা পরিবর্তীত হয়ে থাকে। এরুপ ক্ষেত্রে %sreload the privileges%s করতে "
"হবে।"
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "অধিকার টেবিলে এই ব্যবহারকারী সর্ম্পকে কোন তথ্য নাই।"
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "একজন নতুন ব্যবহারকারী যোগ করেছেন।"
@@ -14198,14 +14211,6 @@ msgstr "এখন বন্ধ কর"
msgid "Delete version"
msgstr "সংস্করন তৈরী কর"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "কার্যকর"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "অকার্যকর"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "ট্রেকিং বিবরণী"
@@ -14329,14 +14334,14 @@ msgid ""
"Your preferences will be saved for current session only. Storing them "
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-"আপনার কনফিগারেশন শুধু এই সেশনের জন্য সংরক্ষন হবে। স্থায়ীভাবে সংরক্ষনের জন্য "
-"%sphpMyAdmin configuration storage%s প্রয়োজন।"
+"আপনার কনফিগারেশন শুধু এই সেশনের জন্য সংরক্ষন হবে। স্থায়ীভাবে সংরক্ষনের জন্য %"
+"sphpMyAdmin configuration storage%s প্রয়োজন।"
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "কনফিগারেশন সংরক্ষন করা যায়নি।"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14675,24 +14680,24 @@ msgstr[1] "স্তম্ভের নাম '%s'টি MySQL'র সংরক
msgid "No column selected."
msgstr "কোন স্তম্ভ নির্বাচন করা হয় নাই"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s ট্রেকিং কার্যকর করা হয়েছে।"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "নির্বাচিত ব্যবহরকারীগনকে সফলভাবে মুছা হয়েছে।"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "কোন রো নির্বাচন করা হয় নাই"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "এসকিউএল নির্বাহ করা হয়েছে।"
@@ -15098,11 +15103,11 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
-"বর্তমান মুক্ত ক্যাশ মেমোরীর হার হল মোট অনুসন্ধান ক্যাশের আকারের %s%%। ইহা অবশ্যই "
-"80%% বেশী থাকবে"
+"বর্তমান মুক্ত ক্যাশ মেমোরীর হার হল মোট অনুসন্ধান ক্যাশের আকারের %s%%। ইহা অবশ্যই 80%"
+"% বেশী থাকবে"
#: libraries/advisory_rules.txt:181
msgid "Query cache fragmentation"
@@ -15157,8 +15162,8 @@ msgid ""
"The ratio of removed queries to inserted queries is %s%%. The lower this "
"value is, the better (This rules firing limit: 0.1%%)"
msgstr ""
-"ইনসার্টেড অনুসন্ধানে অনুসন্ধান সরানোর হার %s%%। এর মান যত কম হবে তত ভাল, ভাল "
-"(০.১%%)"
+"ইনসার্টেড অনুসন্ধানে অনুসন্ধান সরানোর হার %s%%। এর মান যত কম হবে তত ভাল, ভাল (০.১%"
+"%)"
#: libraries/advisory_rules.txt:195
msgid "Query cache max size"
@@ -15226,8 +15231,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr "সমস্ত সর্টের %s%% সাময়িক টেবল তৈরী করছে, এই মানটি 10%% এর কম হবে।"
#: libraries/advisory_rules.txt:218
@@ -15933,6 +15938,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert এর জন্য ০ নির্ধারন করা হয়েছে"
+#, fuzzy
+#~| msgid "Use database search"
+#~ msgid "Disable database expansion"
+#~ msgstr "ডাটাবেইজে খুঁজার ব্যবহার কর"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "টেবিল থেকে ট্র্যাকিং এর তথ্য মুছে ফেল"
diff --git a/po/br.po b/po/br.po
index 550d25fd02..922e9ae280 100644
--- a/po/br.po
+++ b/po/br.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-28 11:07+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Breton \n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -98,7 +98,7 @@ msgstr "Bann"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -183,16 +183,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ket"
@@ -212,16 +212,16 @@ msgstr "Ket"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ya"
@@ -273,15 +273,15 @@ msgstr ""
"Diweredekaet eo bet ar stokañ kefluniadurioù evit phpMyAdmin. Evit gouzout "
"perak klikañ %samañ%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Taolenn"
@@ -384,13 +384,13 @@ msgstr "Hizivaet"
msgid "Status"
msgstr "Statud"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -403,7 +403,7 @@ msgstr "Oberiadenn"
msgid "Show"
msgstr "Diskouez"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -423,15 +423,25 @@ msgstr "Danevell heuliañ"
msgid "Structure snapshot"
msgstr "Gwel prim eus ar framm"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "dizoberiant"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "oberiant"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Taolennoù n'int ket heuliet"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Heuliañ an daolenn"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Marilh an diaz roadennoù"
@@ -561,7 +571,7 @@ msgid "Add geometry"
msgstr "Ouzhpennañ mentoniezh"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -583,9 +593,9 @@ msgstr "Ouzhpennañ mentoniezh"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -632,14 +642,14 @@ msgstr "Ensoc'hadennoù sevenet"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Evit doare hoc'h eus klasket enrollañ ur restr re vras. Sellit ouzh an "
-"%steulioù titouriñ%s evit gwelet penaos c'hoari an dro d'ar vevenn-se."
+"Evit doare hoc'h eus klasket enrollañ ur restr re vras. Sellit ouzh an %"
+"steulioù titouriñ%s evit gwelet penaos c'hoari an dro d'ar vevenn-se."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1368,12 +1378,12 @@ msgstr "Ouzhpennañ ur grafik d'ar gael"
msgid "Please add at least one variable to the series!"
msgstr "Ouzhpennit da nebeutañ unan eus an argemennoù d'an heuliad"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1902,18 +1912,18 @@ msgid "Show query box"
msgstr "Diskouez ar voest rekedoù SQL"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Kemmañ"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2174,7 +2184,7 @@ msgstr ""
msgid "Ignore"
msgstr "Na ober van"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2190,7 +2200,7 @@ msgstr "Aradennad linennoù"
msgid "Polygon"
msgstr "Lieskorneg"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Mentoniezh"
@@ -2346,10 +2356,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Diskouez pep tra"
@@ -2457,7 +2467,7 @@ msgstr "Kuzhat menegerioù"
msgid "Show hidden navigation tree items."
msgstr "Diskouez al logo er banell verdeiñ gleiz"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2531,7 +2541,7 @@ msgstr ", stumm stabil diwezhañ :"
msgid "up to date"
msgstr "hizivaet"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2965,8 +2975,8 @@ msgid "Requery"
msgstr "Reked SQL"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2975,16 +2985,16 @@ msgid "Delete"
msgstr "Diverkañ"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3070,7 +3080,7 @@ msgid "History"
msgstr "Kadarnataer SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3115,7 +3125,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3171,9 +3181,9 @@ msgstr "Diskouez ar voest rekedoù SQL"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3182,9 +3192,9 @@ msgstr ""
msgid "Ascending"
msgstr "War gresk"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3401,30 +3411,30 @@ msgstr "E diabarzh an taolennoù :"
msgid "Inside column:"
msgstr "Er bann :"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
# verb pe ak. ?
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filter"
msgid "Filter rows"
msgstr "Silañ"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Klask en diaz roadennoù"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3432,7 +3442,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Kregiñ"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3441,7 +3451,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Kent"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3450,7 +3460,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "War-lerc'h"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3458,78 +3468,78 @@ msgctxt "Last page"
msgid "End"
msgstr "Fin"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The bookmark has been deleted."
msgid "The row has been deleted."
msgstr "Diverket eo bet ar sined."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
"Fazi en ur zilec'hiañ ar restr pellgarget; gwelet [doc@faq1-11]FAQ 1.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3538,47 +3548,47 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "Sevenet eo bet ho reked SQL ervat"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Da nebeutañ emañ an niver a linennoù-mañ er Gweled-mañ. Sellit ouzh an "
-"%steulioù titouriñ%s."
+"Da nebeutañ emañ an niver a linennoù-mañ er Gweled-mañ. Sellit ouzh an %"
+"steulioù titouriñ%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "%s table"
#| msgid_plural "%s tables"
msgid "%d total"
msgstr "%s daolenn"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Evit ar re zo diuzet :"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3586,48 +3596,50 @@ msgstr "Evit ar re zo diuzet :"
msgid "Check All"
msgstr "Askañ pep tra"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Kemmañ"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Ezporzhiañ"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Stumm da voullañ"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Theme %s not found!"
msgid "Link not found!"
@@ -3800,7 +3812,7 @@ msgstr ""
"bezañ dilamet."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Servijer"
@@ -3860,9 +3872,9 @@ msgstr "Ensoc'hañ"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3926,7 +3938,7 @@ msgstr "Bannoù evit an takadoù skrid CHAR"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Diazoù roadennoù"
@@ -4046,7 +4058,7 @@ msgid "Recent"
msgstr "Adderaouekaat"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Tracked tables"
msgid "Favorite tables"
@@ -4500,14 +4512,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4763,7 +4775,7 @@ msgstr "Ment vrasañ : %s%s"
msgid "MySQL said: "
msgstr "respontet eo bet gant MySQL : "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Displegañ SQL"
@@ -4775,7 +4787,7 @@ msgstr "N'eo ket dav displegañ SQL"
msgid "Without PHP Code"
msgstr "Hep kod PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Krouiñ kod PHP"
@@ -5316,7 +5328,7 @@ msgid "Set value: %s"
msgstr "Lakaat an talvoud da %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Adlakaat an talvoud dre ziouer"
@@ -6621,7 +6633,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6693,935 +6705,936 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "Diskouez al logo er banell verdeiñ gleiz"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Diskouez al logo er banell verdeiñ gleiz"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Diskouez al logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, 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ñ"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Bukadenn evit an arlun moned prim"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Bukadenn evit an arlun moned prim"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, 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ñ"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Diskouez a ra an diazoù roadennoù e stumm ur roll"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Istitl eus an daolenn"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Istitl eus an daolenn"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "The primary key has been dropped."
msgid "Primary key default sort order"
msgstr "Diverket eo bet an alc'hwez kentidik."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relations"
msgid "Relational display"
msgstr "Darempredoù"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Dibarzhioù diskwel ar servijerioù"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication settings"
msgid "Authentication method to use."
msgstr "Arventennoù dilesañ"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Dibosupl kevreañ ouzh ar servijer MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Central columns table"
msgstr "Bannoù evit an takadoù skrid CHAR"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Tracked tables"
msgid "Favorites table"
msgstr "Taolennoù heuliet-pizh"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, 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ñ."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Implijout taolennoù"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show indexes"
msgid "Show hint"
msgstr "Diskouez menegerioù"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "Hide query box"
msgid "Retain query box"
msgstr "Kuzhat ar voest rekedoù SQL"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr ""
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
@@ -7634,51 +7647,51 @@ msgstr ""
"Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre [kbd]cookie"
"[/kbd]"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7686,52 +7699,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7739,34 +7752,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username:"
msgid "Proxy username"
msgstr "Anv implijer :"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password:"
msgid "Proxy password"
msgstr "Ger-tremen :"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for "
@@ -7778,41 +7791,41 @@ msgstr ""
"Gweredekaat ar gwaskañ [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] evit an "
"oberiadennoù enporzhiañ hag ezporzhiañ"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8256,8 +8269,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8763,8 +8776,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9921,11 +9934,11 @@ msgstr "Degemer mat e %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Evit doare n'hoc'h eus krouet a restr kefluniañ. Gallout a rit implijout ar "
-"%1$sskript kefluniañ%2$s da sevel unan."
+"Evit doare n'hoc'h eus krouet a restr kefluniañ. Gallout a rit implijout ar %"
+"1$sskript kefluniañ%2$s da sevel unan."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11135,7 +11148,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -11165,8 +11178,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -12004,7 +12017,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12041,14 +12054,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -12057,7 +12070,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -12066,7 +12079,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -12084,13 +12097,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -12115,7 +12128,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Ouzhpennañ un implijer"
@@ -12136,205 +12149,205 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Check privileges for database \"%s\"."
msgid "Add privileges on the following database(s):"
msgstr "Gwiriañ ar gwirioù evit an diaz roadennoù \"%s\"."
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Check Privileges"
msgid "Privileges for %s"
msgstr "Gwiriañ ar gwirioù"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Reloading Privileges"
msgid "Edit Privileges:"
msgstr "Oc'h adkargañ an dreistgwirioù"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -14241,14 +14254,6 @@ msgstr ""
msgid "Delete version"
msgstr "Stumm diwezhañ"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "oberiant"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "dizoberiant"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14373,11 +14378,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14695,25 +14700,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "N'eus bet diuzet linenn ebet"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "Oberiant eo an heuliañ."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "Diverket eo bet an diaz roadennoù %s."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "N'eus bet diuzet linenn ebet"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15121,8 +15126,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15255,8 +15260,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15936,6 +15941,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Diskouez a ra an diazoù roadennoù e stumm ur roll"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Diverkañ ar roadennoù heuliañ evit an daolenn-mañ"
diff --git a/po/bs.po b/po/bs.po
index ec9735567e..6c88d5a557 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-31 14:23+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Bosnian \n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 1.9-dev\n"
#: changelog.php:36 license.php:28
@@ -93,7 +93,7 @@ msgstr "Kolona"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "Primarni"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ne"
@@ -207,16 +207,16 @@ msgstr "Ne"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Da"
@@ -266,15 +266,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmin konfiguracijski spremnik je isključen. %sSaznaj više%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabela"
@@ -385,13 +385,13 @@ msgstr ""
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -404,7 +404,7 @@ msgstr "Akcija"
msgid "Show"
msgstr "Prikaži"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -425,16 +425,26 @@ msgstr ""
msgid "Structure snapshot"
msgstr "Samo struktura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
#, fuzzy
msgid "Track table"
msgstr "Provjeri tabelu"
-#: db_tracking.php:325
+#: db_tracking.php:347
#, fuzzy
msgid "Database Log"
msgstr "Baza podataka"
@@ -568,7 +578,7 @@ msgid "Add geometry"
msgstr "Dodaj novog korisnika"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -590,9 +600,9 @@ msgstr "Dodaj novog korisnika"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -633,8 +643,8 @@ msgstr "Kompletan INSERT (sa imenima polja)"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1374,12 +1384,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1917,18 +1927,18 @@ msgid "Show query box"
msgstr "SQL upit"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Promeni"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2195,7 +2205,7 @@ msgstr "Sadržaj"
msgid "Ignore"
msgstr "Ignoriši"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2213,7 +2223,7 @@ msgstr "Linije se završavaju sa"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2370,10 +2380,10 @@ msgstr "Imena kolona"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Prikaži sve"
@@ -2484,7 +2494,7 @@ msgstr "Dodaj novo polje"
msgid "Show hidden navigation tree items."
msgstr "Prikaži mrežu"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2553,7 +2563,7 @@ msgstr ""
msgid "up to date"
msgstr "Baza ne postoji"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3033,8 +3043,8 @@ msgid "Requery"
msgstr "u upitu"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3043,16 +3053,16 @@ msgid "Delete"
msgstr "Obriši"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3135,7 +3145,7 @@ msgid "History"
msgstr "SQL istorijat"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3181,7 +3191,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3234,9 +3244,9 @@ msgstr "SQL upit"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3245,9 +3255,9 @@ msgstr ""
msgid "Ascending"
msgstr "Rastući"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3475,30 +3485,30 @@ msgstr "Unutar tabela:"
msgid "Inside column:"
msgstr "Unutar tabela:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Dodaj/obriši kolonu"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Polja"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Pretraživanje baze"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3506,7 +3516,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Početak"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3515,7 +3525,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Prethodna"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3524,7 +3534,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Slijedeći"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3532,86 +3542,86 @@ msgctxt "Last page"
msgid "End"
msgstr "Kraj"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Sve"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "Broj redova po strani"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Dio teksta"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Pun tekst"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Relaciona shema"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Relaciona shema"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Tranformacije čitača"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Red je obrisan"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Obustavi"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3620,46 +3630,46 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "Vaš SQL upit je uspešno izvršen"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Prikaz zapisa"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "ukupno"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Upit je trajao %01.4f sekundi"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Označeno:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3667,50 +3677,52 @@ msgstr "Označeno:"
msgid "Check All"
msgstr "Označi sve"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Promijeni"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Izvoz"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Za štampu"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Prikaži PDF shemu"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3876,7 +3888,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3936,9 +3948,9 @@ msgstr "Novi zapis"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegije"
@@ -4002,7 +4014,7 @@ msgstr "Dodaj/obriši kolonu"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Baze"
@@ -4126,7 +4138,7 @@ msgid "Recent"
msgstr "Resetuj"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4585,14 +4597,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4847,7 +4859,7 @@ msgstr ""
msgid "MySQL said: "
msgstr "MySQL kaže: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Objasni SQL"
@@ -4859,7 +4871,7 @@ msgstr "Preskoči objašnjavanje SQL-a"
msgid "Without PHP Code"
msgstr "bez PHP koda"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Napravi PHP kod"
@@ -5397,7 +5409,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6563,7 +6575,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6629,1013 +6641,1013 @@ msgstr "Ograničenja resursa"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Prikaži mrežu"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Opcije za izvoz baze"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Opcije za izvoz baze"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+msgid "Enable navigation tree expansion"
+msgstr "Opcije tabele"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Analiziraj tabelu"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Promijeni redoslijed u tabeli"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
msgid "Table navigation bar"
msgstr "Opcije tabele"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Promjeni ime tabele u "
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Osnovni ključ je upravo dodan %s."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Relaciona shema"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Opcije za izvoz baze"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Vrijednost sesije"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "Dokumentacija"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Ne mogu da se prijavim na MySQL server"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Konekcije"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Bilo koji host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Bilo koji host"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Baza ne postoji"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "Izbor servera"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Dodaj/obriši kolonu"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Nemoj da mijenjaš lozinku"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "Baza podataka"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "Izbor servera"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Analiziraj tabelu"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Promjenljive"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Popravi tabelu"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Izbor servera"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Prikazujem komentare kolone"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Ime"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
msgid "Automatically create versions"
msgstr "Verzija servera"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Koristi tabele"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Koristi tabelu hosta"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Prikaži informacije o PHP-u"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "Prikaži tabele"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Prikaži mrežu"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Prikaži kompletne upite"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL upit"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "Statistike reda"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Dodaj/obriši kolonu"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Podrazumjevano"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7643,52 +7655,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7696,74 +7708,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Korisničko ime:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Lozinka"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "Izbor servera"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Enable Zero Configuration mode"
@@ -8254,8 +8266,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8766,8 +8778,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9944,8 +9956,8 @@ msgstr "Dobrodošli na %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11240,7 +11252,7 @@ msgstr "Ime korisnika"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Lozinka"
@@ -11272,8 +11284,8 @@ msgstr "Server"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -12130,7 +12142,7 @@ msgstr "nema"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12170,14 +12182,14 @@ msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilegije vezane za tabele"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12188,7 +12200,7 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globalne privilegije"
@@ -12199,7 +12211,7 @@ msgid "Global"
msgstr "globalno"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilegije vezane za bazu"
@@ -12219,13 +12231,13 @@ msgstr ""
"privilegija."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Podatci o prijavi"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Koristi tekst polje"
@@ -12250,7 +12262,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Zabranili ste privilegije za %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12273,218 +12285,218 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Provjeri privilegije za bazu \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Korisnici koji imaju pristup \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
msgid "User has been added."
msgstr "Polje %s je obrisano"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Korisnik"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Omogući"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Korisnik nije nađen."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Bilo koji"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globalno"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Specifično za bazu"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "Džoker"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Specifično za bazu"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Promijeni privilegije"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Zabrani"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… sačuvaj stare."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… obriši stare iz tabela korisnika."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… obustavi sve privilegije starog korisnika i zatim ga obriši."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Promeni informacije o prijavi / Kopiraj korisnika"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Napravi novog korisnika sa istim privilegijama i …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilegije vezane za kolone"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Dodaj privilegije na slijedećoj bazi"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Dodaj privilegije na slijedećoj tabeli"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Ukloni izabrane korisnike"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Obustavi sve aktivne privilegije korisnika i zatim ih obriši."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Odbaci baze koje se zovu isto kao korisnici."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Ponovo učitavam privilegije"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Izabrani korisnici su uspješno obrisani."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ažurirali ste privilegije za %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Brišem %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilegije su uspešno ponovo učitane."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Korisnik %s već postoji!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegije"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Promijeni privilegije"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Pregled korisnika"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela "
"privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje "
"server koristi ako su izvršene ručne izmjene. U tom slučaju %sponovo "
"učitajte privilegije%s pre nego što nastavite."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Izabrani korisnik nije pronađen u tabeli privilegija."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Dodali ste novog korisnika."
@@ -14431,14 +14443,6 @@ msgstr ""
msgid "Delete version"
msgstr "Verzija servera"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14570,11 +14574,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14904,24 +14908,24 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nije izabrana ni jedna baza."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Izabrani korisnici su uspješno obrisani."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No databases selected."
msgid "No versions selected."
msgstr "Nije izabrana ni jedna baza."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15314,8 +15318,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15442,8 +15446,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16103,6 +16107,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Opcije za izvoz baze"
+
#, fuzzy
#~| msgid "Databases"
#~ msgid "Table Structure"
diff --git a/po/ca.po b/po/ca.po
index 85c9112992..9e5c094ba4 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-20 22:29+0200\n"
"Last-Translator: josep constanti \n"
"Language-Team: Catalan \n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Columna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Principal"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "No"
@@ -205,16 +205,16 @@ msgstr "No"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Si"
@@ -258,18 +258,18 @@ msgstr "S'ha copiat la base de dades %1$s a %2$s."
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"S'ha desactivat l'emmagatzemament de la configuració de phpMyAdmin. "
-"%sConsulta el motiu%s."
+"S'ha desactivat l'emmagatzemament de la configuració de phpMyAdmin. %"
+"sConsulta el motiu%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Taula"
@@ -368,13 +368,13 @@ msgstr "Actualitzat"
msgid "Status"
msgstr "Estat"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Acció"
msgid "Show"
msgstr "Mostra"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Esborra seguiment"
@@ -405,15 +405,25 @@ msgstr "Informe de seguiment"
msgid "Structure snapshot"
msgstr "Instantània de l'estructura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "no actiu"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "actiu"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Taules no seguides"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Segueix taula"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Registre de la base de dades"
@@ -538,7 +548,7 @@ msgid "Add geometry"
msgstr "Afegir geometria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -560,9 +570,9 @@ msgstr "Afegir geometria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -601,11 +611,11 @@ msgstr "Paràmetres incomplets"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Probablement has triat d'enviar un arxiu que és massa gran. Consulta la "
-"%sdocumentació%s per trobar formes de modificar aquest límit."
+"Probablement has triat d'enviar un arxiu que és massa gran. Consulta la %"
+"sdocumentació%s per trobar formes de modificar aquest límit."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1311,12 +1321,12 @@ msgstr "Afegeix gràfic a a la graella"
msgid "Please add at least one variable to the series!"
msgstr "Afegeix al menys una variable a les series!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1819,18 +1829,18 @@ msgid "Show query box"
msgstr "Mostrar quadre de consultes"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Edita"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d no és un num. vàlid de fila."
@@ -2065,7 +2075,7 @@ msgstr "Contingut del punter de dades"
msgid "Ignore"
msgstr "Ignora"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Còpia"
@@ -2081,7 +2091,7 @@ msgstr "Cadena de línies"
msgid "Polygon"
msgstr "Polígon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2232,10 +2242,10 @@ msgstr ""
"Prem a la fletxa de llista desplegable
per alternar la visibilitat de "
"la columna."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Mostra tot"
@@ -2333,7 +2343,7 @@ msgstr "Amagar el panell"
msgid "Show hidden navigation tree items."
msgstr "Mostra l'arbre d'ítems amagat."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Enllaç amb el panell principal"
@@ -2403,7 +2413,7 @@ msgstr ", darrera versió estable:"
msgid "up to date"
msgstr "actualitzat"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Crea una vista"
@@ -2828,8 +2838,8 @@ msgid "Requery"
msgstr "Re-consulta"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2838,16 +2848,16 @@ msgid "Delete"
msgstr "Esborra"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2917,7 +2927,7 @@ msgid "History"
msgstr "Historial"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2958,7 +2968,7 @@ msgid "During current session"
msgstr "Durant la sessió actual"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3000,9 +3010,9 @@ msgstr "Mostrar l'historial de consultes a l'inici"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3011,9 +3021,9 @@ msgstr ""
msgid "Ascending"
msgstr "Ascendent"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3210,161 +3220,161 @@ msgstr "Dins les taules:"
msgid "Inside column:"
msgstr "Dins la columna:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Desar dades editades"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Reataurar ordre de columnes"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrar files"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Cerca aquesta taula"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Inici"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Pàgina anterior"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Pàgina següent"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Darrera pàgina"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Tot"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Nombre de files:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Classifica per la clau"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Textos parcials"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Textos sencers"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Clau relacional"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Columna relacional a mostrar"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Mostra continguts binaris"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Mostra contingut BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Amagar transformació del navegador"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Text conegut"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binari conegut"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "S'ha esborrat la fila."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Finalitzar"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Pot ser aproximat. Veieu [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "La vostra comanda SQL ha estat executada amb èxit."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Aquesta vista té al menys aques nombre de files. Consulta %sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Mostrant registres %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d en total, %2$d a la consulta"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d total"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "La consulta tarda %01.4f segons."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Amb marca:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3372,48 +3382,50 @@ msgstr "Amb marca:"
msgid "Check All"
msgstr "Marcar-ho tot"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Canvi"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exporta"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operacions de resultats de consultes"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Imprimeix vista"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Vista d'impresió (amb texts sencers)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Mostra el gràfic"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualitzar dades GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "No s'ha trobat l'enllaç!"
@@ -3576,7 +3588,7 @@ msgstr ""
"esborrar."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Servidor"
@@ -3636,9 +3648,9 @@ msgstr "Insereix"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Permisos"
@@ -3700,7 +3712,7 @@ msgstr "Columnes centrals"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Bases de dades"
@@ -3808,7 +3820,7 @@ msgid "Recent"
msgstr "Recent"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Taules favorites"
@@ -4247,20 +4259,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Un nombre de coma flotant de doble precisió, els valors permesos són de "
-"-1.7976931348623157E+308 a -2.2250738585072014E-308, 0, i de "
+"Un nombre de coma flotant de doble precisió, els valors permesos són de -"
+"1.7976931348623157E+308 a -2.2250738585072014E-308, 0, i de "
"2.2250738585072014E-308 a 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4556,7 +4568,7 @@ msgstr "Màx: %s%s"
msgid "MySQL said: "
msgstr "MySQL diu: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Explica SQL"
@@ -4568,7 +4580,7 @@ msgstr "Salta l'explicació de l'SQL"
msgid "Without PHP Code"
msgstr "Sense codi PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Crea codi PHP"
@@ -5074,7 +5086,7 @@ msgid "Set value: %s"
msgstr "Estableix valor: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restaura el valor per defecte"
@@ -5215,8 +5227,8 @@ msgstr ""
"Has triat el tipus d'autenticació [kbd]config[/kbd] i has inclós el nom "
"d'usuari i la contrasenya per connexions automàtiques, que es una opció no "
"recomanable per a servidors actius. Qualsevol que conegui la teva URL de "
-"phpMyAdmin pot accedir al teu panel directament. Estableix el "
-"%sauthentication type%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]."
+"phpMyAdmin pot accedir al teu panel directament. Estableix el %"
+"sauthentication type%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6269,7 +6281,7 @@ msgid "Maximum displayed SQL length"
msgstr "Tamany màxim de SQL mostrat"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Els usuaris no poden establir un valor més gran"
@@ -6341,33 +6353,33 @@ msgstr "Límit de memoria"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Mostra l'arbre d'ítems amagat."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Mostra el logo al panell de navegació."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Mostra el logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL on apuntarà el logo al panell de navegació."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Enllaç d'URL al logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6375,29 +6387,29 @@ msgstr ""
"Obrir la pàgina enllaçada a la finestra principal ([kbd]main[/kbd]) o bé a "
"una de nova ([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Destí d'enllaç al logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Mostra el servidor triat a dalt del panell de navegació."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Mostra la tría de servidors"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Destí per a la icona d'accés ràpid"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Destí per a la icona d'accés ràpid"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6405,15 +6417,15 @@ msgstr ""
"Nombre mínim nombre d'elements (taules, vistes, rutines i events) a mostrar "
"en una caixa de filtre."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Mínim nombre d'items per a mostrar a la caixa de filtre"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Mínim nombre de bases de dades a mostrar a la caixa de filtre"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6421,86 +6433,89 @@ msgstr ""
"Agrupar ítems a l'arbre de navegació (determinat pel separador definit tot "
"seguit)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Agrupar elements en l'arbre"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Text que separa bases de dades en diferents nivells d'arbre."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separador per l'arbre de bases de dades"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Text que separa taules en diferents nivells d'arbre."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separador d'arbre de taules"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Màxima profunditat de l'arbre de taules"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Resalta el servidor sota el cursor del ratolí."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Activa resaltat"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Desactiva l'expansió de la base de dades"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barra de navegació amb icones"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Màxim nombre de taules usades recentment; indiqueu 0 per desactivar."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Màxim nombre de taules preferides; indiqueu 0 per desactivar."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Taules usades recentment"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Aquests són els enllaços a Edició, Còpia i Esborrat."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Ón de mostrar els vincles de fila de taula"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Usa l'ordre natural per ordenar els noms de taules i bases de dades."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordre natural"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Usa només icones, només text o bé ambdós."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "Barra de navegació amb icones"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
@@ -6508,11 +6523,11 @@ msgstr ""
"utilitza la memòria cau de sortida per GZip per incrementar la velocitat en "
"transferències HTTP"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Memòria cau de sortida per GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6524,21 +6539,21 @@ msgstr ""
"[kbd]SMART[/kbd] - i.e. ordre descendent per camps de tipus TIME, DATE, "
"DATETIME i TIMESTAMP, ordre descendent ascendent a la resta"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ordre de clasificació predeterminat"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Utilitza connexions persistents a bases de dades MySQL"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Connexions persistents"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6553,11 +6568,11 @@ msgstr ""
"l'estructura de la base de dades, si qualsevol de les taules necessàries per "
"a l'infraestructura de taules enllaçades de phpMyAdmin no s'ha pogut trobar"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Falten taules de l'infraestructura de taules enllaçades de phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if a difference between the "
@@ -6569,11 +6584,11 @@ msgstr ""
"Desactiva l'avís per defecte que es mostra si es detecten diferències entre "
"la llibreria MySQL i el servidor"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Avís de diferència en servidor/llibreria"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -6585,31 +6600,31 @@ msgstr ""
"Desactiva l'avís per defecte 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"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Avís de paraula reservada de MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "Permet mostrar totes les files"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Desactiva l'edició en columnes tipus BLOB i BINARY"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Protegeix les columnes de contingut binari"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6620,52 +6635,52 @@ msgstr ""
"fan servir rutines JS per mostrar l'historial de consultes (es perd al "
"tancar la finestra)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Historial permanent de consultes"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Quàntes consultes s'han de desar a l'historial"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Tamany de l'historial de consultes"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr ""
"Selecciona quines funcions s'usaràn per a conversions de jocs de caràcters"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Motor d'enregistrament"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Al navegar per les taules, es recorda la classificació de cada taula"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Recordar l'ordenació de les taules"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Ordre de clasificació predeterminat"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -6674,81 +6689,81 @@ msgid ""
msgstr ""
"Repeteix les capçeleres cada X cel.les, [kbd]0[/kbd] desactiva la funció"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repeteix capçeleres"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Edició de graella: disparador d'acció"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Columna relacional a mostrar"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Opcions de visualització dels servidors."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Edició de graella: Desa totes les cel.les editades alhora"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "Directori del servidor on pots desar les exportacions"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Directori de desades"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Deixa en blanc si no l'utilitzes"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Ordre d'autenticació del servidor"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Deixa en blanc per als predeterminats"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regles d'autenticació del servidor"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permetre connexions sense contrasenya"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permet la connexió de root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Valor de sessió"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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."
@@ -6756,11 +6771,11 @@ msgstr ""
"Nom del Domini HTTP -HTTP Basic Auth Realm- per a mostrar a l'autenticació "
"HTTP"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Domini HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -6775,21 +6790,21 @@ msgstr ""
"maquinari SweKey[/a] (no trobat al teu arrel de documents; es recomana a: /"
"etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Arxiu de configuració SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Mètode d'autenticació a usar"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipus d'autenticació"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6797,11 +6812,11 @@ msgstr ""
"Deixa en blanc per desactivar les [a@http://wiki.phpmyadmin.net/pma/bookmark]"
"consultes desades[/a], suggerit: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Taula de consultes desades"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -6813,35 +6828,35 @@ msgstr ""
"Deixa en blanc per no usar comentaris de columna o tipus mime, suggerit: "
"[kbd]pma__column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Taula d'informació de columna"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Connexió comprimida al servidor MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Connexió comprimida"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Cóm connectar al servidor, deixa [kbd]tcp[/kbd] si no estàs segur"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipus de connexió"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Contrasenya de l'usuari de control"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -6854,11 +6869,11 @@ msgstr ""
"Usuari MySQL especial configurat amb permisos restringits, més informació "
"disponible al [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Usuari de control"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -6870,11 +6885,11 @@ msgstr ""
"Un hoste alternatiu per mantenir l'emmagatzematge de la configuració, deixa "
"en blanc per utilitzar la màquina ja definida"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Servidor de control"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -6887,19 +6902,19 @@ msgstr ""
"Un hoste alternatiu per mantenir l'emmagatzematge de la configuració, deixa "
"en blanc per utilitzar la màquina ja definida"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "Servidor de control"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Amagar les bases de dades que compleixin una expresió regular (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6907,15 +6922,15 @@ msgstr ""
"Més informació a [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA bug "
"tracker[/a] i [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Desactiva l'ús d'INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Amagar bases de dades"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma__history"
@@ -6927,25 +6942,25 @@ msgstr ""
"Deixa en blanc per desactivar el suport d'historial de consultes SQL, "
"suggerit: [kbd]pma__history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Taula d'historial de consultes SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "Nom del servidor ón MySQL és en marxa"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nom del servidor"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL de desconnexió"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -6957,17 +6972,17 @@ 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"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Màxim nombre de preferències de taules a desar"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Veure la taula d'estat de l'esclau"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -6979,13 +6994,13 @@ msgstr ""
"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: [kbd]"
"pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Columnes centrals"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -6997,17 +7012,17 @@ msgstr ""
"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: [kbd]"
"pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Intentar connectar sense contrasenya"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Connexió sense contrasenya"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7017,21 +7032,21 @@ msgstr ""
"servir als teus texts, ex.: usa [kbd]'my\\_db'[/kbd] i no [kbd]'my_db'[/"
"kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Mostra només les bases de dades de la llista"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "Deixa en blanc si no utilitzes l'autenticació config"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Contrasenya autenticació config"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7042,11 +7057,11 @@ msgstr ""
"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: [kbd]"
"pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Esquema PDF: taula de pàgines"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7062,23 +7077,23 @@ msgstr ""
"tenir informació més completa. Deixa en blanc per no utilitzar. Suggerit: "
"[kbd]phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nom de base de dades"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 ""
"Port ón el servidor MySQL està escoltatt, deixa en blanc per al predeterminat"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Port del servidor"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7090,11 +7105,11 @@ msgstr ""
"Deixa en blanc per treure la \"persistència\" de taules usades recentment "
"entre sessions, suggerit: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Taula usada recentment"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7106,13 +7121,13 @@ msgstr ""
"Deixa en blanc per treure la \"persistència\" de taules usades recentment "
"entre sessions, suggerit: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Taules favorites"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7124,11 +7139,11 @@ msgstr ""
"Deixa en blanc per desactivar els [a@http://wiki.phpmyadmin.net/pma/relation]"
"enllaços de relacions[/a], suggerit: [kbd]pma__relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Taula de relacions"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7140,15 +7155,15 @@ msgstr ""
"Consulta [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipus "
"d'autenticació[/a] per veure exemples"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nom de sessió signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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."
@@ -7156,21 +7171,21 @@ msgstr ""
"Sócol ón el servidor MySQL està escoltant, deixa en blanc per al "
"predeterminat"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Sócol del servidor"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Activa SSL per la connexió amb el servidor MySQL"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Usa SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7182,13 +7197,13 @@ msgstr ""
"Deixa en blanc per desactivar el suport d'esquemes PDF, suggerit: [kbd]"
"pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "Esquema PDF: taula de coordinades"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7200,11 +7215,11 @@ msgstr ""
"Taula per descriure les columnes a mostrar, deixa en blanc per desactivar; "
"suggerit: [kbd]pma__table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Taula de descripció de columnes"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables'UI preferences across sessions, "
@@ -7216,11 +7231,11 @@ msgstr ""
"Deixa en blanc per desactivar la \"persistència\" de preferències "
"d'interfase de taules entre sessions, suggerit: [kbd]pma__table_uiprefs[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Preferències d'interfase de taula"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7228,11 +7243,11 @@ msgstr ""
"Si una instrucció DROP DATABASE IF EXISTS s'afegirà com a primera línia en "
"el registre a l'hora de crear una base de dades."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Afegir DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7240,11 +7255,11 @@ msgstr ""
"Si una instrucció DROP TABLE IF EXISTS s'afegirà com a primera línia en el "
"registre a l'hora de crear una taula."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Afegir DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7252,21 +7267,21 @@ msgstr ""
"Si una instrucció DROP VIEW IF EXISTS s'afegirà com a primera línia en el "
"registre a l'hora de crear una vista."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Afegir DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Defineix la llista d'instruccions que l'auto-creació fa servir per a noves "
"versions."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Instruccions a seguir"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7278,11 +7293,11 @@ msgstr ""
"Deixa en blanc per desactivar el suport de seguiment de consultes SQL, "
"suggerit: [kbd]pma__tracking[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Taula de seguiment de consultes SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7290,11 +7305,11 @@ msgstr ""
"SI el mecanisme de seguiment crearà versions per a taules i vistes "
"automàticament."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Crear versions automàticament"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7306,37 +7321,37 @@ msgstr ""
"Deixa en blanc per no desar les preferències de l'usuari en base de dades, "
"suggerit: [kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Taula de preferències de l'usuari"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Usa Taules"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Utilitza la Taula de Hosts"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7348,15 +7363,15 @@ msgstr ""
"Deixa en blanc per no desar les preferències de l'usuari en base de dades, "
"suggerit: [kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Usuari per autenticació config"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7364,22 +7379,22 @@ msgstr ""
"Descripció per a l'usuari d'aquest servidor. Deixar en blanc per mostrar el "
"nom del servidor en lloc seu."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nom explicatiu d'aquest servidor"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 ""
"Si a un usuari se l'hauria de mostrar el botó \"mostrar totes (les files)\""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permet mostrar totes les files"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7395,15 +7410,15 @@ msgstr ""
"a que la contrasenya està inclosa al arxiu de configuració; aixó no limita "
"la posibilitat d'executar la mateixa ordre directament"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Mostra el formulari de canvi de contrasenya"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Mostra el formulari de creació de base de dades"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Creation timestamp for all tables"
@@ -7412,11 +7427,11 @@ msgstr ""
"Mostrar o amagar una columna amb la data i hora de creació per a totes les "
"taules"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Mostra el temps de creació"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last update timestamp for all tables"
@@ -7426,11 +7441,11 @@ msgstr ""
"Mostrar o amagar una columna que mostra la data i hora de la darrera "
"actualització per a totes les taules"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Mostra data i hora de la darrera actualització"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last check timestamp for all tables"
@@ -7440,11 +7455,11 @@ msgstr ""
"Mostrar o amagar una columna que mostra la data i hora de la darrera "
"comprovació per a totes les taules"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Mostra el temps de la darrera comprovació"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7456,31 +7471,31 @@ msgstr ""
"Defineix si els tipus de camps han d'aparèixer en un principi en el mode "
"d'edició/inserció"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Mostra tipus de camps"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "Mostra els camps de funció en modes edició/inserció"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Mostra els camps de funció"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "Mostrar o no ajudes"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Mostra ajudes"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7492,15 +7507,15 @@ msgstr ""
"Mostra l'enllaç a la sortida de [a@http://php.net/manual/function.phpinfo."
"php]phpinfo()[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Mostra l'enllaç a phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Mostra informació detallada del servidor MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7508,11 +7523,11 @@ msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Defineix si s'han de mostrar les consultes SQL creades per phpMyAdmin"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Mostra consultes SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7522,22 +7537,22 @@ msgstr ""
"Defineix si el quadre de consulta ha de romandre a la pantalla després de la "
"seva presentació"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Mantenir el quadre de consultes"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Permet mostrar estadístiques de base de dades i de taula (ex. espai usat)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Mostra estadístiques"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7547,21 +7562,21 @@ msgstr ""
"Marca les taules en ús i permet mostrar les bases de dades amb taules "
"bloquejades"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Salta taules bloquejades"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Si es detecta Suoshin, es mostra un avís a la pàgina principal"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "avís Suoshin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7574,13 +7589,13 @@ msgstr ""
"Desactiva l'avís per defecte 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"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Validesa de l'autenticació per galetes"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -7592,11 +7607,11 @@ msgstr ""
"Tamany de textarea (columnes) en mode d'edició, aquest valor s'augmentarà "
"per a textareas de consultes SQL (*2) i per finestres de consultes (*1.25)"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Columnes per a textareas"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
#| msgid ""
#| "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -7608,40 +7623,40 @@ msgstr ""
"Tamany de textarea (files) en mode d'edició, aquest valor s'augmentarà per a "
"textareas de consultes SQL (*2) i per finestres de consultes (*1.25)"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Files per a textareas"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr ""
"Títol de la finestra del navegador quan es selecciona una base de dades"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "Títol de la finestra del navegador quan no hi ha res seleccionat"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Títol per defecte"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "Títol de la finestra del navegador quan es selecciona un servidor"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "Títol de la finestra del navegador quan es selecciona una taula"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -7659,31 +7674,31 @@ msgstr ""
"HTTP_X_FORWARDED_FOR (X-Forwarded-For) procedent del proxy 1.2.3.4:[br][kbd]"
"1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Llista de proxies confiables per autoritzar/prohibir IP"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr "Directori al servidor ón pots pujar arxius per importar"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Directori de pujades"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "Permet cercar dins de tota la base de dades"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Usa cerca de base de dades"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
#, fuzzy
#| msgid ""
#| "When disabled, users cannot set any of the options below, regardless of "
@@ -7695,15 +7710,15 @@ msgstr ""
"Quan està desactivada, els usuaris no poden configurar qualsevol de les "
"següents opcions, independentment de la casella de selecció a la dreta"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Activa la pestanya del Desenvolupador en les opcions"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Comprova la darrera versió"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
@@ -7711,14 +7726,14 @@ msgstr ""
"Activa la comprovació de la darrera versió a la pàgina principal de "
"phpMyAdmin"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Comprovació de versió"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7726,34 +7741,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Nom d'usuari"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Contrasenya"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7765,43 +7780,43 @@ msgstr ""
"Activa la compressió [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/"
"a] per a les operacions d'importació i exportació"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Port del servidor"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8260,12 +8275,12 @@ msgstr ", @TABLE@ serà el nom de la taula"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Aquest valor s'interpreta usant %1$sstrftime%2$s, pel que podeu usar les "
-"cadenes de formateig de temps. A més, es faran aquestes transformacions: "
-"%3$s. Altre text es deixarà sense variació. Consulteu les %4$sPFC -FAQ- %5$s "
+"cadenes de formateig de temps. A més, es faran aquestes transformacions: %3"
+"$s. Altre text es deixarà sense variació. Consulteu les %4$sPFC -FAQ- %5$s "
"per a més detalls."
#: libraries/display_export.lib.php:526
@@ -8824,8 +8839,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Pots trobar la documentació i més informació sobre PBXT a la pàgina "
"principal de %sPrimeBase XT%s."
@@ -10008,8 +10023,8 @@ msgstr "Benvingut a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"La raó més probable d'aixó és que no heu creat l'arxiu de configuració. "
"Podreu voler utilitzar %1$ssetup script%2$s per crear-ne un."
@@ -11358,7 +11373,7 @@ msgstr "Nom d'usuari"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Contrasenya"
@@ -11390,8 +11405,8 @@ msgstr "ID de Servidor"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Servidor"
@@ -12231,7 +12246,7 @@ msgstr "Cap"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12271,14 +12286,14 @@ msgstr "Límita el nombre de connexions simultànies que l'usuari pot tenir."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Permisos especifics de taula"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12289,7 +12304,7 @@ msgid "Administration"
msgstr "Administració"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Permisos generals"
@@ -12300,7 +12315,7 @@ msgid "Global"
msgstr "global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Permisos específics de base de dades"
@@ -12320,13 +12335,13 @@ msgstr ""
"permisos."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Informació d'Identificació"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Usa camp de text"
@@ -12351,7 +12366,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Has tret els permisos per %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Afegirl usuari"
@@ -12372,217 +12387,217 @@ msgstr "Atorga tots els permisos en un nom comodí (nomusuari\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Atorga tots els permisos a la base de dades \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Usuaris amb accés a \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Usuari afegit."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Usuari"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Atorga"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "No s'han trobat usuaris."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Qualsevol"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "específic de la base de dades"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "comodins"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "específic de la base de dades"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Edita permisos"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Treu"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Editar servidor"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… respecta l'antic."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… esborra l'antic de les taules d'usuaris."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… treu tots els permisos actius de l'antic i esborra'l després."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… esborra l'antic de les taules d'usuaris i recarrega els permisos després."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Canvi d'Informació de Connexió / Copia d'Usuari"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Crea un nou usuari amb els mateixos permisos i …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Permisos específics de columna"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Afegeix permisos a la següent base de dades"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Els comodins _ i % han de marcar-se amb una \\ per usar-los literalment."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Afegeix permisos a la següent taula"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Treu els usuaris triats"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Treu tots els permisos actius dels usuaris i els esborra després."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Esborra les bases de dades que tenen els mateixos noms que els usuaris."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "No s'han triat usuaris per esborrar!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Recarregant permisos"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "S'han esborrat correctament els usuaris triats."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Heu actualitzat els permisos de %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Esborrant %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Els permisos s'han recarregat correctament."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "L'usuari %s ja existeix!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Permisos per a %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nou"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Edita permisos"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Vista global d'usuaris"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Nota: phpMyAdmin obté els permisos de l'usuari directament de les taules de "
"permisos de MySQL. El contingut d'aquestes taules pot ser diferent dels "
"permisos que utilitza el servidor si s'han fet canvis manualment. En aquest "
"cas, es necessari %srecarregar els permisos%s abans de continuar."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "No s'ha trobat l'usuari triat a la taula de permisos."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Has afegit un usuari nou."
@@ -14676,14 +14691,6 @@ msgstr "Desactiva ara"
msgid "Delete version"
msgstr "Crea versió"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "actiu"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "no actiu"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Seguiment de declaracions"
@@ -14811,11 +14818,11 @@ msgstr ""
"les permanentment es necessita activar %sinterficie de taules enllaçades de "
"phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "No es pot desar la configuració"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15159,24 +15166,24 @@ msgstr[1] "El nom de columna '%s' és una paraula clau reservada de MySQL."
msgid "No column selected."
msgstr "No s'han triat arxius"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "S'ha activat el seguiment de %s."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "S'han esborrat correctament els usuaris triats."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "No s'han triat arxius"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Declaracions SQL executades."
@@ -15608,8 +15615,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"La taxa actual de memòria lluire del cau de consultes respecte la mida total "
"és de %s%%. Hauria de estar per sobre de 80%%"
@@ -15767,8 +15774,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% de totes les ordenacions causen taules temporals, aquest valor ha de "
"ser inferior al 10%%."
@@ -16179,8 +16186,8 @@ msgstr ""
#, php-format
msgid "Immediate table locks: %s%%, this value should be above 95%%"
msgstr ""
-"Bloquejos immediats de taula: %s%%, aquest valor ha d'estar per sobre del "
-"95%%"
+"Bloquejos immediats de taula: %s%%, aquest valor ha d'estar per sobre del 95%"
+"%"
#: libraries/advisory_rules.txt:355
msgid "Table lock wait rate"
@@ -16552,6 +16559,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "{concurrent_insert} està establert a 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Desactiva l'expansió de la base de dades"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Esborra les dades de seguiment per aquesta taula"
@@ -16950,8 +16960,8 @@ msgstr "{concurrent_insert} està establert a 0"
#~ "%s."
#~ msgstr ""
#~ "No s'ha pogut iniciar el validador SQL. Si us plau, comproveu que teniu "
-#~ "instal·lats els mòduls de PHP necessaris tal i com s'indica a la "
-#~ "%sdocumentació%s."
+#~ "instal·lats els mòduls de PHP necessaris tal i com s'indica a la %"
+#~ "sdocumentació%s."
#, fuzzy
#~| msgid "Error: Relation not added."
diff --git a/po/ckb.po b/po/ckb.po
index 83ec120468..da4e389f5d 100644
--- a/po/ckb.po
+++ b/po/ckb.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-10-29 18:21+0200\n"
"Last-Translator: Aso Naderi \n"
"Language-Team: Kurdish Sorani \n"
-"Language: ckb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ckb\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -96,7 +96,7 @@ msgstr "ستون"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -181,16 +181,16 @@ msgstr "سەرەکی"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "نەخێر"
@@ -210,16 +210,16 @@ msgstr "نەخێر"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "بەڵێ"
@@ -266,18 +266,18 @@ msgstr "بنکەی دراوەی %1$s ڕوونووس کرا بۆ بنکەی در
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"ڕێکخستنەکانی بیرگەی phpMyAdmin ناچالاک کراوە. بۆ دۆزینەوەی کلیک لەمە بکە "
-"%shere%s."
+"ڕێکخستنەکانی بیرگەی phpMyAdmin ناچالاک کراوە. بۆ دۆزینەوەی کلیک لەمە بکە %"
+"shere%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "خشتە"
@@ -376,13 +376,13 @@ msgstr "بارکراوە"
msgid "Status"
msgstr "ڕەوش"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -395,7 +395,7 @@ msgstr "کردار"
msgid "Show"
msgstr "پیشاندان"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -415,15 +415,25 @@ msgstr "ڕاپۆرتە شوێنکەتووەکان"
msgid "Structure snapshot"
msgstr "وێنەی پێکهاتە"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ناچالاکە"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "چالاک"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "خشتە شوێن نەکەوتوەکان"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "شوێنکەوتنی خشتە"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "پێشینەی کارکردی بنکەی زانیاری"
@@ -545,7 +555,7 @@ msgid "Add geometry"
msgstr "زیادکردنی ئەندازەگەری"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -567,9 +577,9 @@ msgstr "زیادکردنی ئەندازەگەری"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -614,11 +624,11 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"لەوانەیە تۆ هەوڵت دابێت فایلێک بە قەبارەیەکی زۆر بار بکەی. تکایە سەردانی "
-"%sبەڵگەسازی%s بکە بۆ چارەکردنی ئەم سنوردار کردنە."
+"لەوانەیە تۆ هەوڵت دابێت فایلێک بە قەبارەیەکی زۆر بار بکەی. تکایە سەردانی %"
+"sبەڵگەسازی%s بکە بۆ چارەکردنی ئەم سنوردار کردنە."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -887,8 +897,8 @@ msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
-"ڕێکخستنەکانی بیرگەی phpMyAdmin ناچالاک کراوە. بۆ دۆزینەوەی کلیک لەمە بکە "
-"%shere%s."
+"ڕێکخستنەکانی بیرگەی phpMyAdmin ناچالاک کراوە. بۆ دۆزینەوەی کلیک لەمە بکە %"
+"shere%s."
#: index.php:549
msgid ""
@@ -1328,12 +1338,12 @@ msgstr "زیادکردنی هێلکاری بۆ تۆڕ"
msgid "Please add at least one variable to the series!"
msgstr "تکایە لانی کەم یەک گۆڕاو بۆ زنجیرەکە زیاد بکە"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1819,18 +1829,18 @@ msgid "Show query box"
msgstr "پێشاندانی سندوقی داواکاری"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "چاکردن"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d ژمارەی ڕیزی نادروستە."
@@ -2087,7 +2097,7 @@ msgstr "ناوەڕۆکی زانیاری خاڵ"
msgid "Ignore"
msgstr "فەرامۆشکردن"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "لەبەرگرتنەوە"
@@ -2103,7 +2113,7 @@ msgstr "ڕیزبهندی هێڵی"
msgid "Polygon"
msgstr "فرە گۆشە"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "ئەندازەزانی"
@@ -2265,10 +2275,10 @@ msgstr "دوو کرتە بکە بۆ لەبەرگرتنەوەی ناوی ستون
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "ههمووی ببینه"
@@ -2376,7 +2386,7 @@ msgstr "شاردنەوەی نیشاندەرەکان"
msgid "Show hidden navigation tree items."
msgstr "پێشاندانی نیشاندەرەکان"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Hide indexes"
@@ -2448,7 +2458,7 @@ msgstr "، دوایین وەشانی جێگیر:"
msgid "up to date"
msgstr "نوێترینە"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2870,8 +2880,8 @@ msgid "Requery"
msgstr "داواکاری"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2880,16 +2890,16 @@ msgid "Delete"
msgstr "سڕینەوە"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2973,7 +2983,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3018,7 +3028,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3070,9 +3080,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3081,9 +3091,9 @@ msgstr ""
msgid "Ascending"
msgstr "لە سەرەتاوە بۆ کۆتایی"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3299,123 +3309,123 @@ msgstr "لەناو خشتە:\n"
msgid "Inside column:"
msgstr "لە نێو خشتەی:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "پاشەکەوتکردنی زانیاری گۆڕاو"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "گەڕانەوەی ڕێزبەندی ستون"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filter"
msgid "Filter rows"
msgstr "پاڵێو"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "گەڕان لە بنکەی دراو"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "دەسپێکردن"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "پێشتر"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "دواتر"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "کۆتایی"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "ڕیزکردنی بە پێی کلیل"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "تێکستە لاوەکیەکان"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "تێکستە تەواوەکان"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "ڕیزەکە سڕایەوە"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "ڕایگرە"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3424,48 +3434,48 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "سیكوێڵ کیوریەکەت بەسەرکەوتوویی ئەنجامدرا"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"لەم تێڕوانیینە بەلایەنی کەم ئەم ژمارە دێڕە بوونی هەیە.تکایە سەردانی "
-"%sبەڵگەسازی%s بکە ."
+"لەم تێڕوانیینە بەلایەنی کەم ئەم ژمارە دێڕە بوونی هەیە.تکایە سەردانی %"
+"sبەڵگەسازی%s بکە ."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "ڕیزە پێشاندراوەکان"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "سەرجەم"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "داواکاریەکە %01.4f چرکەی خایاند"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "لەگەڵ پەڕگەی دەستنیشانکراو:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3473,48 +3483,50 @@ msgstr "لەگەڵ پەڕگەی دەستنیشانکراو:"
msgid "Check All"
msgstr "هەڵبژاردنی هەموو"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "گۆڕین"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "هەناردن"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "کردارەکانی ئەنجامی داواکاری"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "پێشاندان بۆ چاپکردن"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "پیشاندان بۆ چاپکردن (لەگەڵ تێکستە تەواوەکان)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "پێشاندانی هێلکاری"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3678,7 +3690,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "سێرڤەر"
@@ -3738,9 +3750,9 @@ msgstr "تێخستن"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "تایبەتمەندێتیەکان"
@@ -3804,7 +3816,7 @@ msgstr "ستونەکان زیادبکە"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "بنکە زانیاریەکان"
@@ -3924,7 +3936,7 @@ msgid "Recent"
msgstr "خشتە تازەکان"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4365,14 +4377,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4620,7 +4632,7 @@ msgstr ""
msgid "MySQL said: "
msgstr "مایئێسكیوئێڵ دەڵێت: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "ڕوونکردنەوەی سیكوێڵ"
@@ -4632,7 +4644,7 @@ msgstr "پشتگوێخستنی ڕوونکردنەوەی سیكوێڵ"
msgid "Without PHP Code"
msgstr "بەبێ پی ئێچ پی کۆد"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "پی ئێچ پی کۆد دروست بکە"
@@ -5153,7 +5165,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6253,7 +6265,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6317,971 +6329,972 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show indexes"
msgid "Show databases navigation as tree"
msgstr "پێشاندانی نیشاندەرەکان"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Table comments"
msgid "Show logo in navigation panel."
msgstr "تێبینیەکانی خشتە"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Use database search"
-msgid "Disable database expansion"
-msgstr "بەکارهێنانی گەڕان لە بنکەی دراو"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table comments"
+msgid "Enable navigation tree expansion"
+msgstr "تێبینیەکانی خشتە"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table comments"
msgid "Table navigation bar"
msgstr "تێبینیەکانی خشتە"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "No data found"
msgid "Relational display"
msgstr "هیچ زانیاریەک نەدۆزراوە"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Table comments"
msgid "For display Options"
msgstr "تێبینیەکانی خشتە"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection"
msgid "Compress connection to MySQL server."
msgstr "پەستانی پەیوەندی"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "پەستانی پەیوەندی"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "جۆری پەیوەندی"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "شاردنەوەى بنکەی دراو"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "چوونەدەرەوە بەستەر"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add columns"
msgid "Central columns table"
msgstr "ستونەکان زیادبکە"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Connect without password"
msgid "Try to connect without password."
msgstr "پەیوەندی بەبێ وشەی نهێنی"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "پەیوەندی بەبێ وشەی نهێنی"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "تەنها نیشاندانی لیستی بنکەی دراو"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "ناوی بنکەی دراو"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "گۆڕاوەکان"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "بەکارهێنانی SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "خشتە بەکار ببە"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "نیشاندانی پرسگەی SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr ""
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "نیشاندانی سەرژمێری"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "سەردێری بنەڕەت"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7289,52 +7302,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "بەکارهێنانی گەڕان لە بنکەی دراو"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "پشکنین بۆ دۆزینەوەی نوێترین وەشان"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7342,74 +7355,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "ناوی بەکارهێنەر"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "وشەی نهێنی"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Local monitor configuration incompatible"
msgid "Enable Zero Configuration mode"
@@ -7848,8 +7861,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8343,8 +8356,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9487,8 +9500,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10666,7 +10679,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "وشەی نهێنی"
@@ -10696,8 +10709,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11474,7 +11487,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11511,14 +11524,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11527,7 +11540,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11536,7 +11549,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11554,13 +11567,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11585,7 +11598,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "زیادکردنی بەکارهێنەر"
@@ -11606,202 +11619,202 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "بەکارهێنەر"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Privileges"
msgid "Edit Privileges:"
msgstr "تایبەتمەندێتیەکان"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13652,14 +13665,6 @@ msgstr ""
msgid "Delete version"
msgstr "وەشانی کۆتا"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "چالاک"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ناچالاکە"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13781,11 +13786,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14103,24 +14108,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "هیچ ڕیزێک هەڵنەبژێراوە"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Your SQL query has been executed successfully."
msgid "Tracking versions deleted successfully."
msgstr "سیكوێڵ کیوریەکەت بەسەرکەوتوویی ئەنجامدرا"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "هیچ ڕیزێک هەڵنەبژێراوە"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14499,8 +14504,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14618,8 +14623,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15247,6 +15252,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "نرخی concurrent_insert ڕێکخراوە بۆ 0"
+#, fuzzy
+#~| msgid "Use database search"
+#~ msgid "Disable database expansion"
+#~ msgstr "بەکارهێنانی گەڕان لە بنکەی دراو"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "سڕینەوە داتا شوێنکەوتووەکان لەم خشتەیەدا"
diff --git a/po/cs.po b/po/cs.po
index 6783559f6b..62ad3970b7 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -5,15 +5,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-15 09:05+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Czech \n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -93,7 +93,7 @@ msgstr "Pole"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "Primární"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ne"
@@ -207,16 +207,16 @@ msgstr "Ne"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ano"
@@ -262,15 +262,15 @@ msgid ""
msgstr ""
"Některé z rozšířených funkcí phpMyAdmina nelze používat. %sZjistěte proč%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabulka"
@@ -373,13 +373,13 @@ msgstr "Aktualizováno"
msgid "Status"
msgstr "Stav"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -392,7 +392,7 @@ msgstr "Operace"
msgid "Show"
msgstr "Zobrazit"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -412,15 +412,25 @@ msgstr "Informace o sledování"
msgid "Structure snapshot"
msgstr "Snímek struktury"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "není zapnuté"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "zapnuté"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nesledované tabulky"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Sledovat tabulku"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Záznam databáze"
@@ -542,7 +552,7 @@ msgid "Add geometry"
msgstr "Přidat geometrii"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -564,9 +574,9 @@ msgstr "Přidat geometrii"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -604,8 +614,8 @@ msgstr "Chybí parametry"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si "
"prosím %sdokumentaci%s, jak toto omezení obejít."
@@ -1313,12 +1323,12 @@ msgstr "Přidat graf do mřížky"
msgid "Please add at least one variable to the series!"
msgstr "Prosím přidejte do série alespoň jednu hodnotu!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1816,18 +1826,18 @@ msgid "Show query box"
msgstr "Zobrazit pole pro dotaz"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Upravit"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d není platné číslo řádku."
@@ -2060,7 +2070,7 @@ msgstr "Obsah datového bodu"
msgid "Ignore"
msgstr "Ignorovat"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopírovat"
@@ -2076,7 +2086,7 @@ msgstr "Linka"
msgid "Polygon"
msgstr "Mnohoúhelník"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrie"
@@ -2225,10 +2235,10 @@ msgstr "Poklepejte pro zkopírování jména pole."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Klikněte na šipku
pro vybrání sloupců."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Zobrazit vše"
@@ -2324,7 +2334,7 @@ msgstr "Skrýt panel"
msgid "Show hidden navigation tree items."
msgstr "Zobrazit skryté položky navigačního panelu."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Spojit s hlavním panelem"
@@ -2396,7 +2406,7 @@ msgstr ", poslední stabilní verze:"
msgid "up to date"
msgstr "aktuální"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Vytvořit pohled"
@@ -2818,8 +2828,8 @@ msgid "Requery"
msgstr "Znovu"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2828,16 +2838,16 @@ msgid "Delete"
msgstr "Odstranit"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2909,7 +2919,7 @@ msgid "History"
msgstr "Historie"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2952,7 +2962,7 @@ msgid "During current session"
msgstr "Přeskočit současnou chybu"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2998,9 +3008,9 @@ msgstr "Tabulka pro historii SQL dotazů"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3009,9 +3019,9 @@ msgstr ""
msgid "Ascending"
msgstr "Vzestupně"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3209,161 +3219,161 @@ msgstr "V tabulkách:"
msgid "Inside column:"
msgstr "Uvnitř pole:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Uložit upravovaná data"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Obnovit pořadí sloupců"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrovat řádky"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Vyhledávání v této tabulce"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "První"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Předchozí"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Následující"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Poslední"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Všechno"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Počet řádků:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Seřadit podle klíče"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Zkrácené texty"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Celé texty"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relační klíč"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Pole pro zobrazení v relacích"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Zobrazit binární obsah"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Zobrazit obsah BLOBu"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Nepoužít při prohlížení transformace"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Text (WKT)"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binární (WKB)"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Řádek byl smazán."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Ukončit"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Počet nemusí být přesný, viz [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Váš SQL-dotaz byl úspěšně vykonán."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Tento pohled má alespoň tolik řádek. Podrobnosti naleznete v %sdokumentaci%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Zobrazeny záznamy %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d celkem, %2$d v dotazu"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d celkem"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Dotaz trval %01.4f sekund."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Zaškrtnuté:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3371,48 +3381,50 @@ msgstr "Zaškrtnuté:"
msgid "Check All"
msgstr "Zaškrtnout vše"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Změnit"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Export"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operace s výsledky dotazu"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Náhled pro tisk"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Náhled pro tisk (s kompletními texty)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Zobrazit graf"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Zobrazit data GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Odkaz nebyl nalezen!"
@@ -3576,7 +3588,7 @@ msgstr ""
"odstraněn."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3636,9 +3648,9 @@ msgstr "Vložit"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Oprávnění"
@@ -3702,7 +3714,7 @@ msgstr "Sloupců v textové oblasti"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databáze"
@@ -3813,7 +3825,7 @@ msgid "Recent"
msgstr "Nedávné"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Oblíbené tabulky"
@@ -4249,20 +4261,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"Číslo s pohyblivou desetinnou čárkou, podporované rozsahy od -3.402823466E"
"+38 od -1.175494351E-38, 0, a od 1.175494351E-38 do 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Číslo s pohyblivou desetinnou čárkou, podporované rozsahy od "
-"-1.7976931348623157E+308 do -2.2250738585072014E-308, 0, a od "
+"Číslo s pohyblivou desetinnou čárkou, podporované rozsahy od -"
+"1.7976931348623157E+308 do -2.2250738585072014E-308, 0, a od "
"2.2250738585072014E-308 do 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4541,7 +4553,7 @@ msgstr "Maximální velikost: %s%s"
msgid "MySQL said: "
msgstr "MySQL hlásí: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Vysvětlit SQL"
@@ -4553,7 +4565,7 @@ msgstr "Bez vysvětlení SQL"
msgid "Without PHP Code"
msgstr "Bez PHP kódu"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Vytvořit PHP kód"
@@ -5057,7 +5069,7 @@ msgid "Set value: %s"
msgstr "Nastavena hodnota: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Obnovit výchozí hodnotu"
@@ -5180,8 +5192,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Pokud to považujete za nutné, použijte další možnosti zabezpečení - "
-"%somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
+"Pokud to považujete za nutné, použijte další možnosti zabezpečení - %"
+"somezení počítačů%s a %sseznam důvěryhodných proxy%s. Nicméně zabezpečení "
"založené na IP adresách nemusí být spolehlivé, pokud je vaše IP adresa "
"dynamicky přidělována poskytovatelem spolu s mnoha dalšími uživateli."
@@ -6243,7 +6255,7 @@ msgid "Maximum displayed SQL length"
msgstr "Nejvyšší délka zobrazeného SQL dotazu"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Uživatelé nemohou nastavit větší hodnotu"
@@ -6314,33 +6326,33 @@ msgstr "Omezení paměti"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Zobrazit skryté položky navigačního panelu."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Zobrazit logo v navigačním panelu."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Zobrazit logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL na které bude odkazovat logo v navigačním panelu."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL odkazu loga"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6348,29 +6360,29 @@ msgstr ""
"Zda se má odkazovaná stránka otevřít v hlavním okně ([kbd]hlavní[/kbd]) nebo "
"v novém ([kbd]nové[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Cíl odkazu loga"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Zobrazí volbu serveru v horní části navigačního panelu."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Zobrazit výběr serverů"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Cíl pro ikonu rychlého přístupu"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Cíl pro ikonu rychlého přístupu"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6378,109 +6390,114 @@ msgstr ""
"Definuje minimální počet položek (tabulky, pohledy, procedury a události) "
"pro zobrazení filtrovacího pole."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minimální počet položek pro zobrazení filtrovacího pole"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Minimální počet tabulek pro zobrazení filtru databází"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
"Seskupovat položky v navigačním stromu (určeno oddělovačem nastaveným níže)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Seskupovat položky ve stromu"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Řetězec, který rozděluje databáze do různých pater stromu."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Oddělovač databázového stromu"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Řetězec, který rozděluje tabulky do různých pater stromu."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Oddělovač tabulkovýho stromu"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Nejvyšší počet pater tabulkového stromu"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Zvýrazní server pod kurzorem myši."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Povolit zvýrazňování"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Jestli se má zakázat možnost rozbalení stromu databáze."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Zakázat rozbalení stromu databáze"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Lišta při procházení tabulky"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Nejvyšší počet tabulek v seznamu nedávných tabulek; nastavte 0 pro vypnutí."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
"Nejvyšší počet tabulek v seznamu oblíbených tabulek; nastavte 0 pro vypnutí."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Nedávno použité tabulky"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Jedná se o odkazy Upravit, Kopírovat a Odstranit."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Kde zobrazit odkazy s akcemi při procházení"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Použít přirozené řazení pro jména tabulek a databází."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Přirozené pořadí"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Zda se mají zobrazit pouze ikony, nebo pouze text, případně obojí."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Lišta při procházení tabulky"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Mezipaměť pro GZip výstup"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6488,19 +6505,19 @@ msgstr ""
"[kbd]SMART[/kbd] - t.j. řazení sestupně pro pole typu TIME, DATE, DATETIME a "
"TIMESTAMP, v ostatních případech se použije vzestupné řazení."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Výchozí pořadí řazení"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Používat trvalé připojení k databázím MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Trvalé připojení"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6509,11 +6526,11 @@ msgstr ""
"Vypne varování o nekompletních relacích na stránce s detaily databáze pokud "
"chybí jakákoliv tabulka z úložiště nastavení phpMyAdmina."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Chybějící tabulky v úložišti nastavení phpMyAdmina"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6521,11 +6538,11 @@ msgstr ""
"Vypne varování, která se zobrazí, pokud je zjištěna rozdílná verze knihovny "
"MySQL a serveru."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Varování o rozdílných verzích"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6533,27 +6550,27 @@ msgstr ""
"Vypne varování o použití klíčového slova MySQL v názvu sloupce na stránce se "
"strukturou tabulky."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Varování o klíčových slovech MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Jak zobrazit panely nabídky"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Jak zobrazit akční odkazy"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Zakáže úpravu polí BLOB a BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Chránit binární pole"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6564,126 +6581,126 @@ msgstr ""
"historie Java Scriptové rutiny (se zavřením okna ztratíte předchozí "
"historii)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Nepřetržitá historie dotazů"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Kolik dotazů se má držet v historii."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Délka historie dotazů"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Vybere, které funkce budou použity pro konverzi znakových sad."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Nástroje pro konverzi znakových sad"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Při procházení tabulek se pro každou uloží nastavené řazení."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Pamatovat si řazení u tabulkek"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Výchozí pořadí řazení"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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 funknci."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Opakovat záhlaví"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Úpravy v mřížce: činnost pro spuštění"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Pole pro zobrazení v relacích"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Nastavení zobrazení serverů."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Úpravy v mřížce: Uložit všechny upravené buňky najednou"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Adresář na serveru pro ukládání exportů."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Adresář pro ukládání"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Pokud tuto volbu nepoužíváte, nechte ji prázdnou."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Pořadí ověřování hostitelů"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Nechte volbu prázdnou pro výchozí nastavení."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Pravidla ověřování hostitelů"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Povolit přihlášení bez hesla"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Povolit přihlašování uživatele root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Hodnota sezení"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "Název pro zobrazení při HTTP přihlašování."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP doméma"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6693,19 +6710,19 @@ msgstr ""
"přihlašování SweKey[/a] (Není umístěna ve Vašem kořenovém adresáři "
"dokumentů; Doporučení: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Konfigurační soubor SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Která přihlašovací metoda se má použít."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Typ přihlašování"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6713,11 +6730,11 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]záložek[/a], doporučené nastavení: [kbd]pma__bookmarks[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabulka záložek"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6725,32 +6742,32 @@ msgstr ""
"Nechte prázdné pro žádné komentáře či mime typy polí, výchozí nastavení: "
"[kbd]pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabulka informací o polích"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Zda se má komprimovat připojení k MySQL serveru."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Komprimovat připojení"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Způsob připojení k serveru, pokud si nejste jistí ponechte [kbd]tcp[/kbd]."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Typ připojení"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Heslo kontrolního uživatele"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6758,21 +6775,21 @@ msgstr ""
"Zvláštní MySQL uživatel s omezenými právy, více informací na [a@http://wiki."
"phpmyadmin.net/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontrolní uživatel"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
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."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrolní host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6782,15 +6799,15 @@ 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í."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Kontrolní port"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Skrýt databáze odpovídající regulárnímu výrazu (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6798,15 +6815,15 @@ msgstr ""
"Více informací v [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA bug "
"trackeru[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Zakázat použití INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Skrýt databáze"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6814,23 +6831,23 @@ msgstr ""
"Nechte prázdné pro vypnutí SQL historie, výchozí hodnota [kbd]pma__history[/"
"kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabulka pro historii SQL dotazů"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Jméno počítače, kde běží MySQL server."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Jméno serveru"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL pro odhlášení"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6838,15 +6855,15 @@ msgstr ""
"Omezí počet nastavení prohlížení tabulek, která budou uložena v databázi, "
"nejstarší záznamy jsou automaticky odstraněny."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Nejvyšší počet uložených nastavení tabulek"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Tabulka s uloženými dotazy"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6854,13 +6871,13 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro ukládání dotazů, doporučené "
"nastavení: [kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Sloupců v textové oblasti"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -6872,15 +6889,15 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro PDF schémata, doporučené nastavení: "
"[kbd]pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Pokusit se připojit bez hesla."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Připojit bez hesla"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6889,30 +6906,30 @@ 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]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Zobrazit jen vybrané databáze"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Nechte prázdné, pokud nepoužíváte přihlašování config."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Heslo pro přihlašování config"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF schémata: tabulka stránek"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6923,21 +6940,21 @@ msgstr ""
"ponecháte prázdné, budou tyto funkce vypnuté. Doporučená hodnota: [kbd]"
"phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Jméno databáze"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Port serveru"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6945,11 +6962,11 @@ msgstr ""
"Nechte prázdné pro vypnutí „trvalého“ ukládání nedávných tabulek, výchozí "
"nastavení: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Naposledy použité tabulky"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -6961,13 +6978,13 @@ msgstr ""
"Nechte prázdné pro vypnutí „trvalého“ ukládání nedávných tabulek, výchozí "
"nastavení: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Oblíbené tabulky"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6975,11 +6992,11 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro [a@http://wiki.phpmyadmin.net/pma/"
"relation]relace[/a], doporučené nastavení: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabulka s relacemi"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6987,33 +7004,33 @@ msgstr ""
"Příklad můžete nalézt na [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"authentication types[/a]."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Jméno signon session"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL pro přihlášení"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket serveru"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Zda se má použít SSL pro připojení k MySQL serveru."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Použít SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7021,13 +7038,13 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro PDF schémata, doporučené nastavení: "
"[kbd]pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF schéma: tabulka souřadnic"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7035,11 +7052,11 @@ msgstr ""
"Tabulka obsahující popisy polí, nechte prázdnou pro vypnutí této funkce, "
"doporučené nastavení: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Tabulka s popisem polí"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7047,11 +7064,11 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro „trvalé“ ukládání nastavení "
"procházení tabulek, doporučené nastavení: [kbd]pma__uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabulka pro nastavení rozhraní"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7059,43 +7076,43 @@ msgstr ""
"Jestli přidat příkaz DROP DATABASE IF EXISTS jako první při vytváření "
"databáze."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Přidat DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
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."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Přidat DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
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."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Přidat DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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í."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Sledované příkazy"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7103,22 +7120,22 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro sledování SQL dotazů, doporučené "
"nastavení: [kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabulka pro sledování SQL dotazů"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
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."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automaticky vytvářet verze"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7126,11 +7143,11 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro uživatelské nastavení v databázi, "
"doporučené nastavení: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabulka pro uživatelská nastavení"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7140,11 +7157,11 @@ msgstr ""
"uživatelů. Pokud libovolnou z nich nevyplníte, bude tato funkcionalita "
"vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabulka uživatelů"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7154,11 +7171,11 @@ msgstr ""
"uživatelských nastavení. Pokud libovolnou z nich nevyplníte, bude tato "
"funkcionalita vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabulka skupin uživatelů"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7166,34 +7183,34 @@ msgstr ""
"Nechte prázdné pro vypnutí podpory pro schovávání navigačních položek, "
"doporučené nastavení: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabulka skrývání navigace"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Uživatel pro přihlašování config"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
"Přívětivý popis tohoto serveru. Pokud necháte prázdné, zobrazí se jeho jméno."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Dlouhé jméno tohoto serveru"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Jestli bude uživateli zobrazeno tlačítko „Zobrazit vše“."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Umožní zobrazit všechny řádky"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7204,73 +7221,73 @@ msgstr ""
"neomezuje možnost spustit daný příkaz přímo, jen ovlivňuje zobrazení "
"formuláře."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Zobrazit formulář pro změnu hesla"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Zobrazit formulář pro vytvoření databáze"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Zobrazit čas vytvoření"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Zobrazit čas poslední změny"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Zobrazit čas poslední kontroly"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
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ů."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Zobrazit typy polí"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Zobrazí seznam funkcí v editačním režimu."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Zobrazit seznam fukncí"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Zda zobrazit nápovědu nebo ne."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Zobrazit nápovědu"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7278,61 +7295,61 @@ msgstr ""
"Zobrazí link na výstup funkce [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Zobrazit odkaz na phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Zobrazí podrobné informace o MySQL serveru"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Určuje, jestli SQL dotazy vytvořené phpMyAdminem budou zobrazeny."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Zobrazit SQL dotazy"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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í."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Zachovat pole pro dotaz"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Povolí zobrazení statistik (např. použití místa) pro databáze a tabulky."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Zobrazit statistiky"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Přeskočit zamčené tabulky"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Vypne varování na hlavní stránce pokud se používá Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Varování o Suhosinu"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7345,13 +7362,13 @@ msgstr ""
"Vypne varování o použití klíčového slova MySQL v názvu sloupce na stránce se "
"strukturou tabulky."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Platnost přihlašovací cookie"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7359,11 +7376,11 @@ msgstr ""
"Velikost editačního pole (počet sloupců), tato hodnota bude navýšena pro SQL "
"dotazy (*2) a pro dotazové okno (*1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Sloupců v textové oblasti"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7371,31 +7388,31 @@ msgstr ""
"Velikost editačního pole (počet řádek), tato hodnota bude navýšena pro SQL "
"dotazy (*2) a pro dotazové okno (*1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Řádků v textové oblasti"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titulek prohlížeče pokud je vybraná databáze."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titulek prohlížeče pokud není nic vybráno."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Výchozí titulek"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titulek prohlížeče pokud je vybraný server."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titulek prohlížeče pokud je vybraná tabulka."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7407,27 +7424,27 @@ msgstr ""
"Forwarded-For) přicházející od proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Seznam důvěryhodných proxy pro ověření IP adresy"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Adresář na serveru, kam můžete nahrát souboru pro import."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Adresář pro nahrávání"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Povolit prohledávání přes celou databázi."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Použít prohledávání databáze"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7435,26 +7452,26 @@ 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."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Povolit záložku Pro vývojáře v nastaveních"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Zkontrolovat nejnovější verzi"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Povolí kontrolu poslední verze phpMyAdmina na hlavní stránce."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Kontrola verze"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7466,11 +7483,11 @@ msgstr ""
"potřebujete pokud na serveru, kde je nainstalován phpMyAdmin, nemá přímý "
"přístup k internetu. Formát je: \"hostname:portnumber\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Adresa proxy"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7481,19 +7498,19 @@ msgstr ""
"základní ověřování. V současné době nejsou podporovány žádné další typy "
"ověřování."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Uživatel proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Heslo pro přihlášení k serveru proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Heslo proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7501,41 +7518,41 @@ msgstr ""
"Povolí [a@http://cs.wikipedia.org/wiki/ZIP_(souborový_formát)]ZIP[/a] "
"kompresi pro import a export."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Zadejte veřejný klíč pro službu reCaptcha."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Veřejný klíč reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Zadejte soukromý klíč pro službu reCaptcha."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Soukromý klíč reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Zvolte výchozí akci při odesílání hlášení o chybě."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Odeslat chybová hlášení"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -7974,8 +7991,8 @@ msgstr ", @TABLE@ bude nahrazen jménem tabulky"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít "
"libovolné řetězce pro formátování data a času. Dále budou provedena "
@@ -8519,8 +8536,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentace a další informace o PBXT můžete nalézt na %sstránkách PrimeBase "
"XT%s."
@@ -9652,8 +9669,8 @@ msgstr "Vítejte v %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho "
"vytvoření by se vám mohl hodit %1$snastavovací skript%2$s."
@@ -10918,7 +10935,7 @@ msgstr "Jméno uživatele"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Heslo"
@@ -10948,8 +10965,8 @@ msgstr "ID serveru"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Počítač"
@@ -11739,7 +11756,7 @@ msgstr "Žádná"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Skupina uživatele"
@@ -11779,14 +11796,14 @@ msgstr "Omezuje počet současných připojení uživatele."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Oprávnění pro jednotlivé tabulky"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Poznámka: Názvy oprávnění MySQL jsou uváděny anglicky."
@@ -11795,7 +11812,7 @@ msgid "Administration"
msgstr "Správa"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globální oprávnění"
@@ -11804,7 +11821,7 @@ msgid "Global"
msgstr "Globální"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Oprávnění pro jednotlivé databáze"
@@ -11824,13 +11841,13 @@ msgstr ""
"s oprávněními."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Přihlašování"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Použít textové pole"
@@ -11856,7 +11873,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Byla zrušena práva pro %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Přidat uživatele"
@@ -11877,206 +11894,206 @@ msgstr "Přidělit všechna oprávnění na jméno odpovídající masce (uživa
msgid "Grant all privileges on database \"%s\"."
msgstr "Přidělit všechna oprávnění na databázi „%s“."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Uživatelé mající přístup k „%s“"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Uživatel byl přidán."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Uživatel"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Přidělování"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Nebyl nalezen žádný uživatel."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Jakýkoliv"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globální"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "závislé na databázi"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "maska"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "závislé na tabulce"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Upravit oprávnění"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Zrušit"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Upravit skupinu"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… zachovat původního uživatele."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… smazat původního uživatele ze všech tabulek."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… odebrat všechna oprávnění původnímu uživateli a poté ho smazat."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… smazat uživatele a poté znovu načíst oprávnění."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Změnit informace o uživateli / Kopírovat uživatele"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Vytvořit nového uživatele se stejnými oprávněními a …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Oprávnění pro jednotlivá pole"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Přidat oprávnění pro databáze:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Zástupné znaky _ a % by měly být escapovány pomocí \\ pokud si je přejete "
"použít jako znak."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Přidat oprávnění pro tabulku:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Odstranit vybrané uživatele"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Odebrat uživatelům veškerá oprávnění a poté je odstranit z tabulek."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Odstranit databáze se stejnými jmény jako uživatelé."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Musíte vybrat uživatele, které si přejete odstranit!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Načítám oprávnění"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Vybraní uživatelé byli úspěšně odstraněni."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Byla aktualizována oprávnění pro %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Odstraňuji %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Oprávnění byla načtena úspěšně."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Uživatel %s již existuje!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Oprávnění pro %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nový"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Upravit oprávnění:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Přehled uživatelů"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Poznámka: phpMyAdmin získává oprávnění přímo z tabulek MySQL. Obsah těchto "
"tabulek se může lišit od oprávnění, která server právě používá, pokud byly "
"tyto tabulky upravovány. V tomto případě je vhodné provést %snové načtení "
"oprávnění%s před pokračováním."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Zvolený uživatel nebyl nalezen v tabulce oprávnění."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Uživatel byl přidán."
@@ -14026,14 +14043,6 @@ msgstr "Vypnout teď"
msgid "Delete version"
msgstr "Vytvořit verzi"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "zapnuté"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "není zapnuté"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Sledování příkazů"
@@ -14161,11 +14170,11 @@ msgstr ""
"Vaše nastavení bude uchováno jen pro toto sezení. Pro trvalá nastavení "
"musíte nastavit %súložiště nastavení phpMyAdmina%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Nepodařilo se uložit nastavení"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14236,8 +14245,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Více věcí můžete nastavit úpravou config.inc.php, např. použitím "
-"%sNastavovacího skriptu%s."
+"Více věcí můžete nastavit úpravou config.inc.php, např. použitím %"
+"sNastavovacího skriptu%s."
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -14503,24 +14512,24 @@ msgstr[2] "Název pole \"%s\" je rezervovaným klíčovým slovem MySQL."
msgid "No column selected."
msgstr "Nebyl vybrán žádný sloupec."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Je zapnuté sledování %s."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Vybraní uživatelé byli úspěšně odstraněni."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nebyl vybrán žádný řádek"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL příkazy byly provedeny."
@@ -14659,8 +14668,8 @@ msgid ""
"You have a slow query rate of %s per hour, you should have less than 1%% per "
"hour."
msgstr ""
-"Četnost pomalých dotazů na tomto serveru je %s za hodinu, měla by být pod "
-"1%%."
+"Četnost pomalých dotazů na tomto serveru je %s za hodinu, měla by být pod 1%"
+"%."
#: libraries/advisory_rules.txt:77
msgid "Long query time"
@@ -14925,8 +14934,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"V současné době je volno %s%% mezipaměti. Tato hodnota by se měla držet nad "
"80%%"
@@ -15074,11 +15083,11 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
-"%s%% všech řazení využilo dočasných tabulek, tato hodnota by měla být pod "
-"10%%."
+"%s%% všech řazení využilo dočasných tabulek, tato hodnota by měla být pod 10%"
+"%."
#: libraries/advisory_rules.txt:218
msgid "Rate of sorts that cause temporary tables"
@@ -15825,6 +15834,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastaveno na 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Zakázat rozbalení stromu databáze"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Odstranit všechny informace o sledování této tabulky"
diff --git a/po/cy.po b/po/cy.po
index 53b6d77aa4..b6e6938c19 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-14 19:10+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Welsh \n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : "
"(n==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Generator: Weblate 2.1-dev\n"
@@ -100,7 +100,7 @@ msgstr "Colofn"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -185,16 +185,16 @@ msgstr "Cynradd"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Na"
@@ -214,16 +214,16 @@ msgstr "Na"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ie"
@@ -275,15 +275,15 @@ msgstr ""
"Cafodd storfa ffurfwedd phpMyAdmin ei dadweithredu. Pwyswch %syma%s i "
"ddarganfod pam."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabl"
@@ -394,13 +394,13 @@ msgstr "Diweddarwyd"
msgid "Status"
msgstr "Statws"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -413,7 +413,7 @@ msgstr "Gweithred"
msgid "Show"
msgstr "Dangos"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Delete tracking"
@@ -433,15 +433,25 @@ msgstr "Adroddiad tracio"
msgid "Structure snapshot"
msgstr "Ciplun strwythur"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ddim yn weithredol"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "gweithredol"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tablau heb dracio"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Tracio tabl"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Log cronfa ddata"
@@ -576,7 +586,7 @@ msgid "Add geometry"
msgstr "Ychwanegwch weinydd newydd"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -598,9 +608,9 @@ msgstr "Ychwanegwch weinydd newydd"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -639,11 +649,11 @@ msgstr ""
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Yn ôl pob tebyg, mae'r ffeil i rhy fawr i'w lanlwytho. Gweler y %sdogfennaeth"
"%s am ffyrdd i weithio o gwmpas y cyfyngiad hwn."
@@ -1408,12 +1418,12 @@ msgstr "Snap i'r grid"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1976,18 +1986,18 @@ msgid "Show query box"
msgstr "Dangos ymholiad mewnosod"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Golygu"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "Dydy %d ddim yn rhif rhes dilys."
@@ -2256,7 +2266,7 @@ msgstr "Datganiad diffiniad data"
msgid "Ignore"
msgstr "Anwybyddu"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2274,7 +2284,7 @@ msgstr "Terfynwyd llinellau gan"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2428,10 +2438,10 @@ msgstr "Colofnau"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Dangos pob"
@@ -2547,7 +2557,7 @@ msgstr "Indecsau"
msgid "Show hidden navigation tree items."
msgstr "Dangos grid"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Use text field"
@@ -2623,7 +2633,7 @@ msgstr "Gwiriwch y fersiwn diweddaraf"
msgid "up to date"
msgstr "Neidiwch i'r gronfa ddata"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Create version"
@@ -3061,8 +3071,8 @@ msgid "Requery"
msgstr "mewn ymholiad"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3071,16 +3081,16 @@ msgid "Delete"
msgstr "Dileu"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3166,7 +3176,7 @@ msgid "History"
msgstr "Sgipio Dilysu SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3211,7 +3221,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3265,9 +3275,9 @@ msgstr "Tabl hanes ymholiadau SQL"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3276,9 +3286,9 @@ msgstr ""
msgid "Ascending"
msgstr "Esgynnol"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3502,30 +3512,30 @@ msgstr "Tu fewn tabl(au):"
msgid "Inside column:"
msgstr "Tu fewn colofn:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Restore column order"
msgstr "Ychwanegu/Dileu colofnau"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Hidlydd"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Chwilio yn y gronfa ddata"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3533,7 +3543,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Dechrau"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3542,7 +3552,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Cynt"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3551,7 +3561,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Nesaf"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3559,83 +3569,83 @@ msgctxt "Last page"
msgid "End"
msgstr "Diwedd"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Pob"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of columns"
msgid "Number of rows:"
msgstr "Nifer y colofnau"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Trefnu gan allwedd"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Testunau Rhannol"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Testunau Llawn"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Allwedd perthynol"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Colofn dangosydd perthynol"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Dangos cynnwys deuaidd"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Dangos cynnwys BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Trawsffurfiad porwr"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Cafodd y rhes ei dileu"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Lladd"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3644,47 +3654,47 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "Cafodd eich ymholiad SQL ei gweithredu'n llwyddiannus"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Mae gan yr olwg hon o leiaf y nifer hwn o resi. Gweler y %sdogfennaeth%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Yn dangos rhesi"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "cyfanswm"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Cymerodd yr ymholiad %01.4f eiliad"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Gyda'r dewis:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3692,50 +3702,52 @@ msgstr "Gyda'r dewis:"
msgid "Check All"
msgstr "Dewis Pob"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Newid"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Allforio"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Gweithrediadau canlyniadau ymholiad"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Argraffu golwg"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Argraffu golwg (gyda thestunau llawn)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Dangos sgema PDF"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3903,7 +3915,7 @@ msgstr ""
"ohonyn nhw."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Gweinydd"
@@ -3963,9 +3975,9 @@ msgstr "Mewnosod"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Breintiau"
@@ -4029,7 +4041,7 @@ msgstr "Ychwanegu/Dileu colofnau"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Cronfeydd Data"
@@ -4159,7 +4171,7 @@ msgid "Recent"
msgstr "Ailosod"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4619,14 +4631,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4882,7 +4894,7 @@ msgstr "Uchaf: %s%s"
msgid "MySQL said: "
msgstr "Dywedodd MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Esbonio SQL"
@@ -4894,7 +4906,7 @@ msgstr "Sgipio Esbonio SQL"
msgid "Without PHP Code"
msgstr "Heb God PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Creu Cod PHP"
@@ -5443,7 +5455,7 @@ msgid "Set value: %s"
msgstr "Gosod gwerth: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Adfer gwerth diofyn"
@@ -6638,7 +6650,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6704,549 +6716,550 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Dangos grid"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Navigation frame"
msgid "Show logo in navigation panel."
msgstr "Ffrâm llywio"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Dangos cronfeydd data fel rhestr"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Pennawd y tabl"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Untracked tables"
msgid "Recently used tables"
msgstr "Tablau heb dracio "
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Pennawd y tabl"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Ailenwi tabl i"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "The primary key has been dropped."
msgid "Primary key default sort order"
msgstr "Cafodd yr allwedd gynradd ei gollwng."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Trwsio edafedd"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Colofn dangosydd perthynol"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Relational display column"
msgid "For display Options"
msgstr "Colofn dangosydd perthynol"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authenticating…"
msgid "Authentication method to use."
msgstr "Yn dilysu…"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Could not connect to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Methu â chysylltu i'r gweinydd MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Unrhyw westeiwr"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Unrhyw westeiwr"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, 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)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Cuddio cronfeydd data"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabl hanes ymholiadau SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, 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"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Enw gwesteiwr y gweinydd"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL allgofnodi"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Central columns table"
msgstr "Ychwanegu/Dileu colofnau"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Ceisiwch â chysylltu heb gyfrinair"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Cysylltwch heb gyfrinair"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| "n use MySQL wildcard characters (% and _), escape them if you want use ir "
@@ -7260,349 +7273,349 @@ msgstr ""
"ydych am eu defnyddio'n llythrennol, h.y. defnyddiwch 'my\\_db' ac nid "
"'my_db'"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Dangoswch gronfeydd data a restrir yn unig"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, 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'"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Cyfrinair am 'config auth'"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "enw cronfa ddata"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Dadansoddi tabl"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Newidynnau"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Soced gweinydd"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Could not connect to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Methu â chysylltu i'r gweinydd MySQL"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Defnyddio SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "Sgena PDF: cyfesurynnau tabl"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Dangos tabl colofnau"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Ychwanegu DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Ychwanegu DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Ychwanegu DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Datganiadau i'w tracio"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabl tracio ymholiadau SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Defnyddiwch Dablau"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Defnyddiwch Dabl Gwesteiwyr"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Dangos ffurflen newid cyfrinair"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Dangos ffurflen creu cronfa ddata"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show versions"
msgid "Show Creation timestamp"
msgstr "Dangos fersiynau"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show function fields"
msgid "Show field types"
msgstr "Dangos meysydd swyddogaeth"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Dangos meysydd swyddogaeth"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Dangos grid"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7614,115 +7627,115 @@ msgstr ""
"Dangos cysylltiad i allbwn [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Dangos cysylltiad i phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Dangos ymholiadau SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "in query"
msgid "Retain query box"
msgstr "mewn ymholiad"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Dangos ystadegau"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Neidio tablau ar glo"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Textarea columns"
msgstr "Ychwanegu/Dileu colofnau"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default table tab"
msgid "Default title"
msgstr "Tab tabl diofyn"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7730,52 +7743,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Cyfeiriadur lanlwytho"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Defnyddio chwiliad cronfa ddata"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Gwiriwch y fersiwn diweddaraf"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Gwirio fersiwn"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7783,74 +7796,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Enw defnyddiwr"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Cyfrinair"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Failed to write file to disk."
msgid "Enable Zero Configuration mode"
@@ -8354,8 +8367,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8873,8 +8886,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10051,11 +10064,11 @@ msgstr "Croeso i %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Rydych chi heb greu ffeil ffurfwedd yn ôl pob tebyg. Gallwch ddefnyddio'r "
-"%1$sgript gosod%2$s er mwyn ei chreu."
+"Rydych chi heb greu ffeil ffurfwedd yn ôl pob tebyg. Gallwch ddefnyddio'r %1"
+"$sgript gosod%2$s er mwyn ei chreu."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11304,7 +11317,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Cyfrinair"
@@ -11336,8 +11349,8 @@ msgstr "ID y Gweinydd"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Gwesteiwr"
@@ -12195,7 +12208,7 @@ msgstr "Dim"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12232,14 +12245,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -12248,7 +12261,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -12257,7 +12270,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -12275,13 +12288,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Defnyddiwch faes testun"
@@ -12306,7 +12319,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12329,209 +12342,209 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Cafodd golwg %s ei ollwng"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Defnyddiwr"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Golygu gweinydd"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Breintiau"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Privileges"
msgid "Edit Privileges:"
msgstr "Breintiau"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "Overview"
msgid "Users overview"
msgstr "Gorolwg"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -14474,14 +14487,6 @@ msgstr "Dadweithredwch nawr"
msgid "Delete version"
msgstr "Crëwch fersiwn"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "gweithredol"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ddim yn weithredol"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Datganiadau tracio"
@@ -14618,11 +14623,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14950,25 +14955,25 @@ msgstr[5] ""
msgid "No column selected."
msgstr "Dim cronfeydd data wedi'u dewis."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "Mae tracio'n weithredol"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "Cafodd cronfa ddata %s ei gollwng."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No databases selected."
msgid "No versions selected."
msgstr "Dim cronfeydd data wedi'u dewis."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15375,8 +15380,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15509,8 +15514,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16220,6 +16225,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Dangos cronfeydd data fel rhestr"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Dilëwch data tracio ar gyfer y tabl hwn"
@@ -16760,8 +16770,8 @@ msgstr ""
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
-#~ "A ydych chi wir am analluogi pob cyfeiriad BLOB ar gyfer y gronfa ddata "
-#~ "%s?"
+#~ "A ydych chi wir am analluogi pob cyfeiriad BLOB ar gyfer y gronfa ddata %"
+#~ "s?"
#~ msgid "View image"
#~ msgstr "Gweld delwedd"
diff --git a/po/da.po b/po/da.po
index 672e2e83ad..0e4edaa626 100644
--- a/po/da.po
+++ b/po/da.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
-"PO-Revision-Date: 2015-01-09 23:31+0200\n"
-"Last-Translator: Claus Svalekjaer \n"
-"Language-Team: Danish \n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
+"PO-Revision-Date: 2015-02-25 06:28+0200\n"
+"Last-Translator: Aputsiaĸ Niels Janussen \n"
+"Language-Team: Danish "
+"\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 2.2-dev\n"
+"X-Generator: Weblate 2.3-dev\n"
#: changelog.php:36 license.php:28
#, php-format
@@ -90,7 +90,7 @@ msgstr "Kolonnenavn"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -175,16 +175,16 @@ msgstr "Primær"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nej"
@@ -204,16 +204,16 @@ msgstr "Nej"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ja"
@@ -260,15 +260,15 @@ msgstr ""
"Konfigurationslageret for phpMyAdmin er blevet slået fra. %sFind ud af "
"hvorfor%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabel"
@@ -366,13 +366,13 @@ msgstr "Opdateret"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -385,7 +385,7 @@ msgstr "Handling"
msgid "Show"
msgstr "Vis"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Slet sporing"
@@ -403,15 +403,25 @@ msgstr "Sporingsrapport"
msgid "Structure snapshot"
msgstr "Øjebliksbillede af struktur"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ikke aktiv"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktiv"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Ikke-sporede tabeller"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Sporingstabel"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Databaselog"
@@ -536,7 +546,7 @@ msgid "Add geometry"
msgstr "Tilføj geometri"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -558,9 +568,9 @@ msgstr "Tilføj geometri"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -599,8 +609,8 @@ msgstr "Ukomplette parametre"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Du har sandsynligvis forsøgt at overføre en fil som er for stor. Se venligst "
"%sdokumentationen%s for måder at omgå denne begrænsning."
@@ -770,7 +780,6 @@ msgid "PHP extension:"
msgstr "PHP-udvidelse:"
#: index.php:345
-#, fuzzy
#| msgid "PHP Version:"
msgid "PHP version:"
msgstr "PHP-version:"
@@ -844,7 +853,6 @@ msgstr ""
"at opdele strenge korrekt og dette kan forårsage uventede resultater."
#: index.php:495
-#, fuzzy
#| msgid ""
#| "Your PHP parameter [a@http://php.net/manual/en/session.configuration."
#| "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
@@ -856,10 +864,11 @@ msgid ""
"cookie validity configured in phpMyAdmin, because of this, your login might "
"expire sooner than configured in phpMyAdmin."
msgstr ""
-"Dit PHP-parameter [a@http://php.net/manual/en/session.configuration.php#ini."
-"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] er mindre end "
-"cookie-gyldigheden konfigureret i phpMyAdmin; på grund af dette vil din "
-"logind-session udløbe tidligere end konfigureret i phpMyAdmin."
+"Dit PHP-parameter "
+"[a@http://php.net/manual/en/session.configuration.php#ini.session.gc-"
+"maxlifetime@_blank]session.gc_maxlifetime[/a] er mindre end cookie-"
+"gyldigheden konfigureret i phpMyAdmin; på grund af dette kan din logind-"
+"session udløbe tidligere end det som er konfigureret i phpMyAdmin."
#: index.php:508
msgid ""
@@ -962,10 +971,9 @@ msgid "Delete tracking data for these versions?"
msgstr "Slet sporingsdata for disse versioner?"
#: js/messages.php:44
-#, fuzzy
#| msgid "Delete tracking data row from report"
msgid "Delete entry from tracking report?"
-msgstr "Slet sporingsdatarække fra rapport"
+msgstr "Slet posten fra sporingsrapporten?"
#: js/messages.php:45
msgid "Deleting tracking data"
@@ -1004,10 +1012,9 @@ msgid "Do you really want to revoke the selected user(s) ?"
msgstr "Er du sikker på at du vil tilbagekalde den valgte bruger(e)?"
#: js/messages.php:53
-#, fuzzy
#| msgid "Do you really want to delete this bookmark?"
msgid "Do you really want to delete this central column?"
-msgstr "Er du sikker på at du vil slette dette bogmærke?"
+msgstr "Er du sikker på at du vil slette denne centrale kolonne?"
#: js/messages.php:56
msgid "Save & Close"
@@ -1304,12 +1311,12 @@ msgstr "Snap diagram til gitter"
msgid "Please add at least one variable to the series!"
msgstr "Tilføj mindst en variabel til serien!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1658,7 +1665,7 @@ msgstr "Test"
#: js/messages.php:251
msgid "Formatting SQL..."
-msgstr ""
+msgstr "Formatterer SQL ..."
#: js/messages.php:255 libraries/db_designer.lib.php:828
#: libraries/db_designer.lib.php:877 libraries/db_designer.lib.php:1021
@@ -1810,18 +1817,18 @@ msgid "Show query box"
msgstr "Vis forespørgselsbox"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Ret"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d er ikke et gyldigt rækkenummer."
@@ -1850,8 +1857,8 @@ msgid ""
"No columns in the central list. Make sure the Central columns list for "
"database %s has columns that are not present in the current table."
msgstr ""
-"Ingen kolonner i centerlisten. Vær sikker på at centerlisten for databasen "
-"%s har kolonner der ikke er i aktuel tabel."
+"Ingen kolonner i centerlisten. Vær sikker på at centerlisten for databasen %"
+"s har kolonner der ikke er i aktuel tabel."
#: js/messages.php:314
msgid "See more"
@@ -2065,7 +2072,7 @@ msgstr "Datapunkt-indhold"
msgid "Ignore"
msgstr "Ignorer"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopi"
@@ -2081,7 +2088,7 @@ msgstr "Linjestreng"
msgid "Polygon"
msgstr "Polygon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometri"
@@ -2227,10 +2234,10 @@ msgstr "Dobbeltklik for at kopiere kolonnenavn."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Klik på pilen for valgboks
for at skifte kolonnens synlighed."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Vis alle"
@@ -2330,7 +2337,7 @@ msgstr "Skjul panel"
msgid "Show hidden navigation tree items."
msgstr "Vis skjulte elementer i navigationstræet."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Link med hovedpanel"
@@ -2342,41 +2349,37 @@ msgstr "Fjern link fra hovedpanel"
#: js/messages.php:480
msgid "To filter all databases on server, press Enter after a search term"
msgstr ""
+"For at filtrere alle databaser på serveren, så tryk Enter efter en søgeterm"
#: js/messages.php:481
#, php-format
msgid "To filter all %s in database, press Enter after a search term"
-msgstr ""
+msgstr "For at filtrere alle %s i databasen, så tryk Enter efter en søgeterm"
#: js/messages.php:482
-#, fuzzy
#| msgid "Tables"
msgid "tables"
-msgstr "Tabeller"
+msgstr "tabeller"
#: js/messages.php:483
-#, fuzzy
#| msgid "Views"
msgid "views"
-msgstr "Views"
+msgstr "views"
#: js/messages.php:484
-#, fuzzy
#| msgid "Procedures"
msgid "procedures"
-msgstr "Procedurer"
+msgstr "procedurer"
#: js/messages.php:485
-#, fuzzy
#| msgid "event"
msgid "events"
-msgstr "hændelse"
+msgstr "hændelser"
#: js/messages.php:486
-#, fuzzy
#| msgid "Functions"
msgid "functions"
-msgstr "Funktioner"
+msgstr "funktioner"
#: js/messages.php:489
msgid "The requested page was not found in the history, it may have expired."
@@ -2401,7 +2404,7 @@ msgstr ", seneste stabile version:"
msgid "up to date"
msgstr "up-to-date"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Opret view"
@@ -2479,6 +2482,10 @@ msgid ""
"limit has been reached, some features may not work properly for you. In "
"Safari, such problem is commonly caused by \"Private Mode Browsing\"."
msgstr ""
+"Din webbrowser understøtter ikke lokal lagring af indstillinger, eller også "
+"er kvotegrænsen blevet nået - nogle funktioner vil muligvis ikke fungere "
+"korrekt for dig. I Safari opleves dette typisk under tilstanden \"Private "
+"Mode Browsing\"."
#: js/messages.php:570
msgctxt "Previous month"
@@ -2825,8 +2832,8 @@ msgid "Requery"
msgstr "Genforespørg"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2835,16 +2842,16 @@ msgid "Delete"
msgstr "Slet"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2914,7 +2921,7 @@ msgid "History"
msgstr "Historik"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2955,7 +2962,7 @@ msgid "During current session"
msgstr "Under nuværende session"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2997,9 +3004,9 @@ msgstr "Vis forespørgselshistorik ved start"
msgid "Show current browsing query"
msgstr "Vis nuværende browsingforespørgsel"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3008,9 +3015,9 @@ msgstr "Vis nuværende browsingforespørgsel"
msgid "Ascending"
msgstr "Stigende"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3206,161 +3213,161 @@ msgstr "Indeni tabel(ler):"
msgid "Inside column:"
msgstr "Indeni kolonne:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Gem redigerede data"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Gendan kolonnerækkefølge"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrer rækker"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Søg i denne tabel"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Start"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Forrige"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Næste"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Slut"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Alle"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Antal rækker:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sorteringsnøgle"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Delvise tekster"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Komplette tekster"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relationel nøgle"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relationel visningskolonne"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Vis binært indhold"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Vis indhold af BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Skjul browser-transformation"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Velkendt tekst"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Velkendt binær"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Rækken er slettet."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Dræb (Kill)"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Kan være anslået. Se [doc@faq3-11] FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Din SQL-forespørgsel blev udført korrekt."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Viewet har som minimum dette antal rækker. Se venligst %sdokumentationen%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Viser rækkerne %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d i alt, %2$d i forespørgsel"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d i alt"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Forespørgsel tog %01.4f sekunder."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Med det markerede:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3368,48 +3375,50 @@ msgstr "Med det markerede:"
msgid "Check All"
msgstr "Vælg alle"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Ret"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksportér"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Forespørgselsresultat operationer"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Udskriv"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Udskriv (med fulde tekster)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Vis diagram"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualiser GIS data"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link ikke fundet!"
@@ -3572,7 +3581,7 @@ msgstr ""
"sikkert fjernes."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3632,9 +3641,9 @@ msgstr "Indsæt"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegier"
@@ -3696,7 +3705,7 @@ msgstr "Centerkolonner"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databaser"
@@ -3804,7 +3813,7 @@ msgid "Recent"
msgstr "Seneste"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Favorit tabeller"
@@ -4058,19 +4067,16 @@ msgid "Value"
msgstr "Værdi"
#: libraries/TableSearch.class.php:205
-#, fuzzy
#| msgid "Table Search"
msgid "Table search"
msgstr "Tabelsøgning"
#: libraries/TableSearch.class.php:212
-#, fuzzy
#| msgid "Zoom Search"
msgid "Zoom search"
msgstr "Forstør søgning"
#: libraries/TableSearch.class.php:217 libraries/TableSearch.class.php:1225
-#, fuzzy
#| msgid "Find and Replace"
msgid "Find and replace"
msgstr "Søg og erstat"
@@ -4244,20 +4250,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Et lille, flydende decimaltal. Tilladte værdier er -3.402823466E+38 til "
-"-1.175494351E-38, 0, samt 1.175494351E-38 til 3.402823466E+38"
+"Et lille, flydende decimaltal. Tilladte værdier er -3.402823466E+38 til -"
+"1.175494351E-38, 0, samt 1.175494351E-38 til 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Et dobbeltpræcisions, flydende decimaltal. Tilladte værdier er "
-"-1.7976931348623157E+308 til -2.2250738585072014E-308, 0, samt "
+"Et dobbeltpræcisions, flydende decimaltal. Tilladte værdier er -"
+"1.7976931348623157E+308 til -2.2250738585072014E-308, 0, samt "
"2.2250738585072014E-308 til 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4547,7 +4553,7 @@ msgstr "Maksimum størrelse: %s%s"
msgid "MySQL said: "
msgstr "MySQL returnerede: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Forklar SQL"
@@ -4559,16 +4565,15 @@ msgstr "Spring over Forklar SQL"
msgid "Without PHP Code"
msgstr "Uden PHP-kode"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Fremstil PHP-kode"
#: libraries/Util.class.php:1275
-#, fuzzy
#| msgid "Edit index"
msgctxt "Inline edit query"
msgid "Edit inline"
-msgstr "Redigér indeks"
+msgstr "Redigér indlejret"
#. l10n: Short week day name
#: libraries/Util.class.php:1580
@@ -4847,6 +4852,10 @@ msgid ""
"setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. phpMyAdmin is "
"currently using the default time zone of the database server."
msgstr ""
+"Kan ikke benytte tidszonen %1$s for serveren %2$d. Tjek venligst din "
+"konfigurationsindstilling for "
+"[em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. phpMyAdmin anvender i "
+"øjeblikket databaseserverens standardtidszone."
#: libraries/common.inc.php:1020
#, php-format
@@ -4912,13 +4921,12 @@ msgstr "Slået fra"
#: libraries/config.values.php:98
msgid "key"
-msgstr ""
+msgstr "nøgle"
#: libraries/config.values.php:99
-#, fuzzy
#| msgid "Display columns table"
msgid "display column"
-msgstr "Visningskolonnetabel"
+msgstr "vis kolonne"
#: libraries/config.values.php:122
msgid "Open"
@@ -5072,7 +5080,7 @@ msgid "Set value: %s"
msgstr "Indstil værdien %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Gendan standardværdi"
@@ -5195,10 +5203,10 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Hvis du føler at det er nødvendigt, benyt da yderligere sikring - "
-"%sværtsautentifikation%s indstillinger og %sbetroet proxy liste%s. IP-"
-"baseret beskyttelse er næppe pålidelig, hvis din IP-adresse hører til en "
-"udbyder med mange tusinde brugere."
+"Hvis du føler at det er nødvendigt, benyt da yderligere sikring - %"
+"sværtsautentifikation%s indstillinger og %sbetroet proxy liste%s. IP-baseret "
+"beskyttelse er næppe pålidelig, hvis din IP-adresse hører til en udbyder med "
+"mange tusinde brugere."
#: libraries/config/ServerConfigChecks.class.php:431
#, php-format
@@ -5212,8 +5220,8 @@ msgstr ""
"Du har sat [kbd]config[/kbd] autentifikation og inkluderet brugernavn og "
"adgangskode for auto-login, hvilket er ikke en ønskværdig konfiguration for "
"produktionssystemer. Enhver som kender eller gætter din phpMyAdmin URL kan "
-"direkte få adgang til dit phpMyAdmin panel for denne server. Sæt "
-"%sautentifikationstype%s til [kbd]cookie[/kbd] eller [kbd]http[/kbd]."
+"direkte få adgang til dit phpMyAdmin panel for denne server. Sæt %"
+"sautentifikationstype%s til [kbd]cookie[/kbd] eller [kbd]http[/kbd]."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6262,7 +6270,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maksimal vist SQL-længde"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Brugere kan ikke sætte en højere værdi"
@@ -6330,36 +6338,35 @@ msgstr "Hukommelsesgrænse"
#: libraries/config/messages.inc.php:418
msgid "In the navigation panel, replaces the database tree with a selector"
-msgstr ""
-
-#: libraries/config/messages.inc.php:419
-#, fuzzy
-#| msgid "Show hidden navigation tree items."
-msgid "Show databases navigation as tree"
-msgstr "Vis skjulte elementer i navigationstræet."
+msgstr "I navigationspanelet erstattes databasetræet med en valgfunktion"
#: libraries/config/messages.inc.php:420
+#| msgid "Show hidden navigation tree items."
+msgid "Show databases navigation as tree"
+msgstr "Vis databasenavigationen som en træstruktur"
+
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Vis logoet i navigationspanel."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Vis logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL som logoet i navigationspanelet vil pege på."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logo link-URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6367,29 +6374,28 @@ msgstr ""
"Åbn den linkede side i hovedvinduet ([kbd]main[/kbd]) eller i et nyt ([kbd]"
"new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Henvisning for placering af logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Vis servervalg øverst i venstre panel."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Vis servervalg"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Mål for hurtigt valg ikon"
-#: libraries/config/messages.inc.php:437
-#, fuzzy
+#: libraries/config/messages.inc.php:439
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
-msgstr "Mål for hurtigt valg ikon"
+msgstr "Mål for det andet hurtigvalg-ikon"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6397,109 +6403,113 @@ msgstr ""
"Angiver det mindste antal af elementer (tabeller, visninger, rutiner og "
"begivenheder), der skal indgå for at vise en filterboks."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Det mindste antal af elementer, der skal til for at vise filterboksen"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Mindste antal databaser, der skal vises i database-filterboksen"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
"Gruppér elementer i navigationstræet (iht. separator defineret nedenfor)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Gruppér elementer i træet"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Streng, der inddeler databaser i træ."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separator til databaseinddeling"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Streng, der inddeler tabeller i træ."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separator til tabelinddeling"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maksimal dybde på databasetræ"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Fremhæv server under musepil."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Aktivér fremhævning"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr "Hvorvidt mulighed for at deaktivere database udvidelse eller ikke."
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Deaktiver database udvidelse"
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
+msgstr ""
+"Om der skal eller ikke skal tilbydes udvidelse af træ i navigationspanelet."
#: libraries/config/messages.inc.php:466
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Slå udfoldelse af navigationstræ til"
+
+#: libraries/config/messages.inc.php:468
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."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
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."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tidligere anvendte tabeller"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Dette er Ret, Kopi og Slet links."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Hvor links til tablerækker skal vises"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Brug naturlig rækkefølge ved sortering af tabeller og databasenavne."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Naturlig rækkefølge"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Brug kun ikoner, kun tekst eller begge."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Tabelbaseret navigationsbjælke"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "Brug GZip output buffering til forhøjet hastighed i HTTP overførsler."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Buffering af GZip-output"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6507,19 +6517,19 @@ msgstr ""
"[kbd]SMART[/kbd] - dvs faldende orden for kolonner af type TIME, DATE, "
"DATETIME og TIMESTAMP ellers stigende orden."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Standard sorteringsrækkefølge"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Brug vedvarende forbindelser til MySQL databaser."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Vedvarende forbindelser"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6529,11 +6539,11 @@ msgstr ""
"hvis nogen af de påkrævede tabeller i phpMyAdmin configuration storage ikke "
"kunne findes."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Manglende phpMyAdmin configuration storage tabeller"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6541,11 +6551,11 @@ msgstr ""
"Deaktiver standardadvarslen som vises, hvis der registreres en forskel "
"mellem MySQL-biblioteket og serveren."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Advarsel om server/bibliotek-forskel"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6553,27 +6563,27 @@ msgstr ""
"Deaktiver standardadvarslen, som vises på struktursiden, hvis kolonnenavne i "
"en tabel er reserverede MySQL-ord."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Advarsel om MySQL-reserverede ord"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Sådan vises menufanerne"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Sådan vises forskellige hændelseshenvisninger"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Tillad ikke redigering af BLOB og BINARY kolonner."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Beskyt binære kolonner"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6583,124 +6593,123 @@ msgstr ""
"configuration storage). Hvis deaktiveret bruges JS-rutiner til at vise "
"forespørgselshistorik (mistes når vinduet lukkes)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Permanent forespørgselshistorie"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Hvor mange forespørgsler er gemt i historikken."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Længde på forespørgselshistorik"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Vælg hvilke funktioner, der vil blive brugt for tegnsætskonvertering."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Omkodningsværktøj"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Når tabeller vises huskes sorteringen af hver tabel."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Husk tabellens sortering"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Forvalgt sorteringsrækkefølge for tabeller med en primær nøgle."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Forvalgt sorteringsrækkefølge for primær nøgle"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Gentag overskrifter"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Gitter-redering: trigger/udløser-handling"
-#: libraries/config/messages.inc.php:535
-#, fuzzy
+#: libraries/config/messages.inc.php:537
#| msgid "Relational display column"
msgid "Relational display"
-msgstr "Relationel visningskolonne"
+msgstr "Relationel visning"
-#: libraries/config/messages.inc.php:536
-#, fuzzy
+#: libraries/config/messages.inc.php:538
#| msgid "Servers display options."
msgid "For display Options"
-msgstr "Indstillinger for visning af servere."
+msgstr "For visningsindstillinger"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Gitter-redigering: gem alle redigerede celler med det samme"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Mappe, hvor eksporterede data kan gemmes på serveren."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Gemmemappe"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Efterlades blank, hvis ikke brugt."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Autorisationsrækkefølge for vært"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Efterlades blank for standardværdi."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Host autorisationsregler"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Tillad login uden adgangskode"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Tillad root login"
-#: libraries/config/messages.inc.php:546
-#, fuzzy
+#: libraries/config/messages.inc.php:548
#| msgid "Session value"
msgid "Session timezone"
-msgstr "Sessionsværdi"
+msgstr "Tidszone for session"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
+"Angiver den gældende tidszone; denne er muligvis forskellige fra dén som "
+"findes på din databaseserver"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "HTTP Basic Auth Realm navn, der vises ved HTTP Auth."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6710,19 +6719,19 @@ msgstr ""
"autentifikation[/a] (ikke fundet i din dokumentrod; forslag: /etc/swekey."
"conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey konfigurationsfil"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Metode for autentifikation."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Autentifikationstype"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6730,11 +6739,11 @@ msgstr ""
"Efterlades tom for at undlade understøttelse af [a@http://wiki.phpmyadmin."
"net/pma/bookmark]bogmærkeer[/a], forslag: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Bogmærketabel"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6742,31 +6751,31 @@ msgstr ""
"Efterlades tom for ingen kolonnekommentar-/mime-typer, forslag: [kbd]"
"pma_column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabel for kolonneinformation"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Komprimer forbindelse til MySQL server."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Komprimer forbindelse"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Hvordan forbindes til server, behold [kbd]tcp[/kbd] hvis usikker."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Forbindelsestype"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Adgangskode for kontrolbruger"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6774,11 +6783,11 @@ msgstr ""
"En speciel MySQL bruger med begrænsede tilladelser. Mere information på "
"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontrolbruger"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6786,11 +6795,11 @@ msgstr ""
"En alternativ vært til lageropbevaring af konfiguration; Tom for at benytte "
"den vært som allerede er defineret."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrolvært"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6801,15 +6810,15 @@ msgstr ""
"standardporten, eller den allerede angivne port, hvis kontrolværten er lig "
"værten."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Kontrolport"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Gem databaser som matcher regulært udtryk (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6817,15 +6826,15 @@ msgstr ""
"Mere information om [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Deaktiver brug af INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Skjul databaser"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6833,23 +6842,23 @@ msgstr ""
"Efterlades tom for at fravælge historik-understøttelse for SQL-"
"forespørgsler, forslag: [kbd]pma_history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL forespørgselsshistoriktabel"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Servernavn, hvor MySQL server kører."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Servernavn"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Log ud URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6857,15 +6866,15 @@ msgstr ""
"Begrænser antallet af tabel-præferencer som lagres i databasen. De ældte "
"poster fjernes automatisk."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maksimalt antal tabel-præferencer, der lagres"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "QBE gemte søger tabel"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6873,11 +6882,11 @@ msgstr ""
"Efterlades tom for at undlade understøttelse af QBE-skematik, forslag: [kbd]"
"pma_pdf_pages[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Center tabelkolonner"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6885,15 +6894,15 @@ msgstr ""
"Efterlades tom for at undlade understøttelse af kolonner, forslag: [kbd]"
"pma_table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Prøv at forbinde uden adganskode."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Forbind uden adgangskode"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6902,30 +6911,30 @@ 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]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Vis kun listede databaser"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Lades tom hvis du ikke bruger config auth."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Adgangskode for config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-skematik: pages tabel"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6935,20 +6944,20 @@ msgstr ""
"wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplet information. Lades blank "
"ved ingen understøttelse. Forslag: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Databasenavn"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "Port hvorpå MySQL server lytter, lades tom for standard."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Serverport"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6956,11 +6965,11 @@ msgstr ""
"Efterlades tom for at undlade \"vedvarende\", senest benyttede tabeller på "
"tværs af sessioner, forslag: [kbd]pma_recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Senest benyttede tabel"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -6968,11 +6977,11 @@ msgstr ""
"Efterlades tom for at undlade \"vedvarende\", favorit tabeller på tværs af "
"sessioner, forslag: [kbd]pma_favorit[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Favorit tabeller"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6980,11 +6989,11 @@ msgstr ""
"Efterlades tom for at undlade understøttelse af [a@http://wiki.phpmyadmin."
"net/pma/relation]relation-links[/a], forslag: [kbd]pma_relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relationstabel"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6992,31 +7001,31 @@ msgstr ""
"Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/"
"a] for et eksempel."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Login sessionsnavn"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Login URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr "Socket hvorpå MySQL server lytter, lades tom for standard."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server-sokkel"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Aktiver SSL for forbindelse til MySQL-serveren."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Brug SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7024,11 +7033,11 @@ msgstr ""
"Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: [kbd]"
"pma_table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Designer og PDF-skema: tabelkoordinater"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7036,11 +7045,11 @@ msgstr ""
"Tabel til beskrivelse af visningskolonnerne, efterlades tom for at undlade "
"understøttelse; forslag: [kbd]pma_table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Visningskolonnetabel"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7048,11 +7057,11 @@ msgstr ""
"Efterlades tom for at undlade \"vedvarende\" brugerflade-præferencer for "
"tabel på tværs af sessioner, forslag: [kbd]pma_table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI præference tabel"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7060,11 +7069,11 @@ msgstr ""
"Om en DROP DATABASE IF EXISTS kommando skal tilføjes som første linje i "
"loggen når en database oprettes."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Tilføj DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7072,11 +7081,11 @@ msgstr ""
"Om en DROP TABLE IF EXISTS kommando skal tilføjes som første linje i loggen "
"når en tabel oprettes."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Tilføj DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7084,20 +7093,20 @@ msgstr ""
"Om en DROP VIEW IF EXISTS kommando skal tilføjes som første linje i loggen "
"når et view oprettes."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Tilføj DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Forespørgsler, der skal spores"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7105,22 +7114,22 @@ msgstr ""
"Efterlades tom for at undlade understøttelse af sporing på SQL-forspørgsler, "
"forslag: [kbd]pma_tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Sporingstabel for SQL-forespørgsler"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
"Om sporingsmekanismen opretter versioner automatisk for tabeller og views."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Opret versioner automatisk"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7128,11 +7137,11 @@ msgstr ""
"Efterlades tom for at undlade lagring af bruger-præferencer i database, "
"forslag: [kbd]pma_userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Bruger preference storage tabel"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7142,11 +7151,11 @@ msgstr ""
"menus funktioner; Efterlade en af dem tom vil deaktivere denne funktion, "
"foreslået: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Brugertabel"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7156,11 +7165,11 @@ msgstr ""
"funktioner; efterlades en af dem tom vil dette deaktivere denne funktion, "
"foreslået: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabel for brugergrupper"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7168,15 +7177,15 @@ msgstr ""
"Efterlades tom for deaktivere muligheden for at skjule eller vise "
"navigationselementer, forslag: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabel for skjulte navigationselementer"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Bruger for config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7184,19 +7193,19 @@ msgstr ""
"En brugervenlig beskrivelse af serveren. Lad stå tom for at vise "
"værtstnavnet i stedet."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Udvidet navn for denne server"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Om en \"vis alle (rækker)\" knap, skal vises for brugeren."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Tillad visning af alle rækker"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7207,74 +7216,74 @@ msgstr ""
"konfigurationsfilen; dette begrænser ikke muligheden for at udføre den samme "
"kommando direkte."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Vis formular til ændring af adgangskode"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Vis formular til databaseoprettelse"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Vis tidsstempel for oprettelse"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Vis tidsstempel med seneste opdatering"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Vis tidsstempel for Seneste tjek"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
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."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Vis felttyper"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Vis funktionsfelterne i rediger/indsæt tilstand."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Vis funktionsfelter"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Om hints skal vises eller ej."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Vis hint"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7282,62 +7291,61 @@ msgstr ""
"Viser link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Vis phpinfo() link"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Vis detaljeret MySQL serverinformation"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Definerer om SQL-forespørgsler genereret af phpMyAdmin skal vises."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Vis SQL-forespørgsler"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
"Definerer som forespørgselsboksen skal forblive på siden efter indsendelse."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Bevar forespørgeselsboks"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "Tillad visning af database og databasestatistikker (eks. diskforbrug)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Vis statistik"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Spring over låste tabeller"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "En advarsel vises på hovedsiden, hvis Suhosin registreres."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin advarsel"
-#: libraries/config/messages.inc.php:759
-#, fuzzy
+#: libraries/config/messages.inc.php:761
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
#| "column names in a table are reserved MySQL words."
@@ -7346,16 +7354,16 @@ msgid ""
"of the PHP setting session.gc_maxlifetime is less than the value of "
"`LoginCookieValidity`."
msgstr ""
-"Deaktiver standardadvarslen, som vises på struktursiden, hvis kolonnenavne i "
-"en tabel er reserverede MySQL-ord."
+"Slå standardadvarslen fra, der vises på hovedsiden, hvis værdien af PHP-"
+"indstillingen session.gc_maxlifetime er mindre end værdien af "
+"`LoginCookieValidity`."
-#: libraries/config/messages.inc.php:760
-#, fuzzy
+#: libraries/config/messages.inc.php:763
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
-msgstr "Gyldighed for login cookie"
+msgstr "Advarsel om gyldighed for logincookie"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7364,11 +7372,11 @@ msgstr ""
"fremhævet i SQL forespørgselstekstbokse (*2) og for forespørgselsvinduet "
"(*1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Tekstboks kolonner"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7377,31 +7385,31 @@ msgstr ""
"fremhævet i SQL forespørgselstekstbokse (*2) og for forespørgselsvinduet "
"(*1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Tekstboks rækker"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titel på browservindue, når en database er valgt."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titel på browservindue, når ingenting er valgt."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Standardtitel"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titel på browservindue, når en server er valgt."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titel på browservindue, når en tabel er valgt."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7413,27 +7421,27 @@ msgstr ""
"Forwarded-For) header der kommer fra proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Liste af trusted proxies til IP tillad/afvis"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Mappe på server, hvor man kan uploade filer til import."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Mappe til uploads"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Tillad søgning i hele databasen."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Brug databasesøgning"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7441,26 +7449,26 @@ msgstr ""
"Når deaktiveret kan brugere ikke sætte nogen af indstillingerne nedenfor "
"uafhængig af checkboksen til højre."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Aktivér udviklerfanen i indstillinger"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Tjek for den seneste version"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Aktiverer tjek for den seneste version på hovedsiden for phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versionscheck"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7472,11 +7480,11 @@ msgstr ""
"for denne, hvis server hvorpå phpMyAdmin er installeret, ikke har direkte "
"adgang til internettet. Formatet er: \"værtsnavn:portnummer\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy-url"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7487,19 +7495,19 @@ msgstr ""
"Basic Authentication (grundlæggende godkendelsestjek). På nuværende "
"tidspunkt understøttes der ikke andre godkendelsestjek."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Brugernavn for proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Adgangskoden til godkendelsestjek på proxyen."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Adgangskode for proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7507,35 +7515,35 @@ msgstr ""
"Aktivér [a@http://en.wikipedia.org/wiki/ZIP_(fil_format)]ZIP[/a] "
"komprimering ved import and eksport operationer."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Angiv din offentlige nøgle for dit domænes reCaptcha-tjeneste."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Offentlig nøgle for reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Privat nøgle for reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Vælg standardhandlingen for afsendelse af fejlrapporter."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Send fejlrapporter"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7543,7 +7551,7 @@ msgstr ""
"Slå tilstanden Zero Configuration til - denne lader sig tilpasse "
"lagringstabeller for phpMyAdmin-konfigurationen automatisk."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Slå tilstanden Zero Configuration til"
@@ -7664,10 +7672,9 @@ msgid "Select Export Relational Type"
msgstr "Vælg Export Relational Type"
#: libraries/db_designer.lib.php:255 libraries/db_designer.lib.php:258
-#, fuzzy
#| msgid "Showing tables:"
msgid "Show/Hide tables list"
-msgstr "Viser tabeller:"
+msgstr "Vis/skjul tabelliste"
#: libraries/db_designer.lib.php:262 libraries/db_designer.lib.php:266
msgid "View in fullscreen"
@@ -7748,10 +7755,9 @@ msgid "Move Menu"
msgstr "Flyt Menu"
#: libraries/db_designer.lib.php:416 libraries/db_designer.lib.php:419
-#, fuzzy
#| msgid "Partial texts"
msgid "Pin text"
-msgstr "Delvise tekster"
+msgstr "Fastgør tekst"
#: libraries/db_designer.lib.php:458
msgid "Hide/Show all"
@@ -7964,8 +7970,8 @@ msgstr ", @TABLE@ vil blive tabelnavnet"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede "
"strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst "
@@ -8506,8 +8512,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentation og yderligere information om PBXT kan findes på %sPrimeBase XT "
"hjemmeside%s."
@@ -8941,10 +8947,9 @@ msgid "unknown"
msgstr "ukendt"
#: libraries/navigation/Navigation.class.php:54
-#, fuzzy
#| msgid "An error has occurred while loading the navigation tree"
msgid "An error has occurred while loading the navigation display"
-msgstr "Der opstod en fejl under indlæsning af navigationstræet"
+msgstr "Der opstod en fejl under indlæsning af navigationsvisningen"
#: libraries/navigation/Navigation.class.php:187
msgid "Events:"
@@ -8991,19 +8996,18 @@ msgstr ""
"ydelsen. Overvej at slå elementgrupperingen fra i navigationspanelet."
#: libraries/navigation/NavigationTree.class.php:864
-#, fuzzy, php-format
+#, php-format
#| msgid "%s other result found"
#| msgid_plural "%s other results found"
msgid "%s result found"
msgid_plural "%s results found"
-msgstr[0] "Fandt %s andet resultat"
-msgstr[1] "Fandt %s andre resultater"
+msgstr[0] "Fandt %s resultat"
+msgstr[1] "Fandt %s resultater"
#: libraries/navigation/NavigationTree.class.php:1203
-#, fuzzy
#| msgid "Please select a database"
msgid "Please select a database."
-msgstr "Vælg en database"
+msgstr "Vælg en database."
#: libraries/navigation/NavigationTree.class.php:1261
msgid "Filter databases by name or regex"
@@ -9672,8 +9676,8 @@ msgstr "Velkommen til %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. "
"Du kan bruge %1$sopsætningsscriptet%2$s til at oprette en."
@@ -10539,27 +10543,25 @@ msgstr ""
#: libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php:33
msgid "Syntax highlighted CodeMirror editor for JSON."
-msgstr ""
+msgstr "CodeMirror-redigeringsværktøj med syntaksfremhævning til JSON."
#: libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php:33
msgid "Syntax highlighted CodeMirror editor for SQL."
-msgstr ""
+msgstr "CodeMirror-redigeringsværktøj med syntaksfremhævning til SQL."
#: libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php:33
msgid "Syntax highlighted CodeMirror editor for XML (and HTML)."
-msgstr ""
+msgstr "CodeMirror-redigeringsværktøj med syntaksfremhævning til XML (og HTML)."
#: libraries/plugins/transformations/output/Text_Plain_Json.class.php:40
-#, fuzzy
#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as JSON with syntax highlighting."
-msgstr "Formatterer tekst som SQL-forespørgsel med syntaks farvemarkering."
+msgstr "Formatterer teksten som JSON med syntaksfremhævning."
#: libraries/plugins/transformations/output/Text_Plain_Xml.class.php:40
-#, fuzzy
#| msgid "Formats text as SQL query with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
-msgstr "Formatterer tekst som SQL-forespørgsel med syntaks farvemarkering."
+msgstr "Formatterer tekst som XML med syntaksfremhævning."
#: libraries/pmd_common.php:492
msgid "Error: relation already exists."
@@ -10725,10 +10727,10 @@ msgid ""
msgstr "%sOpret%s phpMyAdmin-konfigurationslageret i den aktuelle database."
#: libraries/relation.lib.php:1982
-#, fuzzy, php-format
+#, php-format
#| msgid "Missing phpMyAdmin configuration storage tables"
msgid "%sCreate%s missing phpMyAdmin configuration storage tables."
-msgstr "Manglende phpMyAdmin configuration storage tabeller"
+msgstr "%sOpret%s manglende tabeller for phpMyAdmin-konfigurationslager."
#: libraries/replication_gui.lib.php:46 libraries/replication_gui.lib.php:333
#: libraries/server_databases.lib.php:388
@@ -10924,7 +10926,7 @@ msgstr "Brugernavn"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Adgangskode"
@@ -10954,8 +10956,8 @@ msgstr "Server-ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Vært"
@@ -11738,7 +11740,7 @@ msgstr "Ingen"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Brugergruppe"
@@ -11779,14 +11781,14 @@ msgstr "Begrænser antallet af samtidige forbindelser brugere må have."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabel-specifikke privilegier"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "NB: Navne på MySQL privilegier er på engelsk."
@@ -11795,7 +11797,7 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globale privilegier"
@@ -11804,7 +11806,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Database-specifikke privilegier"
@@ -11824,13 +11826,13 @@ msgstr ""
"tabellerne."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Login-information"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Brug tekstfelt"
@@ -11857,7 +11859,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Du har tilbagekaldt privilegierne for %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Opret bruger"
@@ -11878,90 +11880,90 @@ msgstr "Tildel alle privilegier til jokertegn-navn (brugernavn_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Tildel alle privilegier på database \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Brugere med adgang til \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Bruger er blevet tilføjet."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Bruger"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Tildel"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Ikke tilstrækkelige privilegier til at se brugere."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Ingen bruger fundet."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Enhver"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "database-specifik"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "jokertegn"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "tabelspecifik"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Ret privilegier"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Tilbagekald"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Redigér brugergruppe"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… behold den gamle."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… slet den gamle fra brugertabellerne."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… tilbagekald alle aktive privilegier fra den gamle og slet den "
"efterfølgende."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -11969,92 +11971,92 @@ msgstr ""
"… slet den gamle fra brugertabellerne og genindlæs privilegierne "
"efterfølgende."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Ret Login-information / Kopier bruger"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Opret en bruger med samme privilegier og …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Kolonne-specifikke privilegier"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Tilføj privilegier på følgende database(r):"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Jokertegn % og _ skal escapes med en \\ for brug af dem som almindelige tegn."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Tilføj privileges på følgende tabel:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Fjern valgte brugere"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Tilbagekald alle aktive privilegier fra brugerne og slet dem efterfølgende."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Drop databaser der har samme navne som brugernes."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Ingen brugere valgt til sletning!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Genindlæs privilegierne"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "De valgte brugere er blevet korrekt slettet."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Du har opdateret privilegierne for %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Sletter %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilegierne blev korrekt genindlæst."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Brugeren %s findes i forvejen!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilegier for %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Ny"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Ret privilegier:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12062,29 +12064,29 @@ msgstr ""
"Bemærk: Du forsøger at redigere privilegier for brugeren som du aktuelt er "
"logget ind som."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Oversigt over brugere"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs "
"privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra "
"privilegierne serveren i øjeblikket bruger hvis der er lavet manuelle "
-"ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse privilegierne"
-"%s før du fortsætter."
+"ændringer i den. Hvis dette er tilfældet, bør du %sgenindlæse privilegierne%"
+"s før du fortsætter."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Den valgte bruger blev ikke fundet i privilegietabellen."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Du har tilføjet en ny bruger."
@@ -12387,10 +12389,9 @@ msgid "Filters"
msgstr "Filtre"
#: libraries/server_status_processes.lib.php:253
-#, fuzzy
#| msgid "Show only alert values"
msgid "Show only active"
-msgstr "Vis kun alert-værdier"
+msgstr "Vis kun aktive"
#: libraries/server_status_queries.lib.php:33
#, php-format
@@ -13508,10 +13509,9 @@ msgid "Improve table structure"
msgstr "Forbedring af tabelstruktur"
#: libraries/structure.lib.php:1655
-#, fuzzy
#| msgid "Track table"
msgid "Track view"
-msgstr "Sporingstabel"
+msgstr "Spor visning"
#: libraries/structure.lib.php:1696
#: libraries/tbl_columns_definition_form.lib.php:187
@@ -13520,10 +13520,9 @@ msgid "Add %s column(s)"
msgstr "Tilføj %s kolonne(r)"
#: libraries/structure.lib.php:1705
-#, fuzzy
#| msgid "At Beginning of Table"
msgid "at beginning of table"
-msgstr "I begyndelsen af tabel"
+msgstr "i begyndelsen af tabellen"
#: libraries/structure.lib.php:1710
#: libraries/tbl_columns_definition_form.lib.php:827
@@ -13625,10 +13624,9 @@ msgid "Showing create queries"
msgstr "Vis oprettelses SQL-forespørgsler"
#: libraries/structure.lib.php:3269
-#, fuzzy
#| msgid "Relation view"
msgid "Relation view"
-msgstr "Relations-visning"
+msgstr "Visning af relation"
#: libraries/tbl_chart.lib.php:39
msgctxt "Chart type"
@@ -13727,10 +13725,9 @@ msgid "Storage Engine:"
msgstr "Datalager:"
#: libraries/tbl_columns_definition_form.lib.php:81
-#, fuzzy
#| msgid "Connections"
msgid "Connection:"
-msgstr "Forbindelser"
+msgstr "Forbindelse:"
#: libraries/tbl_columns_definition_form.lib.php:127
msgid "PARTITION definition:"
@@ -13871,24 +13868,22 @@ msgstr ""
"\"PRIMARY\" skal være navnet på og kun på en primær nøgle!"
#: libraries/tbl_indexes.lib.php:305
-#, fuzzy
#| msgid "Index cache size"
msgid "Index choice:"
-msgstr "Størrelse af indexcache"
+msgstr "Indeksvalg:"
#: libraries/tbl_indexes.lib.php:321
msgid "Key block size:"
-msgstr ""
+msgstr "Blokstørrelse på nøgle:"
#: libraries/tbl_indexes.lib.php:333
msgid "Index type:"
msgstr "Indekstype:"
#: libraries/tbl_indexes.lib.php:345
-#, fuzzy
#| msgid "User:"
msgid "Parser:"
-msgstr "Bruger:"
+msgstr "Fortolker:"
#: libraries/tbl_indexes.lib.php:357
msgid "Comment:"
@@ -14027,14 +14022,6 @@ msgstr "Deaktiver nu"
msgid "Delete version"
msgstr "Slet version"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktiv"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ikke aktiv"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Sporingskommandoer"
@@ -14160,11 +14147,11 @@ msgstr ""
"Dine præferencer vil kun blive gemt for den aktuelle session. At gemme dem "
"permanent kræver %sphpMyAdmin configuration storage%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Kunne ikke gemme konfiguration"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14488,31 +14475,31 @@ msgid "Row: %1$s, Column: %2$s, Error: %3$s"
msgstr "Række: %1$s, kolonne: %2$s, fejl: %3$s"
#: tbl_structure.php:63
-#, fuzzy, php-format
+#, php-format
#| msgid "The column name '%s' is a MySQL reserved keyword."
msgid "The name '%s' is a MySQL reserved keyword."
msgid_plural "The names '%s' are MySQL reserved keywords."
-msgstr[0] "Kolonnenavnet '%s' er et nøgleord, der er reserveret af MySQL."
-msgstr[1] "Kolonnenavnet '%s' er et nøgleord, der er reserveret af MySQL."
+msgstr[0] "Navnet '%s' er et nøgleord, der er reserveret af MySQL."
+msgstr[1] "Navnene '%s' er nøgleord, der er reserveret af MySQL."
#: tbl_structure.php:114
msgid "No column selected."
msgstr "Der er ikke valgt kolonner."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Sporing af %s er aktiveret."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Sletningen af sporingsversionerne blev gennemført."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Der er ikke valgt versioner."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL-sætninger udført."
@@ -14929,8 +14916,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Det aktuelle forhold mellem ledig og total forespørgselsmellemlager er %s%%. "
"Det bør være over 80%%"
@@ -15084,8 +15071,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% af alle sorteringer bruger midlertidige tabeller. Denne værdi bør være "
"mindre end 10%%."
@@ -15835,6 +15822,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert er sat til 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Deaktiver database udvidelse"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Slet sporingsdata for denne tabel"
diff --git a/po/de.po b/po/de.po
index 16c6f6580b..8359a24b33 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-03 10:43+0200\n"
"Last-Translator: Ann + J.M. \n"
"Language-Team: German \n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Spalte"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Primärschlüssel"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nein"
@@ -205,16 +205,16 @@ msgstr "Nein"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ja"
@@ -261,15 +261,15 @@ msgstr ""
"Der phpMyAdmin Konfigurations-Speicher wurde deaktiviert. %sFinden Sie "
"heraus warum%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabelle"
@@ -368,13 +368,13 @@ msgstr "Aktualisiert"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Aktion"
msgid "Show"
msgstr "Zeige"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Tracking löschen"
@@ -405,15 +405,25 @@ msgstr "Verfolgungs-Bericht"
msgid "Structure snapshot"
msgstr "Struktur Schnapschuss"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "nicht aktiv"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktiv"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nicht verfolgte Tabellen"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Tabelle verfolgen"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Datenbank-Log"
@@ -539,7 +549,7 @@ msgid "Add geometry"
msgstr "Geometrie hinzufügen"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -561,9 +571,9 @@ msgstr "Geometrie hinzufügen"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -602,11 +612,11 @@ msgstr "Unvollständige Parameter"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Möglicherweise wurde eine zu große Datei hochgeladen. Bitte lesen Sie die "
-"%sDokumentation%s zur Lösung diese Problems."
+"Möglicherweise wurde eine zu große Datei hochgeladen. Bitte lesen Sie die %"
+"sDokumentation%s zur Lösung diese Problems."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -906,8 +916,8 @@ msgid ""
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"Der phpMyAdmin-Konfigurationsspeicher ist nicht vollständig konfiguriert, "
-"einige erweiterte Funktionen wurden deaktiviert. %sFinden Sie heraus warum"
-"%s. "
+"einige erweiterte Funktionen wurden deaktiviert. %sFinden Sie heraus warum%"
+"s. "
#: index.php:549
msgid ""
@@ -1321,12 +1331,12 @@ msgstr "Skala dem Raster hinzufügen"
msgid "Please add at least one variable to the series!"
msgstr "Bitte fügen Sie mindestens eine Variable der Serie hinzu!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1832,18 +1842,18 @@ msgid "Show query box"
msgstr "SQL-Querybox anzeigen"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Bearbeiten"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d ist keine gültige Zeilennummer."
@@ -2093,7 +2103,7 @@ msgstr "Datenpunkt-Inhalt"
msgid "Ignore"
msgstr "Ignorieren"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopieren"
@@ -2109,7 +2119,7 @@ msgstr "LineString"
msgid "Polygon"
msgstr "Polygon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrie"
@@ -2263,10 +2273,10 @@ msgstr ""
"Den Pfeil des Aufklappsmenüs anklicken
um die Sichtbarkeit der Spalte "
"umzustellen."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Alles anzeigen"
@@ -2370,7 +2380,7 @@ msgstr "Panel ausblenden"
msgid "Show hidden navigation tree items."
msgstr "Zeige versteckte Navigationselemente."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Mit Hauptpanel verknüpfen"
@@ -2433,7 +2443,7 @@ msgstr ", aktuelle stabile Version:"
msgid "up to date"
msgstr "auf dem neuesten Stand"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Erzeuge View"
@@ -2865,8 +2875,8 @@ msgid "Requery"
msgstr "Erneut abfragen"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2875,16 +2885,16 @@ msgid "Delete"
msgstr "Löschen"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2954,7 +2964,7 @@ msgid "History"
msgstr "Verlaufsprotokoll"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2995,7 +3005,7 @@ msgid "During current session"
msgstr "Während der aktuellen Sitzung"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3037,9 +3047,9 @@ msgstr "Abfrageverlauf beim Start anzeigen"
msgid "Show current browsing query"
msgstr "Aktuelle Abfrage anzeigen"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3048,9 +3058,9 @@ msgstr "Aktuelle Abfrage anzeigen"
msgid "Ascending"
msgstr "Aufsteigend"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3249,166 +3259,166 @@ msgstr "In der/den Tabelle(n):"
msgid "Inside column:"
msgstr "In Spalte:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Speichere bearbeitete Daten"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Spalten-Anordnung wiederherstellen"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Zeilen filtern"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Diese Tabelle durchsuchen"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Anfang"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Vorherige"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Nächste"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Ende"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Alle"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Anzahl der Datensätze:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Nach Schlüssel sortieren"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Gekürzte Texte"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Vollständige Texte"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relationaler Schlüssel"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relationale Anzeigespalte"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Binäre Inhalte anzeigen"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB Inhalte anzeigen"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Darstellungsumwandlung ausblenden"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Bekannter Text"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Bekanntes Binary"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Der Datensatz wurde gelöscht."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Beenden"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
"Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch "
"[doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Ihr SQL-Befehl wurde erfolgreich ausgeführt."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Dieser Ansicht hat mindestens diese Anzahl von Datensätzen. Bitte lesen Sie "
"die %sDokumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Zeige Datensätze %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d insgesamt, %2$d in Abfragen"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d insgesamt"
# (s is the abbreviation of "Sekunde", sec is it not (according to
# International System of Units), so we wrote the complete one.)
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Die Abfrage dauerte %01.4f Sekunden."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "markierte:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3416,48 +3426,50 @@ msgstr "markierte:"
msgid "Check All"
msgstr "Alle auswählen"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Bearbeiten"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportieren"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operationen für das Abfrageergebnis"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Druckansicht"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Druckansicht (vollständige Textfelder)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Diagramm anzeigen"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualisiere GIS Daten"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Der Verweis wurde nicht gefunden!"
@@ -3623,7 +3635,7 @@ msgstr ""
"möglicherweise entfernt werden."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3683,9 +3695,9 @@ msgstr "Einfügen"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Rechte"
@@ -3747,7 +3759,7 @@ msgstr "Zentrale Spalten"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Datenbanken"
@@ -3855,7 +3867,7 @@ msgid "Recent"
msgstr "Letzte"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Favoriten-Tabellen"
@@ -4294,20 +4306,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Eine kleine Fließkommazahl, erlaubte Werte sind -3,402823466E+38 bis "
-"-1,175494351E-38, 0, und 1,175494351E-38 bis 3,402823466E+38"
+"Eine kleine Fließkommazahl, erlaubte Werte sind -3,402823466E+38 bis -"
+"1,175494351E-38, 0, und 1,175494351E-38 bis 3,402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Eine Fließkommazahl mit doppelter Genauigkeit, erlaubte Werte sind "
-"-1,7976931348623157E+308 bis -2,2250738585072014E-308, 0, und "
+"Eine Fließkommazahl mit doppelter Genauigkeit, erlaubte Werte sind -"
+"1,7976931348623157E+308 bis -2,2250738585072014E-308, 0, und "
"2,2250738585072014E-308 bis 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4347,8 +4359,8 @@ msgstr "Ein Datum, unterstützter Bereich ist %1$s bis %2$s"
#, 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"
+"Eine Kombination aus Datum und Uhrzeit, unterstützter Bereich ist %1$s bis %2"
+"$s"
#: libraries/Types.class.php:348
msgid ""
@@ -4604,7 +4616,7 @@ msgstr "Maximal: %s%s"
msgid "MySQL said: "
msgstr "MySQL meldet: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL erklären"
@@ -4616,7 +4628,7 @@ msgstr "SQL-Erklärung umgehen"
msgid "Without PHP Code"
msgstr "ohne PHP-Code"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP-Code erzeugen"
@@ -5129,7 +5141,7 @@ msgid "Set value: %s"
msgstr "Setze Wert: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Voreingestellten Wert wiederherstellen"
@@ -5247,8 +5259,8 @@ msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"Falls Sie die [kbd]Cookie[/kbd]-Authentifizierung verwenden und der "
-"%sLogincookiespeicher%s ungleich 0 ist, muss die %sLogincookie-Gültigkeit%s "
+"Falls Sie die [kbd]Cookie[/kbd]-Authentifizierung verwenden und der %"
+"sLogincookiespeicher%s ungleich 0 ist, muss die %sLogincookie-Gültigkeit%s "
"auf den gleichen oder einen niedrigeren Wert gesetzt sein."
#: libraries/config/ServerConfigChecks.class.php:423
@@ -5277,8 +5289,8 @@ msgstr ""
"Sie haben die [kbd]config[/kbd] Authentifizierung gewählt und einen "
"Benutzernamen und Passwort für Auto-Login eingegeben, was für Server im "
"Internet nicht wünschenswert ist. Jeder, der Ihre phpMyAdmin-URL kennt oder "
-"errät, kann direkt auf Ihre phpMyAdmin-Oberfläche zugreifen. Setzen Sie den "
-"%sAuthentifizierungstyp%s auf [kbd]cookie[/kbd] oder [kbd]http[/kbd]."
+"errät, kann direkt auf Ihre phpMyAdmin-Oberfläche zugreifen. Setzen Sie den %"
+"sAuthentifizierungstyp%s auf [kbd]cookie[/kbd] oder [kbd]http[/kbd]."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6334,7 +6346,7 @@ msgid "Maximum displayed SQL length"
msgstr "Zeichen Maximum beim SQL Befehl anzeigen"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Benutzer dürfen keinen größeren Wert setzen"
@@ -6406,33 +6418,33 @@ msgstr "Speicher Limit"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr "Im Navigationsbereich den Datenbankbaum durch ein Auswahlmenü ersetzen"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Datenbanknavigation als Baum anzeigen"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Logo im Navigationspanel anzeigen."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Logo anzeigen"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL, auf die das Logo im Navigationspanel zeigt."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL für Logo-Link"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6440,27 +6452,27 @@ msgstr ""
"Öffne Links im aktuellen Fenster([kbd]main[/kbd]) oder in einem neuen "
"Fenster ([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Ziel für Logo-Link"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Serverauswahl oben im Navigationspanel anzeigen."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Server-Auswahl anzeigen"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Ziel für Schnellzugriff-Icon"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Ziel für zweites Schnellzugriff-Icon"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6468,16 +6480,16 @@ msgstr ""
"Legt die minimale Anzahl Elemente fest (Tabellen, Ansichten, Routinen und "
"Ereignisse), ab denen ein Filter-Feld angezeigt wird."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minimale Anzahl Elemente, ab denen Filter-Feld angezeigt wird"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
"Minimale Anzahl der Datenbanken, die im Datenbank-Filterfeld angezeigt werden"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6485,98 +6497,103 @@ msgstr ""
"Elemente im Navigationsbaum gruppieren (wie vom unten definierten "
"Trennzeichen bestimmt)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Elemente im Baum gruppieren"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
"Zeichenkette, die Datenbanken in unterschiedliche Baum-Abschnitte unterteilt."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Trennzeichen für Datenbank-Baum"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
"Zeichenkette, die Tabellen in unterschiedliche Baum-Abschnitte unterteilt."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Trennzeichen für Tabellen-Baum"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maximale Tiefe des Tabellen-Baumes"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Server unter Mauscursor hervorheben."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Hervorhebung ermöglichen"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Ist die Möglichkeit der Datenbankerweiterung aktiviert oder nicht."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Datenbankvergrösserung deaktivieren"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Tabellen-Navigationsleiste"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Maximale Anzahl der kürzlichen verwendeten Tabellen, auf 0 setzen zum "
"deaktivieren."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
"Maximale Anzahl der bevorzugten Tabellen, auf 0 setzen zum deaktivieren."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Kürzlich verwendete Tabellen"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Dies sind Bearbeitungs-, Kopier- und Löschlinks."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Wo die Datensatz-Links angezeigt werden sollen"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
"Natürliche Sortierreihenfolge für Tabellen- und Datenbanknamen verwenden."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Natürliche Reihenfolge"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Verwende nur Icons, nur Text oder beides."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Tabellen-Navigationsleiste"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "Verwende Gzip output buffering, um HTTP transfers zu beschleunigen."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip Ausgabepufferung"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6584,19 +6601,19 @@ msgstr ""
"[kbd]SMART[/kbd] - d.h. absteigende Sortierung für die Feldtypen TIME, DATE, "
"DATETIME und TIMESTAMP, sonst aufsteigende Sortierung."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Voreingestellte Sortierung"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Verwende andauernde Verbindungen zu MySQL Datenbanken."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Persistente Verbindung"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6606,11 +6623,11 @@ msgstr ""
"erforderliche Tabelle der phpMyAdmin Konfiguration nicht gefunden werden "
"kann."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Fehlende phpMyAdmin-Konfigurationsspeicher-Tabellen"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6618,11 +6635,11 @@ msgstr ""
"Standardmeldung unterdrücken, wenn die Version des Servers und der MySQL-"
"Bibliothek sich unterscheiden."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Warnung bei unterschiedlicher Server-/Bibliothek-Version"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6630,27 +6647,27 @@ msgstr ""
"Standardhinweis der Struktur-Seite unterdrücken, wenn Spaltennamen in einer "
"Tabelle reservierte MySQL-Wörter sind."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Warnung wegen reservierter MySQL-Wörter"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Wie sollen die Menüpunkte dargestellt werden"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Wie verschiedene Aktions-Links angezeigt werden"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Änderungen an BLOB und BINARY Feldern verbieten."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "BINARY-Felder schützen"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6661,122 +6678,122 @@ msgstr ""
"Routinen zur Darstellung des Abfrageverlaufs eingesetzt (sie gehen beim "
"Schließen des Fensters verloren)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Anfragelog speichern"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Anzahl der Abfragen in der Historie."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Länge des Abfrageverlaufs"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Wahl der Funktionen zur Zeichensatz-Konvertierung."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Umwandlungs Engine"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
"Während des Durchsehens der Tabellen wird die Sortierung zwischengespeichert."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Tabellensortierung zwischenspeichern"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Standard-Sortierreihenfolge für Tabellen mit einem Primärschlüssel."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Standardsortierreihenfolge des Primärschlüssels"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Kopfzeilen wiederholen"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Sofort-Bearbeiten: Aktions-Auslöser"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Relationale Anzeige"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Für Anzeigeoptionen"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Sofort-Bearbeiten: Alle bearbeiteten Zellen auf einmal speichern"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Verzeichnis auf dem Server für Exports."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Speicher Verzeichnis"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Leer lassen, wenn unbenutzt."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Host-Autorisierungsreihenfolge"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Leer lassen, um die Voreinstellungen zu verwenden."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Host-Autorisierungsregeln"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Erlaube Logins ohne Passwort"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Erlaube root Login"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Wert für diese Sitzung"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "HTTP Basic Auth Bereich Name der bei HTTP Auth angezeigt wird."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Bereich"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6786,19 +6803,19 @@ msgstr ""
"Authentifizierung[/a] (liegt nicht im Webhauptverzeichnis (document root); "
"empfohlen: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey Konfigurationsdatei"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Zu benutzende Authentifikations-Methode."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Authentifikationstyp"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6806,11 +6823,11 @@ msgstr ""
"Leer lassen für keine [a@http://wiki.phpmyadmin.net/pma/bookmark]Lesezeichen"
"[/a]-Unterstützung, Vorschlag: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Lesezeichen Tabelle"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6818,32 +6835,32 @@ msgstr ""
"Leer lassen für keine Spalten Kommentare/mime types, Vorschlag: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Spalten Informationen Tabelle"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Komprimiere die Verbindung zum MySQL-Server."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Verbindung komprimieren"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Art der Verbindung zum Server, im Zweifelsfalle auf [kbd]tcp[/kbd] belassen."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Art der Verbindung"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "pmadb Benutzer Passwort"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6851,11 +6868,11 @@ msgstr ""
"Ein besonderer MySQL Nutzer mit eingeschränkten Rechten, nähere "
"Informationen auf [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "pmadb Benutzer"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6863,11 +6880,11 @@ msgstr ""
"Eine alternative Host für den Konfiguration Speicher; leer lassen, um die "
"bereits definierten Host zu verwenden."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "pmadb Host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6877,15 +6894,15 @@ msgstr ""
"verbinden; leer lassen, um den Standardport, oder den bereits definierten "
"Port, wenn der Kontrollhost dem Host gleicht."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Kontroll-Port"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Verberge Datenbanken, die auf regular expressions (PCRE) passen."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6893,15 +6910,15 @@ msgstr ""
"Mehr Informationen auf [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Benutzung von INFORMATION_SCHEMA deaktivieren"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Datenbanken verstecken"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6909,23 +6926,23 @@ msgstr ""
"Leer lassen für keine SQL Abfrageverlaufs-Unterstützung, Vorschlag: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL Abfragehistorien Tabelle"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Rechnername auf dem der MySQL Server läuft."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Hostname"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Abmelde URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6933,15 +6950,15 @@ msgstr ""
"Begrenzt die Anzahl der Tabelle Einstellungen die in der Datenbank "
"gespeichert werden, die ältesten Einträge werden automatisch gelöscht."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maximale Anzahl der zu speichernden Tabelleneinstellungen"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Beispielabfragentabelle"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6949,11 +6966,11 @@ msgstr ""
"Leer lassen um keine Beispielabfragen nutzen zu können, Vorschlag: [kbd]"
"pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Tabelle für zentrale Spalten"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6961,15 +6978,15 @@ msgstr ""
"Leer lassen für keine Unterstützung für zentrale Spalten, Vorschlag: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Versuche ohne Passwort zu verbinden."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Ohne Passwort verbinden"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6979,30 +6996,30 @@ msgstr ""
"Bedeutung wiederhergestellt, d.h. [kbd]'my\\_db'[/kbd] und nicht "
"[kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Nur aufgelistete Datenbanken zeigen"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Leer lassen, wenn config auth nicht verwendet wird."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Passwort für config Authentifikation"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-Schema: Seiten-Tabelle"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7012,20 +7029,20 @@ msgstr ""
"phpmyadmin.net/pma/pmadb]pmadb[/a] für komplette Information. Leer lassen "
"für keine Unterstützung. Vorschlag: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Datenbankname"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Port"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7033,11 +7050,11 @@ msgstr ""
"Leer lassen, um die kürzlich verwendeten Tabellen nicht in der Datenbank "
"\"dauerhaft\" zu speichern, Vorschlag: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Kürzlich verwendete Tabellen"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -7045,11 +7062,11 @@ msgstr ""
"Leer lassen, um die favorisierten Tabellen nicht in der Datenbank dauerhaft "
"zu speichern, Vorschlag: [kbd]pma__favorite[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Favoriten-Tabelle"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7057,11 +7074,11 @@ msgstr ""
"Leer lassen für keine [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
"link[/a] Unterstützung, Vorschlag: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relation Tabelle"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7069,32 +7086,32 @@ msgstr ""
"Siehe [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"Authentifizierungsarten[/a] für ein Beispiel."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Anmelde Session-Name"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Anmelde URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server Socket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Ermögliche SSL für Verbindung zum MySQL-Server."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Benutze SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7102,11 +7119,11 @@ msgstr ""
"Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Designer- und PDF-Schema: Tabellenkoordinaten"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7114,11 +7131,11 @@ msgstr ""
"Tabelle zur Beschreibung der Anzeigespalten, leer lassen für keine "
"Unterstützung; Vorschlag: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Tabelle für Anzeigespalten"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7126,11 +7143,11 @@ msgstr ""
"Leer lassen, um die Oberflächeneinstellungen nicht \"dauerhaft\" in der "
"Datenbank zu speichern, Vorschlag: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabelle für Oberflächeneinstellungen"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7138,11 +7155,11 @@ msgstr ""
"DROP DATABASE IF EXISTS statement beim Erstellen einer neuen Datenbank als "
"erste Zeile loggen."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE hinzufügen"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7150,11 +7167,11 @@ msgstr ""
"DROP TABLE IF EXISTS statement beim Erstellen einer neuen Ansicht als erste "
"Zeile loggen."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE hinzufügen"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7162,21 +7179,21 @@ msgstr ""
"DROP VIEW IF EXISTS statement beim Erstellen einer neuen Ansicht als erste "
"Zeile loggen."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW hinzufügen"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Zu verfolgende Statements"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7184,11 +7201,11 @@ msgstr ""
"Leer lassen für keine SQL Abfrageverlauf-Unterstützung, Vorschlag: [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabelle mit Verfolgung der SQL-Abfragen"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7196,11 +7213,11 @@ msgstr ""
"Automatische Versionserstellung für Tabellen und Ansichten durch den "
"Verlaufs-Mechanismus."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Versionen automatisch erzeugen"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7208,11 +7225,11 @@ msgstr ""
"Leer lassen, um die Benutzereinstellungen nicht in der Datenbank zu "
"speichern, Vorschlag: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabelle für Benutzereinstellungen"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7222,11 +7239,11 @@ msgstr ""
"konfigurierbare Menüs zu nutzen; wenn eines von beiden leer gelassen wird "
"wird dieses Feature deaktiviert, Vorschlag: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Benutzer-Tabelle"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7236,11 +7253,11 @@ msgstr ""
"konfigurierbare Menüs zu nutzen; wenn eines von beiden leer gelassen wird "
"wird dieses Feature deaktiviert, Vorschlag: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Benutzergruppen-Tabelle"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7248,15 +7265,15 @@ msgstr ""
"Leer lassen, um die Navigation anzuzeigen oder zu verstecken, Vorschlag: "
"[kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabelle für ausgeblendete Navigations-Elemente"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Benutzername für config Authentifikation"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7264,21 +7281,21 @@ msgstr ""
"Benutzerfreundlicher Name des Servers. Leer lassen um den tatsächlichen "
"Rechnernamen anzuzeigen."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Serverbezeichnung"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Erlaube es alle Datensätze anzuzeigen"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7289,47 +7306,47 @@ msgstr ""
"dieses beschränkt nicht die Möglichkeit der direkten Ausführung des selben "
"Befehls."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Zeige Formular zur Passwort-Änderung"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Zeige Formular zur Datenbank-Erstellung"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Erstellungs-Zeitstempel anzeigen"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Zeitstempel des letzten Updates anzeigen"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Zeitstempel der letzten Überprüfung einblenden"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7337,27 +7354,27 @@ msgstr ""
"Definiert, ob Typen-Felder anfänglich im Bearbeiten/Einfügen-Modus angezeigt "
"werden."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Feld-Typen anzeigen"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Im Bearbeiten/Einfügen Modus Funktionsfelder anzeigen."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Funktionsfelder anzeigen"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Hinweise anzeigen."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Hinweis anzeigen"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7365,65 +7382,65 @@ msgstr ""
"Zeige Link zu [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"Ausgabe."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Zeige phpinfo() Link"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Zeige detailierte MySQL-Server Informationen"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Legt fest, ob von phpMyAdmin generierte SQL-Abfragen angezeigt werden "
"sollten."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Zeige SQL Anfragen"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Abfragefeld weiterhin anzeigen"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Erlaube die Anzeige von Datenbank- und Tabellen-Statistiken, ( z.B. "
"Platzbedarf)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Zeige Statistik"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Überspringe gesperrte Tabellen"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Warnhinweis auf der Hauptseite, wenn Suhosin erkannt wird."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin Warnhinweis"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7436,13 +7453,13 @@ msgstr ""
"Standardhinweis der Struktur-Seite unterdrücken, wenn Spaltennamen in einer "
"Tabelle reservierte MySQL-Wörter sind."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Login Cookie Gültigkeit"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7450,11 +7467,11 @@ msgstr ""
"Textfeldgröße (in Spalten) im Bearbeitungsmodus. Dieser Wert wird vergrößert "
"für Textfelder bei SQL-Abfragen (*2) und Abfragefenster (*1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Textfeldspalten"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7462,31 +7479,31 @@ msgstr ""
"Textfeldgröße (in Zeilen) im Bearbeitungsmodus. Dieser Wert wird vergrößert "
"für Textfelder bei SQL-Abfragen (*2) und Abfragefenster (*1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Textfeldzeilen"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titelleiste des Browserfensters wenn eine Datenbank ausgewählt ist."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titelleiste des Browserfensters wenn nichts ausgewählt ist."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Standardtitel"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titelleiste des Browserfensters wenn ein Server ausgewählt ist."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titelleiste des Browserfensters wenn eine Tabelle ausgewählt ist."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7498,27 +7515,27 @@ 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."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Liste der Vertrauenswürdigen Proxies für IP Filter"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Verzeichnis auf dem Server zum Upload von zu importierenden Dateien."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Upload Verzeichnis"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Erlaube Suche in der gesammten Datenbank."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Datenbank Suche"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7526,26 +7543,26 @@ msgstr ""
"Wenn deaktiviert, können Benutzer – unabhängig von der Checkbox rechts – "
"keine der untenstehenden Einstellungen ändern."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Aktiviere den Reiter \"Entwickler\" in den Einstellungen"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Auf neue Version prüfen"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Aktiviere die Prüfung auf Aktualisierungen auf der Hauptseite."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versionsüberprüfung"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7558,11 +7575,11 @@ msgstr ""
"keinen direkten Zugriff auf das Internet hat. Das Format ist: \"Hostname:Port"
"\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy-URL"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7573,21 +7590,21 @@ msgstr ""
"Authenfizierung verwendet. Momentan werden andere Arten der "
"Authentifizierung nicht unterstützt."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proxy-Benutzername"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Das Kennwort für die Authentifizierung mit dem Proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proxy-Passwort"
# Maybe wikipedia links should point to $lang.wikipedia.org, eg
# http://de.wikipedia.org/wiki/ZIP-Dateiformat
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7595,38 +7612,38 @@ msgstr ""
"[a@http://de.wikipedia.org/wiki/ZIP-Dateiformat]ZIP[/a]-Kompression für "
"Import- und Exportoperationen aktivieren."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
"Geben Sie Ihren öffentlichen Schlüssel für Ihren Domain-ReCaptcha-Service "
"ein."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Öffentlicher Schlüssel für reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
"Geben Sie Ihren privaten Schlüssel für Ihren Domain-ReCaptcha-Service ein."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Privater Schlüssel für reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Wählen Sie die Standardaktion, beim Senden von Fehlerberichten."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Fehlerberichte senden"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7634,7 +7651,7 @@ msgstr ""
"Aktivieren Sie den Keine-Konfiguration-Modus um phpMyAdmin die "
"Konfigurationsspeichertabellen automatisch zu erzeugen."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Keine-Konfiguration-Modus aktivieren"
@@ -8060,8 +8077,8 @@ msgstr ", @TABLE@ wird durch den Tabellennamen ersetzt"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Dieser Wert wird mit %1$sstrftime%2$s geparst. Sie können also Platzhalter "
"für Datum und Uhrzeit verwenden. Darüber hinaus werden folgende Umformungen "
@@ -8610,8 +8627,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentation und weitere Informationen über PBXT sind auf der %sPrimeBase "
"XT-Website%s verfügbar."
@@ -9789,8 +9806,8 @@ msgstr "Willkommen bei %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Sie haben möglicherweise noch keine Konfigurationsdatei erstellt. Sei können "
"das %1$sSetup-Skript%2$s verwenden, um eine zu erstellen."
@@ -11072,7 +11089,7 @@ msgstr "Benutzername"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Passwort"
@@ -11102,8 +11119,8 @@ msgstr "Server-ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -11905,7 +11922,7 @@ msgstr "Kein(e)"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Benutzergruppe"
@@ -11948,14 +11965,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabellenspezifische Rechte"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Hinweis: MySQL-Rechte werden auf Englisch angegeben."
@@ -11964,7 +11981,7 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globale Rechte"
@@ -11973,7 +11990,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Datenbankspezifische Rechte"
@@ -11993,13 +12010,13 @@ msgstr ""
"Benutzerprofile neu laden zu müssen."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Anmeldeinformation"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Textfeld verwenden"
@@ -12026,7 +12043,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Sie haben die Rechte für %s widerrufen."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Benutzer hinzufügen"
@@ -12049,181 +12066,181 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Gewähre alle Rechte auf die Datenbank \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Benutzer mit Zugriff auf \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Benutzer wurde hinzugefügt."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Benutzer"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "GRANT"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Nicht genügend Berechtigungen um Benutzer anzuzeigen."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Es wurde kein Benutzer gefunden."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Jeder"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "datenbankspezifisch"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "Platzhalter"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "tabellenspezifisch"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Rechte ändern"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Entfernen"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Benutzergruppe bearbeiten"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… behalte den alten bei."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… lösche den alten von den Benutzertabellen."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… entziehe dem alten alle Rechte und lösche ihn anschließend."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… lösche den alten und lade anschließend die Benutzertabellen neu."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Anmeldeinformation ändern/Benutzer kopieren"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Erstelle einen neuen Benutzer mit identischen Rechten und …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Spaltenspezifische Rechte"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Rechte zu folgender Datenbank(en) hinzufügen:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Platzhalter _ und % sollten mit einem \\ escaped werden, um das gewünschte "
"Sonderzeichen einzubinden."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Rechte zu folgender Tabelle hinzufügen:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Die ausgewählten Benutzer löschen"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Den Benutzern alle Rechte entziehen und sie anschließend aus den "
"Benutzertabellen löschen."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Die gleichnamigen Datenbanken löschen."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Es wurden keine Benutzer zum Löschen ausgewählt!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Lade die Benutzertabellen neu"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Die gewählten Benutzer wurden gelöscht."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Die Rechte für %s wurden geändert."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Lösche %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Die Benutzerprofile wurden neu geladen."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Der Benutzer %s existiert bereits!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Rechte für %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Neu"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Rechte ändern:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12231,17 +12248,17 @@ msgstr ""
"Hinweis: Sie versuchen, die Berechtigungen des Benutzers zu bearbeiten, mit "
"dem Sie aktuell angemeldet sind."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Benutzerübersicht"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Hinweis: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden "
"MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den "
@@ -12249,11 +12266,11 @@ msgstr ""
"Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie "
"Benutzerprofile neu laden%s bevor Sie fortfahren."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Der gewählte Benutzer wurde in der Benutzertabelle nicht gefunden."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Der Benutzer wurde hinzugefügt."
@@ -14235,14 +14252,6 @@ msgstr "Jetzt deaktivieren"
msgid "Delete version"
msgstr "Version löschen"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktiv"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "nicht aktiv"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Befehle verfolgen"
@@ -14370,11 +14379,11 @@ msgstr ""
"Die Benutzereinstellungen werden nur für die aktuelle Session gespeichert. "
"Die permanente Speicherung erfordert %sphpMyAdmin Konfigurationsspeicher%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Fehler beim Speichern der Konfiguration"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14715,20 +14724,20 @@ msgstr[1] "Die Spaltennamen ‚%s‘ sind reservierte MySQL-Schlüsselwörter."
msgid "No column selected."
msgstr "Es wurden keine Datensätze ausgewählt."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Rückverfolgung der Tabelle %s ist aktiviert."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Verlaufsversionen wurden erfolgreich gelöscht."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Keine Versionen ausgewählt."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL Befehle ausgeführt."
@@ -15146,8 +15155,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Das aktuelle Verhältnis von freiem Abfrage-Zwischenspeicher zur Größe des "
"gesamten Abfrage-Zwischenspeichers ist %s%%. Es sollte über 80%% betragen"
@@ -15304,8 +15313,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% aller Sortierungen verursachen temporäre Tabellen, dieser Wert sollte "
"kleiner als 10%% sein."
@@ -16091,6 +16100,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ist auf 0 gesetzt"
+#~ msgid "Disable database expansion"
+#~ msgstr "Datenbankvergrösserung deaktivieren"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Lösche die Verlaufsdaten dieser Tabelle"
@@ -17400,8 +17412,8 @@ msgstr "concurrent_insert ist auf 0 gesetzt"
#~ "directory %s."
#~ msgstr ""
#~ "Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte "
-#~ "überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis "
-#~ "%s."
+#~ "überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %"
+#~ "s."
#~ msgid "Switch to"
#~ msgstr "Wechseln zu"
diff --git a/po/el.po b/po/el.po
index 806dc42725..690b3a4bf2 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-23 18:47+0200\n"
"Last-Translator: Παναγιώτης Παπάζογλου \n"
-"Language-Team: Greek "
-"\n"
-"Language: el\n"
+"Language-Team: Greek \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.3-dev\n"
@@ -91,7 +91,7 @@ msgstr "Στήλη"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Πρωτεύον"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Όχι"
@@ -205,16 +205,16 @@ msgstr "Όχι"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ναι"
@@ -261,15 +261,15 @@ msgstr ""
"Οι επιπρόσθετες λειτουργίες για εργασία με συσχετισμένους πίνακες έχουν "
"απενεργοποιηθεί. %sΜάθετε γιατί%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Πίνακας"
@@ -368,13 +368,13 @@ msgstr "Ενημερώθηκε"
msgid "Status"
msgstr "Κατάσταση"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Ενέργεια"
msgid "Show"
msgstr "Εμφάνιση"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Διαγραφή παρακολούθησης"
@@ -405,15 +405,25 @@ msgstr "Αναφορά παρακολούθησης"
msgid "Structure snapshot"
msgstr "Στιγμιότυπο δομής"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "μη ενεργή"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "ενεργή"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Μη παρακολουθούμενοι πίνακες"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Παρακολούθηση πίνακα"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Καταγραφή Βάσης Δεδομένων"
@@ -539,7 +549,7 @@ msgid "Add geometry"
msgstr "Προσθήκη γεωμετρίας"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -561,9 +571,9 @@ msgstr "Προσθήκη γεωμετρίας"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -584,8 +594,8 @@ msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field."
msgstr ""
-"Επιλέξτε το «GeomFromText» από τη στήλη «Function» και επικολλήστε το "
-"παρακάτω κείμενο στο πεδίο «Value»."
+"Επιλέξτε το «GeomFromText» από τη στήλη «Function» και επικολλήστε το παρακάτω "
+"κείμενο στο πεδίο «Value»."
#: import.php:54
msgid "Succeeded"
@@ -602,11 +612,11 @@ msgstr "Ελλιπείς παράμετροι"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Πιθανόν προσπαθήσατε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην "
-"%sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού."
+"Πιθανόν προσπαθήσατε να αποστείλετε πολύ μεγάλο αρχείο. Λεπτομέρειες στην %"
+"sτεκμηρίωση%s για τρόπους αντιμετώπισης αυτού του περιορισμού."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -777,7 +787,6 @@ msgid "PHP extension:"
msgstr "Επέκταση PHP:"
#: index.php:345
-#| msgid "PHP Version:"
msgid "PHP version:"
msgstr "Έκδοση PHP:"
@@ -1304,12 +1313,12 @@ msgstr "Προσθήκη διαγράμματος στο πλέγμα"
msgid "Please add at least one variable to the series!"
msgstr "Εισάγετε τουλάχιστον μια μεταβλητή στις σειρές!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1815,18 +1824,18 @@ msgid "Show query box"
msgstr "Προβολή παραθύρου ερωτήματος"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Επεξεργασία"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "Ο αριθμός %d δεν είναι έγκυρος αριθμός γραμμών."
@@ -2073,7 +2082,7 @@ msgstr "Περιεχόμενο δείκτη δεδομένων"
msgid "Ignore"
msgstr "Παράληψη"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Αντιγραφή"
@@ -2089,7 +2098,7 @@ msgstr "Κείμενο γραμμής"
msgid "Polygon"
msgstr "Πολύγωνο"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Γεωμετρία"
@@ -2236,10 +2245,10 @@ msgstr "Διπλό κλικ για αντιγραφή ονόματος στήλ
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Πατήστε το προς τα κάτω βέλος
για εναλλαγή της εμφάνισης στηλών."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Εμφάνιση όλων"
@@ -2341,7 +2350,7 @@ msgstr "Απόκρυψη Πίνακα"
msgid "Show hidden navigation tree items."
msgstr "Προβολή κρυφών αντικειμένων δέντρου πλοήγησης."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Σύνδεσμος με τον βασικό πίνακα"
@@ -2405,7 +2414,7 @@ msgstr ", τελευταία έκδοση:"
msgid "up to date"
msgstr "ενημερωμένο"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Δημιουργία προβολής"
@@ -2785,8 +2794,8 @@ msgstr "Μη έγκυρη χαρακτήρες στη γραμμή %s."
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"."
msgstr ""
-"Μη έγκυρος χαρακτήρας στη γραμμή %1$s. Αναμενότας στηλοθέτης, αλλά βρέθηκε "
-"«%2$s»."
+"Μη έγκυρος χαρακτήρας στη γραμμή %1$s. Αναμενότας στηλοθέτης, αλλά βρέθηκε «%2"
+"$s»."
#: libraries/Advisor.class.php:475
msgid "per second"
@@ -2834,8 +2843,8 @@ msgid "Requery"
msgstr "Επανερώτημα"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2844,16 +2853,16 @@ msgid "Delete"
msgstr "Διαγραφή"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2923,7 +2932,7 @@ msgid "History"
msgstr "Ιστορικό"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2964,7 +2973,7 @@ msgid "During current session"
msgstr "Κατά την τρέχουσα συνεδρία"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3006,9 +3015,9 @@ msgstr "Προβολή ιστορικού ερωτημάτων στην έναρ
msgid "Show current browsing query"
msgstr "Προβολή τρέχοντος ερωτημάτος φυλλομετρητή"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3017,9 +3026,9 @@ msgstr "Προβολή τρέχοντος ερωτημάτος φυλλομετ
msgid "Ascending"
msgstr "Αύξουσα"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3214,162 +3223,162 @@ msgstr "Μέσα στους πίνακες:"
msgid "Inside column:"
msgstr "Εσωτερικό πεδίο:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Αποθήκευση επεξεργασμένων δεδομένων"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Επαναφορά κατανομής στηλών"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Φιλτράρισμα εγγραφών"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Αναζήτηση σε αυτόν τον πίνακα"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Αρχή"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Προηγούμενη"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Επόμενη"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Τέλος"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Όλα"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Αριθμός εγγραφών:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Ταξινόμηση ανά κλειδί"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Περιληπτικά κείμενα"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Πλήρη κείμενα"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Κλειδί συσχέτισης"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Στήλη προβολής συσχέτισης"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Εμφάνιση δυαδικών περιεχομένων"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Εμφάνιση περιεχομένων BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Απόκρυψη μετατροπής περιηγητή"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Καλά Γνωστό Κείμενο"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Καλά Γνωστό Δυαδικό"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Η εγγραφή έχει διαγραφεί."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Τερματισμός"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Ίσως είναι κατά προσέγγιση. Δείτε τις [doc@faq3-11]ΣΑΕ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Η εντολή SQL εκτελέσθηκε επιτυχώς."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην "
-"%sτεκμηρίωση%s."
+"Αυτή η προβολή έχει τουλάχιστον αυτό τον αριθμό γραμμών. Λεπτομέρειες στην %"
+"sτεκμηρίωση%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Εμφάνιση εγγραφών %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d σύνολο, %2$d στο ερώτημα"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d συνολικά"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Το ερώτημα χρειάστηκε %01.4f δευτερόλεπτα."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Με τους επιλεγμένους:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3377,48 +3386,50 @@ msgstr "Με τους επιλεγμένους:"
msgid "Check All"
msgstr "Επιλογή όλων"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Αλλαγή"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Εξαγωγή"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Λειτουργίες αποτελεσμάτων ερωτήματος"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Εμφάνιση για εκτύπωση"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Προβολή εκτύπωσης (με πλήρη κείμενα)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Εμφάνιση διαγράμματος"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Οπτικοποίηση δεδομένων GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Δεν βρέθηκε η σύνδεση!"
@@ -3584,7 +3595,7 @@ msgstr ""
"απομακρυνθεί."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Διακομιστής"
@@ -3644,9 +3655,9 @@ msgstr "Προσθήκη"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Δικαιώματα"
@@ -3708,7 +3719,7 @@ msgstr "Κεντρικές στήλες"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Βάσεις δεδομένων"
@@ -3816,7 +3827,7 @@ msgid "Recent"
msgstr "Πρόσφατα"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Αγαπημένοι πίνακες"
@@ -4253,21 +4264,21 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Ένας μικρός αριθμός κινητής υποδιαστολής, επιτρεπτές τιμές είναι "
-"-3.402823466E+38 έως -1.175494351E-38, 0, και 1.175494351E-38 έως "
-"3.402823466E+38"
+"Ένας μικρός αριθμός κινητής υποδιαστολής, επιτρεπτές τιμές είναι -"
+"3.402823466E+38 έως -1.175494351E-38, 0, και 1.175494351E-38 έως 3.402823466E"
+"+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Ένας αριθμός κινητής υποδιαστολής διπλής ακρίβειας, επιτρεπτές τιμές είναι "
-"-1.7976931348623157E+308 έως -2.2250738585072014E-308, 0, και "
+"Ένας αριθμός κινητής υποδιαστολής διπλής ακρίβειας, επιτρεπτές τιμές είναι -"
+"1.7976931348623157E+308 έως -2.2250738585072014E-308, 0, και "
"2.2250738585072014E-308 έως 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4560,7 +4571,7 @@ msgstr "Μέγιστο μέγεθος: %s%s"
msgid "MySQL said: "
msgstr "Η MySQL επέστρεψε το μήνυμα: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Ανάλυση SQL"
@@ -4572,7 +4583,7 @@ msgstr "Χωρίς ανάλυση SQL"
msgid "Without PHP Code"
msgstr "χωρίς κώδικα PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Δημιουργία κώδικα PHP"
@@ -5088,7 +5099,7 @@ msgid "Set value: %s"
msgstr "Ορισμός τιμής: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Επαναφορά προεπιλεγμένης τιμής"
@@ -5185,8 +5196,8 @@ msgid ""
"%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may cause "
"random session invalidation (currently session.gc_maxlifetime is %d)."
msgstr ""
-"Αν η %sLogin cookie validity%s είναι μεγαλύτερη από %ssession.gc_maxlifetime"
-"%s μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας (το τρέχον session."
+"Αν η %sLogin cookie validity%s είναι μεγαλύτερη από %ssession.gc_maxlifetime%"
+"s μπορεί να προκαλέσει τυχαία ακύρωση συνεδρίας (το τρέχον session."
"gc_maxlifetime είναι %d)."
#: libraries/config/ServerConfigChecks.class.php:410
@@ -5471,8 +5482,8 @@ msgid ""
"Whether a warning (\"Are your really sure…\") should be displayed when "
"you're about to lose data."
msgstr ""
-"Όταν μια προειδοποίηση («Είστε σίγουρος/η…») πρέπει να προβάλετε αν "
-"πρόκειται να χαθούν δεδομένα."
+"Όταν μια προειδοποίηση («Είστε σίγουρος/η…») πρέπει να προβάλετε αν πρόκειται "
+"να χαθούν δεδομένα."
#: libraries/config/messages.inc.php:79
msgid "Confirm DROP queries"
@@ -6291,7 +6302,7 @@ msgid "Maximum displayed SQL length"
msgstr "Μέγιστο μήκος προβολής SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Οι χρήστες δεν μπορούν να ορίσουν μεγαλύτερη τιμή"
@@ -6368,34 +6379,34 @@ msgstr ""
"στον πίνακα πλοήγησης, αντικαθιστά το δέντρο της βάσης δεδομένων με έναν "
"επιλογέα"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Προβολή πλοήγησης βάσεων δεδομένων ως δέντρο"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
"Σύνδεση με τον βασικό πίνακα επισημαίνοντας την τρέχουσα βάση δεδομένων ή "
"πίνακα."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Προβολή λογοτύπου στον πίνακα πλοήγησης."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Προβολή λογοτύπου"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
"Ο Σϋνδεσμος URL όπου θα τοποθετηθεί στο λογότυπο στον πίνακα πλοήγησης."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Διεύθυνση URL συνδέσμου λογοτύπου"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6403,27 +6414,27 @@ msgstr ""
"Ανοίγει τη συνδεδεμένη σελίδα στο κύριο παράθυρο ([kbd]main[/kbd]) ή σε νέο "
"([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Προορισμός συνδέσμου λογοτύπου"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Προβολή επιλογής διακομιστή επάνω στον πίνακα πλοήγησης."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Προβολή επιλογής διακομιστών"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Προορισμός για εικονίδιο γρήγορης πρόσβασης"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Προορισμός για δεύτερο εικονίδιο γρήγορης πρόσβασης"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6431,15 +6442,15 @@ msgstr ""
"Ορίζει τον ελάχιστο αριθμό αντικειμένων (πίνακες, προβολές, ρουτίνες και "
"συμβάντα) για προβολή σε πλαίσιο φίλτρου."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Ελάχιστος αριθμός αντικειμένων για προβολή του πλαισίου φίλτρου"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Ελάχιστος αριθμός πινάκων για προβολή στο πλαίσιο φίλτρου πίνακα"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6447,99 +6458,104 @@ msgstr ""
"Ομαδοποιήση αντικειμένων στο δέντρο πλοήγησης (προσδορίζεται από το "
"διαχωριστικό που ορίζεται παρακάτω)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Ομαδοποίηση αντικειμένων στο δέντρο"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Κείμενο που διαχωρίζει τις βάσεις δεδομένων σε διαφορετικά επίπεδα."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Διαχωριστικό δέντρου βάσης δεδομένων"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Κείμενο που διαχωρίζει τους πίνακες σε διαφορετικά επίπεδα."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Διαχωριστικό δέντρου πινάκων"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Μέγιστο βάθος δέντρου πίνακα"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Επισήμανση διακομιστή με τον δείκτη του ποντικιού."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Ενεργοποίηση επισήμανσης"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
"Αν θα απενεργοποιηθεί η πιθανότητα επέκτασης της βάσης δεδομένων ή όχι."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Απενεργοποίηση επέκτασης βάσεων δεδομένων"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Γραμμή πλοήγησης πίνακα"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Μέγιστος αριθμός πρόσφατα χρησιμοποιημένων πινάκων. ορίστε το σε 0 για "
"απενεργοποιήση."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
"Μέγιστος αριθμός αγαπημένων πινάκων. ορίστε το σε 0 για απενεργοποιήση."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Πρόσφατα χρησιμποιημένοι πίνακες"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Αυτοί είναι οι σύνδεσμοι Επεξεργασία, Αντιγραφή και Διαγραφή."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Που να προβάλονται οι σύνδεσμοι γραμμής πίνακα"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
"Χρήση φυσικής ταξινόμησης για την ταξινόμηση ονομάτων πινάκων και βάσεων "
"δεδομένων."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Φυσική ταξινόμηση"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Χρήση μόνο εικονιδίων, μόνο κειμένου ή και τα δύο."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Γραμμή πλοήγησης πίνακα"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
"Χρήση εξαγόμενου GZip buffering για αυξημένη ταχύτητα σε μεταφορές HTTP."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Εξαγόμενο GZip buffering"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6547,19 +6563,19 @@ msgstr ""
"[kbd]SMART[/kbd] - π.χ. φθίνουσα ταξινόμηση για στήλες τύπου TIME, DATE, "
"DATETIME και TIMESTAMP, αύξουσα ταξινόμηση στα υπόλοιπα."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Προεπιλεγμένη ταξινόμηση"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Χρήση εξαναγκασμένων συνδέσεων στις βάσεις δεδομένων MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Επιμένουσες συνδέσεις"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6569,11 +6585,11 @@ msgstr ""
"λεπτομερούς δομής της βάσης δεδομένων, αν κάποιο από τους απαραίτητους "
"πίνακες για την αποθήκευση ρυθμίσεων του phpMyAdmin δεν βρεθεί."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Λείπουν πίνακες αποθήκευσης ρυθμίσεων του phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6581,11 +6597,11 @@ msgstr ""
"Απενεργοποιήση της προεπιλεγμένης προειδοποιησης που εμφανίζεται αν "
"ανιχνευτεί διαφορά μεταξύ της βιβλιοθήκης και του διακομιστή MySQL."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Προειδοποίηση διαφοράς διακομιστή/βιβλιοθήκης"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6593,27 +6609,27 @@ msgstr ""
"Απενεργοποiήστε την προεπιλεγμένη προειδοποίηση που εμφανίζεται στη σελίδα "
"Δομής, αν τα ονόματα στηλών είναι δεσμευμένες λέξεις της MySQL."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Προειδοποίηση δεσμευμένης λέξης MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Πως θα εμφανίζονται οι καρτέλες μενού"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Πως θα εμφανίζονται διάφοροι σύνδεσμοι ενεργιών"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Αποτροπή επεξεργασίας στηλών BLOB και BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Προστασία δυαδικών στηλών"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6623,126 +6639,126 @@ msgstr ""
"ρυθμίσεων phpMyAdmin). Αν απενεργοποιηθεί, λειτουργούν ρουτίνες JS για "
"προβολή του ιστορικού ερωτημάτων (χάνεται με το κλείσιμο του παραθύρου)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Μόνιμο ιστορικό ερωτημάτων"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Πόσα ερωτήματα παραμένουν στο ιστορικό."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Μέγεθος ιστορικού ερωτημάτων"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
"Επιλέξτε ποιες συναρτήσεις θα χρησιμοποιηθούν για μετατροπή συνόλων "
"χαρακτήρων."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Μηχανή επανακωδικοποίησης"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
"Όταν μεταικινήστε μταξύ πινάκων, η ταξινόμηση για κάθε πίανακα "
"απομνημονεύεται."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Απομνημόνευση ταξινόμησης πινάκων"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Προεπιλεγμένη ταξινόμηση για πίνακες με πρωτεύον κλειδί."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Προεπιλεγμένη ταξινόμηση πρωτεύοντος κλειδιού"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
"Επανάληψη κεφαλίδων κάθε Χ κελιά. Το [kbd]0[/kbd] απενεργοποιεί το "
"χαρακτηριστικό."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Επανάληψη κεφαλίδων"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Επεξεργασία καννάβου: πρόκληση δράσης"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Σχεσιακή προβολή"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Για Επιλογές προβολής"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Επεξεργασία καννάβου: Αποθήκευση όλων των επεξεργασμένων κελιών μαζί"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Ο φάκελος στον διακομιστή όπου οι εξαγωγές μπορούν να αποθηκευτούν."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Φάκελος αποθήκευσης"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Αφήστε το άδειο αν δεν χρησιμοποιηθεί."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Σειρά πιστοποίησης φιλοξενητή"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Αφήστε κενό για προεπιλογές."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Κανόνες πιστοποίησης φιλοξενητή"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Δικαίωμα συνδέσεων χωρίς κωδικό πρόσβασης"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Δικαίωμα ριζικής σύνδεσης"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Ζώνη ώρας συνεδρίας"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
"Ορίζει την ενεργή ζώνη ώρας, πιθανά διαφορετική από αυτή του διακομιστή σας"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
"Το βασίλειο του HTTP Basic Auth εμφανίζεται όταν γίνεται πιστοποίηση HTTP."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Βασίλειο HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6752,19 +6768,19 @@ msgstr ""
"υλικού SweKey[/a] (δεν βρίσκεται στο ριζικό φάκελο του εγγράφου; "
"προτείνεται: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Αρχείο ρυθμίσεων SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Μέθοδος επικύρωσης για χρήση."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Τύπος επικύρωσης"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6772,11 +6788,11 @@ msgstr ""
"Αφήστε κενό αν δεν υπάρχει υποστήριξη [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]σελιδοδείκτη[/a], προτείνεται: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Πίνακας σελιδοδεικτών"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6784,33 +6800,33 @@ msgstr ""
"Αφήστε κενό για να μη υπάρχουν σχόλια/τύποι mime στις στήλες, προτείνεται: "
"[kbd]pma_column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Πίνακας πληροφοριών στήλης"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Συνδεση συμπίεσης στο διακομιστή MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Σύνδεση συμπίεσης"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Πως να συνδεθείτε στο διακομιστή, κρατήστε το [kbd]tcp[/kbd] αν δεν είστε "
"σίγουρος/η."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Τύπος σύνδεσης"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Έλεγχος κωδικού πρόσβασης χρήστη"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6819,11 +6835,11 @@ msgstr ""
"Περισσότερες πληροφορίες είναι διαθέσιμες στο [a@http://wiki.phpmyadmin.net/"
"pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Έλεγχος χρήστη"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6831,11 +6847,11 @@ msgstr ""
"Ένας εναλλακτικός φιλοξενητής για αποθήκευση των ρυθμίσεων, αφήστε το κενό "
"για χρήση του ήδη ορισμένου."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Έλεγχος φιλοξηνητή"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6845,15 +6861,15 @@ msgstr ""
"αποθήκευση των ρυθμίσεων, αφήστε το κενό για χρήση της προεπιλεγμένης θύρας "
"ή της ήδη ορισμένης θύρας αν το controlhost ισούται με το φιλοξενητή."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Θύρα ελέγχου"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Απόκρυψη βάσεων δεδομένων που ταιριάζουν την κανονική έκφραση (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6862,15 +6878,15 @@ msgstr ""
"bugs/2606/]PMA bug tracker[/a] και στο [a@http://bugs.mysql.com/19588]MySQL "
"Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Απενεργοποίηση χρήσης του INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Απόκρυψη βάσεων δεδομένων"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6878,23 +6894,23 @@ msgstr ""
"Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL, προτείνεται: [kbd]"
"pma_history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Πίνακας ιστορικού ερωτημάτων SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Ονομασία θέσης όπου εκτελείται ο διακομιστής MySQL."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Ονομασία θέσης διακομιστή"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Διεύθυνση URL αποσύνδεσης"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6902,15 +6918,15 @@ msgstr ""
"Περιορίζει τον αριθμό των προτιμήσεων πινάκων που αποθηκεύονται στη βάση "
"δεδομένων, οι παλαιές εγγραφές απομακρύνονται αυτόματα."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Μέγιστος αριθμός προτιμήσεων πινάκων για αποθήκευση"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Πίνακας αποθηκευμένων αναζητήσεων QBE"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6918,11 +6934,11 @@ msgstr ""
"Αφήστε το κενό για μη υποστήριξη αποθηκευμένων αναζητήσεων QBE, προτείνεται: "
"[kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Πίνακας κεντρικών στηλών"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6930,15 +6946,15 @@ msgstr ""
"Αφήστε το κενό για να μην υποστηρίζονται κεντρικές στήλες. Προτείνεται: [kbd]"
"pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Δοκιμάστε να συνδεθείτε χωρίς κωδικό πρόσβασης."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Σύνδεση χωρίς κωδικό πρόσβασης"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6948,30 +6964,30 @@ msgstr ""
"κάθετο χρησιμοποιήστε τα ως κανονικούς χαρακτήρες, π.χ. χρησιμοποιήστε "
"[kbd]'my\\_db[/kbd]' και όχι [kbd]'my_db[/kbd]'."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Εμφάνιση μόνο των βάσεων δεδομένων από λίστα"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Αφήστε το άδειο αν δεν χρησιμοποιείτε ρύθμισμένη επικύρωση."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Κωδικός πρόσβασης για ρυθμισμένη επικύρωση"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
"Αφήστε το κενό για μη υποστήριξη σχεδίου PDF, προτείνεται: [kbd]"
"pma__pdf_pages[/kbd]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Σχέδιο PDF: πίνακας σελίδων"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6982,21 +6998,21 @@ msgstr ""
"a] για λεπτομέρειες. Αφήστε κενό για να μην υπάρχει υποστήριξη. Προτείνεται: "
"[kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Όνομα βάσης δεδομένων"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
"Θύρα που αποκρίνεται ο διακομιστής MySQL. Αφήστε το άδειο για προεπιλογή."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Θύρα διακομιστή"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7004,11 +7020,11 @@ msgstr ""
"Αφήστε το κενό για μη «μόνιμους» πρόσφατα χρησιμοποιημένους πίνακες μεταξύ "
"συνεδριών, προτείνεται: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Πρόσφατα χρησιμοποιημένος πίνακας"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -7016,11 +7032,11 @@ msgstr ""
"Αφήστε το κενό για μη «μόνιμους» αγαπημένους πίνακες μεταξύ συνεδριών, "
"προτείνεται: [kbd]pma__favorite[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Πίνακας αγαπημένων"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7029,11 +7045,11 @@ msgstr ""
"pma/relation]συνδέσμων-συσχετίσεων[/a], προτείνεται: [kbd]pma__relation[/"
"kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Πίνακας συσχετίσεων"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7041,33 +7057,33 @@ msgstr ""
"Δείτε τους [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]τύπους "
"επικύρωσης[/a] για ένα παράδειγμα."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Ονομάσία συνεδρίας σύνδεσης"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Διεύθυνση URL σύνδεσης"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
"Η υποδοχή στην οποία ο διακομιστής MySQL αποκρίνεται. Αφήστε το κενό για "
"προεπιλογή."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Υποδοχή διακομιστή"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Ενεργοποιήση SSL για σύνδεση στο διακομιστή MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Χρήση SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7075,11 +7091,11 @@ msgstr ""
"Αφήστε το κενό για να μην υποστηρίζεται σχέδιο PDF. Προτείνεται: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Σχεδιαστής και σχέδιο PDF: συντεταγμένες πίνακα"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7087,11 +7103,11 @@ msgstr ""
"Ο πίνακας που περιγράφει τις προβαλλόμενες στήλες - αφήστε το κενό για να "
"μην υποστηρίζεται, προτείνεται: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Πίνακας προβολής στηλών"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7099,11 +7115,11 @@ msgstr ""
"Αφήστε το κενό για μη «μόνιμο» περιβάλλον εργασίας ρυθμίσεων πινάκων μεταξύ "
"συνεδριών, προτείνεται: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Πίνακας προτιμήσεων UI"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7111,11 +7127,11 @@ msgstr ""
"Όταν δηλωθεί DROP DATABASE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην "
"καταγραφή κατά τη δημιουργία βάσης δεδομένων."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Προσθήκη της εντολής DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7123,11 +7139,11 @@ msgstr ""
"Όταν δηλωθεί DROP TABLE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην "
"καταγραφή κατά τη δημιουργία πίνακα."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Προσθήκη DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7135,21 +7151,21 @@ msgstr ""
"Όταν δηλωθεί DROP VIEW IF EXISTS θα προστεθεί ως πρώτη γραμμή στην καταγραφή "
"κατά τη δημιουργία προβολής."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Προσθήκη DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Ορίζει τη λίστα των δηλώσεων που χρησιμοποιεί η αυτόματη δημιουργία για νέες "
"εκδόσεις."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Δηλώσεις προς παρακολούθηση"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7157,11 +7173,11 @@ msgstr ""
"Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL , προτείνεται: "
"[kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Πίνακας ιστορικού παρακολούθησης ερωτημάτων SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7169,11 +7185,11 @@ msgstr ""
"Αν ο μηχανισμός παρακολούθησης δημιουργεί εκδόσεις για πίνακες και προβολές "
"αυτόματα."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Αυτόματη δημιουργία εκδόσεων"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7181,11 +7197,11 @@ msgstr ""
"Αφήστε το κενό για μη αποθήκευση των ρυθμίσεων χρήστη, προτείνεται: [kbd]"
"pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Πίνακας αποθήκευσης προτιμήσεων χρήστη"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7195,11 +7211,11 @@ msgstr ""
"ενεργοποίηση του χαρακτηριστικού μενού ρυθμίσεων. Αφήνοντας ένα από τα δύο "
"κενό απενεργοποιείται το χαρακτηριστικό, προτείνεται: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Πίνακας χρηστών"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7210,11 +7226,11 @@ msgstr ""
"κενό απενεργοποιείται το χαρακτηριστικό, προτείνεται: [kbd]pma__usergroups[/"
"kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Πίνακας ομάδων χρηστών"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7222,15 +7238,15 @@ msgstr ""
"Αφήστε το κενό για απενεργοποίηση του χαρακτηριστικού προσαρμόσιμων μενού, "
"προτείνεται: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Πίνακας κρυφών αντικειμένων πλοήγησης"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Χρήστης για ρυθμισμένη επικύρωση"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7238,20 +7254,19 @@ msgstr ""
"Μια φιλοχρηστική περιγραφή αυτού του διακομιστή. Αφήστε το κενό για να "
"εμφανίζεται το όνομα."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Φιλοχρηστικό όνομα διακομιστή"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
-msgstr ""
-"Αν θα εμφανίζεται στο χρήστη ένα κουμπί «εμφάνιση όλων (των εγγραφών)»."
+msgstr "Αν θα εμφανίζεται στο χρήστη ένα κουμπί «εμφάνιση όλων (των εγγραφών)»."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Δικαίωμα προβολή όλων των γραμμών"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7262,47 +7277,47 @@ msgstr ""
"ρυθμίσεων και αυτό δεν περιορίζει τη δυνατότητα άμεσης εκτέλεσης της ίδιας "
"εντολής."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Εμφάνιση φόρμας αλλαγής κωδικού πρόσβασης"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Εμφάνιση φόρμας δημιουργίας βάσης δεδομένων"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
"Εμφάνιση ή απόκρυψη μιας στήλης εμφανίζοντας τη χρονοσφραγίδα Δημιουργίας "
"για όλους τους πίνακες."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Προβολή χρονοσφραγίδας δημιουργίας"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
"Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίας "
"ενημέρωσης για όλους τους πίνακες."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Εμφάνιση χρονοσφραγίδας Τελευταίας ενημερώσης"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
"Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίου "
"ελέγχου για όλους τους πίνακες."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Προβολή χρονοσφραγίδας τελευταίου ελέγχου"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7310,27 +7325,27 @@ msgstr ""
"Ορίζει αν θα εμφανίζονται οι τύποι των πεδίων σε κατάσταση επεξεργασίας/"
"εισαγωγής."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Εμφάνιση τύπων πεδίου"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Προβολή των πεδίων συναρτήσεων σε κατάσταση επεξεργασίας εισαγωγής."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Εμφάνιση πεδίων συναρτήσεων"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Αν θα εμφανίζεται επεξήγηση ή όχι."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Εμφάνιση επεξήγησης"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7338,65 +7353,65 @@ msgstr ""
"Εμφανίζει σύνδεσμο για την τεκμηρίωση της συνάρτησης [a@http://php.net/"
"manual/function.phpinfo.php]phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Εμφάνιση συνδέσμου phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Εμφάνιση λεπτομερών πληροφοριών διακομιστή MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Ορίζει αν τα δημιουργημένα ερωτήματα SQL από το phpMyAdmin πρέπει να "
"προβάλονται."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Εμφάνιση ερωτημάτων SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
"Ορίζεται αν το ερώτημα πρέπει να παραμείνει στην οθόνη μετά την υποβολή του."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Διατήρηση παραθύρου ερωτήματος"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Δικαίωμα προβολής στατιστικών βάσης δεδομένων και πινάκων (π.χ. χρήση χώρου "
"στο δίσκο)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Εμφάνιση στατιστικών"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
"Επισήμανση χρησιμοποιημένων πινάκων και ενεργοποίηση της δυνατότητας "
"προβολής των βάσεων δεδομένων με κλειδωμένους πίνακες."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Παράβλεψη κλειδωμένων πινάκων"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Μια προειδοποίηση εμφανίζεται στη βασική σελίδα αν βρεθεί το Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "προειδοποίηση Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7406,11 +7421,11 @@ msgstr ""
"σελίδα αν η τιμή της ρύθμισης PHP session.gc_maxlifetime είναι λιγότερο από "
"την τιμή του «LoginCookieValidity»."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Προειδοποίηση εγκυρότητας cookie σύνδεσης"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7419,11 +7434,11 @@ msgstr ""
"πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2) και το παράθυρο των "
"ερωτημάτων (x1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Στήλες textarea"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7432,33 +7447,33 @@ msgstr ""
"πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2) και το παράθυρο των "
"ερωτημάτων (x1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Γραμμές textarea"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
"Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται μια βάση δεδομένων."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν δεν επιλέγεται τίποτα."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Προεπιλεγμένος τίτλος"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
"Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας διακομιστής."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας πίνακας."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7470,28 +7485,28 @@ msgstr ""
"HTTP_X_FORWARDED_FOR (X-Forwarded-For) προερχόμενη από τη διεύθυνση 1.2.3.4:"
"[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Λίστα αξιόπιστων διευθύνσεων IP για να επιτρέπεται/απαγορεύεται"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
"Φάκελος στο διακομιστή όπου μπορείτε να αποστείλετε αρχεία για εισαγωγή."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Φάκελος αποστολής"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Επιτρέπει την αναζήτηση εντός ολόκληρης της βάσης δεδομένων."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Χρήση αναζήτησης βάσης δεδομένων"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7499,28 +7514,28 @@ msgstr ""
"Όταν απενεργοποιηθεί, οι χρήστες δεν μπορούν να ορίσουν καμιά από τις "
"παρακάτω επιλογές, ανεξάρτητα από την επιλογή στα δεξιά."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Ενεργοποίηση της καρτέλας Δημιουργός στις ρυθμίσεις"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Έλεγχος για τελευταία έκδοση"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Ενεργοποιεί τον έλεγχο για τη τελευταία έκδοση στη κεντρική σελίδα του "
"phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Έλεγχος έκδοσης"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7530,14 +7545,13 @@ msgstr ""
"Το url του διακομιστή για χρήση όταν λαμβάνονται οι πληροφορίες για την "
"τελευταία έκδοση του phpMyAdmin ή όταν υποβάλλονται αναφορές σφάλματος. Το "
"χρειάζεστε αν ο διακομιστής που έχει εγκατασταθεί το phpMyAdmin δεν έχει "
-"άμεση πρόσβαση στο διαδίκτυο. Η σύνταξη είναι: «όνομαδιακομιστή:"
-"αριθμόςθύρας»."
+"άμεση πρόσβαση στο διαδίκτυο. Η σύνταξη είναι: «όνομαδιακομιστή:αριθμόςθύρας»."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Διεύθυνση διακομιστή"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7548,19 +7562,19 @@ msgstr ""
"Πιστοποίηση. Κανένας άλλος τύπος πιστοποίησης δεν υποστηρίζεται προς το "
"παρόν."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Όνομα χρήστη διακομιστή"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Ο κωδικός πρόσβασης για πιστοποίηση με τον διακομιστή."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Κωδικός πρόσβασης διακομιστή"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7568,36 +7582,36 @@ msgstr ""
"Ενεργοποίηση της συμπίεσης [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]"
"ZIP[/a] για λειτουργίες εισαγωγής και εξαγωγής."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Εισάγετε το δημόσιο κλειδί σας για τη βασική υπηρεσία reCaptcha σας."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Δημόσιο κλειδί για reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Εισάγετε το ιδιωτικό κλειδί σας για τη βασική υπηρεσία reCaptcha σας."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Ιδιωτικό κλειδί για reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
"Επιλέξτε την προεπιλεγμένη ενέργεια όταν αποστέλετε αναφορές σφάλματος."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Αποστολή αναφορών σφάλματος"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7605,7 +7619,7 @@ msgstr ""
"Ενεργοποιεί την κατάσταση Μηδενικής Ρύθμισης που σας επιτρέπει να ρυθμίσετε "
"τους πίνακες αποθήκευσης ρυθμίσεων του phpMyAdmin αυτόματα."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Ενεργοποίηση κατάστασης Μηδενικής Ρύθμισης"
@@ -8025,8 +8039,8 @@ msgstr ", το @TABLE@ θα γίνει το όνομα του πίνακα"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Αυτή η τιμή μετατρέπεται με χρήση της συνάρτησης %1$sstrftime%2$s, έτσι "
"μπορείτε να χρησιμοποιήσετε φράσεις μορφής χρόνου. Επιπρόσθετα, θα γίνουν "
@@ -8579,11 +8593,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
-"Τεκμηρίωση και περισσότερες πληροφορίες για το PBXT μπορούν να βρεθούν στην "
-"%sΙστοσελίδα του PrimeBase XT%s."
+"Τεκμηρίωση και περισσότερες πληροφορίες για το PBXT μπορούν να βρεθούν στην %"
+"sΙστοσελίδα του PrimeBase XT%s."
#: libraries/engines/pbxt.lib.php:138
msgid "Related Links"
@@ -9013,7 +9027,6 @@ msgid "unknown"
msgstr "άγνωστο"
#: libraries/navigation/Navigation.class.php:54
-#| msgid "An error has occurred while loading the navigation tree"
msgid "An error has occurred while loading the navigation display"
msgstr "Ένα σφάλμα συμβαίνει κατά τη φόρτωση της προβολής πλοήγησης"
@@ -9410,8 +9423,8 @@ msgid ""
"In order to put the original table '%1$s' into Second normal form we need to "
"create the following tables:"
msgstr ""
-"Με σκοπό την τοποθέτηση του αρχικού πίνακα «%1$s» στην Δεύτερη κανονική "
-"μορφή χρειαζόμαστε να δημιουργήσουμε τους ακόλουθους πίνακες:"
+"Με σκοπό την τοποθέτηση του αρχικού πίνακα «%1$s» στην Δεύτερη κανονική μορφή "
+"χρειαζόμαστε να δημιουργήσουμε τους ακόλουθους πίνακες:"
#: libraries/normalization.lib.php:417
#, php-format
@@ -9744,8 +9757,8 @@ msgstr "Καλωσήρθατε στο %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Πιθανή αιτία για αυτό είναι η μη δημιουργία αρχείου προσαρμογής. Ίσως θέλετε "
"να χρησιμοποιήσετε τον %1$sκώδικα εγκατάστασηςt%2$s για να δημιουργήσετε ένα."
@@ -10437,8 +10450,8 @@ msgid ""
"Converts Boolean values to text (default 'T' and 'F'). First option is for "
"TRUE, second for FALSE. Nonzero=true."
msgstr ""
-"Μετατρέπει Δυαδικές τιμές σε κείμενο (Προεπιλογή «T» και «F»). Η πρώτη "
-"επιλογή είναι για το ΑΛΗΘΕΣ, η δεύτερη για το ΨΕΥΔΕΣ. Nonzero=true."
+"Μετατρέπει Δυαδικές τιμές σε κείμενο (Προεπιλογή «T» και «F»). Η πρώτη επιλογή "
+"είναι για το ΑΛΗΘΕΣ, η δεύτερη για το ΨΕΥΔΕΣ. Nonzero=true."
#: libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php:31
msgid ""
@@ -10457,8 +10470,8 @@ msgstr ""
"επιλογή για να ορίσετε μια μορφή ημερομηνίας-ώρας. Η τρίτη επιλογή ορίζει αν "
"θέλετε να δείτε την τοπική ή την παγκόσμια ώρα (χρήση «local» ή «utc» "
"αντίστοιχα). Σύμφωνα με αυτό, η μορφή της ημερομηνίας έχει διαφορετική τιμή "
-"- για το «local» δείτε την τεκμηρίωση για τη συνάρτηση strftime() της PHP "
-"και για το «utc» γίνεται χρησιμοποιώντας τη συνάρτηση gmdate()."
+"- για το «local» δείτε την τεκμηρίωση για τη συνάρτηση strftime() της PHP και "
+"για το «utc» γίνεται χρησιμοποιώντας τη συνάρτηση gmdate()."
#: libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php:31
msgid ""
@@ -10635,7 +10648,6 @@ msgid "Formats text as JSON with syntax highlighting."
msgstr "Μορφοποιεί το κείμενο ως JSON με επισήμανση της σύνταξης."
#: libraries/plugins/transformations/output/Text_Plain_Xml.class.php:40
-#| msgid "Formats text as JSON with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
msgstr "Μορφοποιεί το κείμενο ως XML με επισήμανση της σύνταξης."
@@ -11015,7 +11027,7 @@ msgstr "Όνομα χρήστη"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Κωδικός πρόσβασης"
@@ -11045,8 +11057,8 @@ msgstr "Ταυτότητα Διακομιστή"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Φιλοξενητής"
@@ -11841,7 +11853,7 @@ msgstr "Κανένα"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Ομάδας χρηστών"
@@ -11886,14 +11898,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Δικαιώματα πινάκων"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Σημείωση: Τα ονόματα δικαιωμάτων της MySQL εκφράζονται στα Αγγλικά."
@@ -11902,7 +11914,7 @@ msgid "Administration"
msgstr "Διαχείριση"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Γενικά δικαιώματα"
@@ -11911,7 +11923,7 @@ msgid "Global"
msgstr "Γενικά"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Δικαιώματα βάσης δεδομένων"
@@ -11931,13 +11943,13 @@ msgstr ""
"πίνακες δικαιωμάτων."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Πληροφορίες Σύνδεσης"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Χρησιμοποιήστε το πεδίο κειμένου"
@@ -11964,7 +11976,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Ανακαλέσατε τα δικαιώματα για %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Προσθήκη χρήστη"
@@ -11986,88 +11998,88 @@ msgstr "Πλήρη δικαιώματα σε όνομα μπαλαντέρ (user
msgid "Grant all privileges on database \"%s\"."
msgstr "Πλήρη δικαιώματα στη βάση δεδομένων «%s»."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Χρήστες με πρόσβαση στη βάση «%s»"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Ο χρήστης προστέθηκε."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Χρήστης"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Χορήγηση"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Δεν υπάρχουν αρκετά δικαιώματα για προβολή χρηστών."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Δεν βρέθηκαν χρήστες."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Οποιοδήποτε"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "γενικός"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "σχετιζόμενος με βάση δεδομένων"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "μπαλαντέρ"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "σχετικός με πίνακα"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Επεξεργασία Δικαιωμάτων"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Ανάκληση"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Επεξεργασία ομάδας χρηστών"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… διατήρηση του παλιού χρήστη."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… διαγραφή του παλιού χρήστη από τους πίνακες χρηστών."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… ανάκληση των δικαιωμάτων του παλιού χρήστη και διαγραφή του."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12075,93 +12087,93 @@ msgstr ""
"… διαγραφή του παλιού χρήστη από τους πίνακες χρηστών και επαναφόρτωση των "
"δικαιωμάτων."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Δημιουργία νέου χρήστη με τα ίδια δικαιώματα και …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Δικαιώματα πεδίων"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Προσθήκη δικαιωμάτων στην(ις) ακόλουθη(ες) βάση(εις) δεδομένων:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Οι χαρακτήρες μπαλαντέρ _ και % πρέπει να γραφούν μπροστά με \\ για να "
"χρησιμοποιηθούν."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Προσθήκη δεδομένων στον ακόλουθο πίνακα:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Διαγραφή των επιλεγμένων χρηστών"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Ανάκληση όλων των ενεργών δικαιώματα από τους χρήστες και διαγραφή τους."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Διαγραφή βάσεων δεδομένων που έχουν ίδια ονόματα με χρήστες."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Δεν επιλέχθηκαν χρήστες για διαγραφή!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Επαναφόρτωση δικαιωμάτων"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Τα δικαιώματα του χρήστη %s ενημερώθηκαν."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Διαγραφή %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Τα δικαιώματα επαναφορτώθηκαν επιτυχώς."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Ο χρήστης %s υπάρχει ήδη!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Δικαιώματα για %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Νέος"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Επεξεργασία Δικαιωμάτων:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12169,17 +12181,17 @@ msgstr ""
"Σημείωση: Προσπαθείτε να επεξεργαστείτε δικαιώματα του χρήστη με τον οποίο "
"έχετε συνδεθεί."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Επισκόπηση χρηστών"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Σημείωση: Το phpMyAdmin διαβάζει τα δικαιώματα των χρηστών κατευθείαν από "
"τους πίνακες δικαιωμάτων της MySQL. Το περιεχόμενο αυτών των πινάκων μπορεί "
@@ -12187,11 +12199,11 @@ msgstr ""
"αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε "
"τα δικαιώματα%s πριν συνεχίσετε."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Ο επιλεγμένος χρήστης δεν βρέθηκε στον πίνακα δικαιωμάτων."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Προσθέσατε ένα νέο χρήστη."
@@ -12339,8 +12351,8 @@ msgid ""
msgstr ""
"Η Εποπτεία phpMyAdmin μπορεί να σας βοηθήσει να βελτιστοποιήσετε τη ρύθμιση "
"του διακομιστή και να καταγράφει χρονοβόρα ερωτήματα. Για το τελευταίο θα "
-"χρειαστείτε να ορίσετε το log_output σε «TABLE» και να έχετε ενεργοποιήσει "
-"το slow_query_log ή το general_log. Σημειώστε, ωστόσο, ότι το general_log "
+"χρειαστείτε να ορίσετε το log_output σε «TABLE» και να έχετε ενεργοποιήσει το "
+"slow_query_log ή το general_log. Σημειώστε, ωστόσο, ότι το general_log "
"παράγει πολλά δεδομένα και αυξάνει τη χρήση πόρων του διακομιστή μέχρι και "
"15%."
@@ -12504,7 +12516,6 @@ msgid "Filters"
msgstr "Φίλτρα"
#: libraries/server_status_processes.lib.php:253
-#| msgid "Show only alert values"
msgid "Show only active"
msgstr "Εμφάνιση μόνο των ενεργών"
@@ -13655,7 +13666,6 @@ msgid "Improve table structure"
msgstr "Βελτίωση δομής πίνακα"
#: libraries/structure.lib.php:1655
-#| msgid "Track table"
msgid "Track view"
msgstr "Παρακολούθηση προβολής"
@@ -14166,14 +14176,6 @@ msgstr "Απενεργοποιήση τώρα"
msgid "Delete version"
msgstr "Διαγραφή έκδοσης"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "ενεργή"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "μη ενεργή"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Δηλώσεις παρακολούθησης"
@@ -14300,11 +14302,11 @@ msgstr ""
"Οι προτιμήσεις σας θα αποθηκευτούν για την τρέχουσα συνεδρία μόνο. Για τη "
"μόνιμη αποθήκευση τους απαιτείται %sαποθήκευση ρυθμίσεων phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Αδύνατη η αποθήκευση ρυθμίσεων"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14646,20 +14648,20 @@ msgstr[1] "Τα ονόματα «%s» είναι δεσμευμένες λέξε
msgid "No column selected."
msgstr "Δεν επιλέχθηκε στήλη."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Παρακολούθηση του %s ενεργοποιήθηκε."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Οι παρακολουθούμενες εκδόσεις διεγράφησαν επιτυχώς."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Δεν επιλέχθηκαν εκδόσεις."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Οι δηλώσεις SQL εκτελέστηκαν."
@@ -15006,8 +15008,8 @@ msgid ""
msgstr ""
"Η λανθάνουσα μνήμη ερωτήματος είναι γνωστό ότι βελτιώνει σημαντικά την "
"απόδοση, αν ρυθμιστεί σωστά. Ενεργοποιήστε τη ορίζοντας το "
-"{query_cache_size} με μια διψήφια τιμής ΜΒ και το {query_cache_type} σε "
-"«ΟΝ». Σημείωση: Αν χρησιμοποιείτε memcached, αγνοήστε την πρόταση."
+"{query_cache_size} με μια διψήφια τιμής ΜΒ και το {query_cache_type} σε «ΟΝ». "
+"Σημείωση: Αν χρησιμοποιείτε memcached, αγνοήστε την πρόταση."
#: libraries/advisory_rules.txt:158
msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
@@ -15088,8 +15090,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Η τρέχουσα αναλογία της ελεύθερης λανθάνουσας μνήμης ερωτήματος προς τη "
"συνολική λανθάνουσα μνήμη ερωτήματος είναι %s%%. Πρέπει να είναι περισσότερο "
@@ -15166,8 +15168,8 @@ msgid ""
"value is, the better (This rules firing limit: 0.1%%)"
msgstr ""
"Ο βαθμός απομακρυσμένων ερωτημάτων προς τα εισερχόμενα ερωτήματα είναι %s%%. "
-"Όσο χαμηλότερη αυτή η τιμή, τόσο το καλύτερο (Το όριο συναγερμού είναι: "
-"0,1%%)"
+"Όσο χαμηλότερη αυτή η τιμή, τόσο το καλύτερο (Το όριο συναγερμού είναι: 0,1%"
+"%)"
#: libraries/advisory_rules.txt:195
msgid "Query cache max size"
@@ -15251,8 +15253,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"Το %s%% όλων των ταξινομήσεων προκαλεί προσωρινούς πίνακες, αυτή η τιμή "
"πρέπει να είναι κάτω από 10%%."
@@ -15820,8 +15822,8 @@ msgstr ""
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr ""
-"%s%% όλων των συνδέσεων ματαιώνονται. Αυτή η τιμή πρέπει να είναι κάτω από "
-"1%%"
+"%s%% όλων των συνδέσεων ματαιώνονται. Αυτή η τιμή πρέπει να είναι κάτω από 1%"
+"%"
#: libraries/advisory_rules.txt:406
msgid "Rate of aborted connections"
@@ -16040,6 +16042,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Το concurrent_insert έχει οριστεί στο 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Απενεργοποίηση επέκτασης βάσεων δεδομένων"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Διαγραφή δεδομένων παρακολούθησης για αυτόν τον πίνακα"
@@ -17081,8 +17086,8 @@ msgstr "Το concurrent_insert έχει οριστεί στο 0"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
-#~ "Θέλετε να απενεργοποιήσετε όλες τις αναφορές BLOB για τη βάση δεδομένων "
-#~ "%s;"
+#~ "Θέλετε να απενεργοποιήσετε όλες τις αναφορές BLOB για τη βάση δεδομένων %"
+#~ "s;"
#~ msgid "Unknown error while uploading."
#~ msgstr "Άγνωστο σφάλμα κατά την αποστολή αρχείου."
diff --git a/po/en_GB.po b/po/en_GB.po
index 5119e1a43f..b489998369 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -5,15 +5,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-06 18:52+0200\n"
"Last-Translator: Marc Delisle \n"
"Language-Team: English (United Kingdom) \n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -93,7 +93,7 @@ msgstr "Column"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "Primary"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "No"
@@ -207,16 +207,16 @@ msgstr "No"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Yes"
@@ -262,15 +262,15 @@ msgid ""
msgstr ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Table"
@@ -370,13 +370,13 @@ msgstr "Updated"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -389,7 +389,7 @@ msgstr "Action"
msgid "Show"
msgstr "Show"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -409,15 +409,25 @@ msgstr "Tracking report"
msgid "Structure snapshot"
msgstr "Structure snapshot"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "not active"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "active"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Untracked tables"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Track table"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Database Log"
@@ -541,7 +551,7 @@ msgid "Add geometry"
msgstr "Add geometry"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -563,9 +573,9 @@ msgstr "Add geometry"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -608,11 +618,11 @@ msgstr "complete inserts"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1345,12 +1355,12 @@ msgstr "Add chart to grid"
msgid "Please add at least one variable to the series!"
msgstr "Please add at least one variable to the series!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1847,18 +1857,18 @@ msgid "Show query box"
msgstr "Show query box"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Edit"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d is not valid row number."
@@ -2123,7 +2133,7 @@ msgstr "Data point content"
msgid "Ignore"
msgstr "Ignore"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copy"
@@ -2139,7 +2149,7 @@ msgstr "Linestring"
msgid "Polygon"
msgstr "Polygon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometry"
@@ -2302,10 +2312,10 @@ msgstr "Double-click to copy column name."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Click the drop-down arrow
to toggle column's visibility."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Show all"
@@ -2408,7 +2418,7 @@ msgstr "Hide Panel"
msgid "Show hidden navigation tree items."
msgstr "Show hidden navigation tree items."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2482,7 +2492,7 @@ msgstr ", latest stable version:"
msgid "up to date"
msgstr "up to date"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Create view"
@@ -2912,8 +2922,8 @@ msgid "Requery"
msgstr "subquery"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2922,16 +2932,16 @@ msgid "Delete"
msgstr "Delete"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3017,7 +3027,7 @@ msgid "History"
msgstr "SQL history"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3064,7 +3074,7 @@ msgid "During current session"
msgstr "Skip current error"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3120,9 +3130,9 @@ msgstr "SQL query history table"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3131,9 +3141,9 @@ msgstr ""
msgid "Ascending"
msgstr "Ascending"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3328,162 +3338,162 @@ msgstr "Inside tables:"
msgid "Inside column:"
msgstr "Inside column:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Save edited data"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restore column order"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filter rows"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Search this table"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Begin"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Previous"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Next"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "End"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "All"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Number of rows:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sort by key"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Partial texts"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Full texts"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relational key"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relational display column"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Show binary contents"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Show BLOB contents"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Hide browser transformation"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "The row has been deleted."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Kill"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Your SQL query has been executed successfully."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Showing rows %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d total, %2$d in query"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d total"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Query took %01.4f seconds."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "With selected:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3491,48 +3501,50 @@ msgstr "With selected:"
msgid "Check All"
msgstr "Check All"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Change"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Export"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Query results operations"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Print view"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Print view (with full texts)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Display chart"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualise GIS data"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link not found!"
@@ -3697,7 +3709,7 @@ msgstr ""
"removed."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3757,9 +3769,9 @@ msgstr "Insert"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privileges"
@@ -3823,7 +3835,7 @@ msgstr "Textarea columns"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databases"
@@ -3931,7 +3943,7 @@ msgid "Recent"
msgstr "Recent"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Favourite tables"
@@ -4368,20 +4380,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"A small floating-point number, allowable values are -3.402823466E+38 to "
-"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
+"A small floating-point number, allowable values are -3.402823466E+38 to -"
+"1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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"
#: libraries/Types.class.php:336
@@ -4671,7 +4683,7 @@ msgstr "Max: %s%s"
msgid "MySQL said: "
msgstr "MySQL said: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Explain SQL"
@@ -4683,7 +4695,7 @@ msgstr "Skip Explain SQL"
msgid "Without PHP Code"
msgstr "Without PHP Code"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Create PHP Code"
@@ -5200,7 +5212,7 @@ msgid "Set value: %s"
msgstr "Set value: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restore default value"
@@ -6379,7 +6391,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maximum displayed SQL length"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Users cannot set a higher value"
@@ -6451,33 +6463,33 @@ msgstr "Memory limit"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Show hidden navigation tree items."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Show logo in navigation panel."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Display logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL where logo in the navigation panel will point to."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logo link URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6485,29 +6497,29 @@ msgstr ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logo link target"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Display server choice at the top of the navigation panel."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Display servers selection"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Target for quick access icon"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Target for quick access icon"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6515,15 +6527,15 @@ msgstr ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minimum number of items to display the filter box"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Minimum number of databases to display the database filter box"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6531,92 +6543,97 @@ msgstr ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Group items in the tree"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "String that separates databases into different tree levels."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Database tree separator"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "String that separates tables into different tree levels."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Table tree separator"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maximum table tree depth"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Highlight server under the mouse cursor."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Enable highlighting"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Whether to disable the possibility of database expansion or not."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Disable database expansion"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Table navigation bar"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Maximum number of recently used tables; set 0 to disable."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Maximum number of favourite tables; set 0 to disable."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Recently used tables"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "These are Edit, Copy and Delete links."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Where to show the table row links"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Use natural order for sorting table and database names."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Natural order"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Use only icons, only text or both."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Table navigation bar"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "Use GZip output buffering for increased speed in HTTP transfers."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip output buffering"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6624,19 +6641,19 @@ msgstr ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Default sorting order"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Use persistent connections to MySQL databases."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Persistent connections"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6646,11 +6663,11 @@ msgstr ""
"Structure page if any of the required tables for the phpMyAdmin "
"configuration storage could not be found."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Missing phpMyAdmin configuration storage tables"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6658,11 +6675,11 @@ msgstr ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Server/library difference warning"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6670,27 +6687,27 @@ msgstr ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL reserved word warning"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "How to display the menu tabs"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "How to display various action links"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Disallow BLOB and BINARY columns from editing."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Protect binary columns"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6700,127 +6717,127 @@ msgstr ""
"storage). If disabled, this utilises JS-routines to display query history "
"(lost by window close)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Permanent query history"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "How many queries are kept in history."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Query history length"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Select which functions will be used for character set conversion."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Recoding engine"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "When browsing tables, the sorting of each table is remembered."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Remember table's sorting"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Default sorting order"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repeat headers"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Grid editing: trigger action"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Relational display column"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Servers display options."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Grid editing: save all edited cells at once"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Directory where exports can be saved on server."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Save directory"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Leave blank if not used."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Host authorisation order"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Leave blank for defaults."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Host authorisation rules"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Allow logins without a password"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Allow root login"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Session value"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "HTTP Basic Auth Realm name to display when doing HTTP Auth."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6830,19 +6847,19 @@ msgstr ""
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey config file"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Authentication method to use."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Authentication type"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6850,11 +6867,11 @@ msgstr ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Bookmark table"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6862,31 +6879,31 @@ msgstr ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Column information table"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Compress connection to MySQL server."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Compress connection"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Connection type"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Control user password"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6894,11 +6911,11 @@ msgstr ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Control user"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6906,11 +6923,11 @@ msgstr ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Control host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6920,15 +6937,15 @@ msgstr ""
"storage; leave blank to use the default port, or the already defined port, "
"if the controlhost equals host."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Control port"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Hide databases matching regular expression (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6936,15 +6953,15 @@ msgstr ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Disable use of INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Hide databases"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6952,23 +6969,23 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL query history table"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Hostname where MySQL server is running."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Server hostname"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Logout URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6976,15 +6993,15 @@ msgstr ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maximal number of table preferences to store"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "QBE saved searches table"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6992,13 +7009,13 @@ msgstr ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Textarea columns"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7010,15 +7027,15 @@ msgstr ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Try to connect without password."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Connect without password"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7028,29 +7045,29 @@ msgstr ""
"use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not "
"[kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Show only listed databases"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Leave empty if not using config auth."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Password for config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF schema: pages table"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7060,20 +7077,20 @@ msgstr ""
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Database name"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "Port on which MySQL server is listening, leave empty for default."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Server port"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7081,11 +7098,11 @@ msgstr ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Recently used table"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7097,13 +7114,13 @@ msgstr ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Favourite tables"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7111,11 +7128,11 @@ msgstr ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relation table"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7123,31 +7140,31 @@ msgstr ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon session name"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Signon URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr "Socket on which MySQL server is listening, leave empty for default."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server socket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Enable SSL for connection to MySQL server."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Use SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7155,13 +7172,13 @@ msgstr ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF schema: table coordinates"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7169,11 +7186,11 @@ msgstr ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Display columns table"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7181,11 +7198,11 @@ msgstr ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI preferences table"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7193,11 +7210,11 @@ msgstr ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Add DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7205,11 +7222,11 @@ msgstr ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Add DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7217,20 +7234,20 @@ msgstr ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Add DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Statements to track"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7238,11 +7255,11 @@ msgstr ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL query tracking table"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7250,11 +7267,11 @@ msgstr ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automatically create versions"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7262,11 +7279,11 @@ msgstr ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "User preferences storage table"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7276,11 +7293,11 @@ msgstr ""
"configurable menus feature; leaving either one of them blank will disable "
"this feature, suggested: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Users table"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7290,11 +7307,11 @@ msgstr ""
"menus feature; leaving either one of them blank will disable this feature, "
"suggested: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "User groups table"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7302,15 +7319,15 @@ msgstr ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Hidden navigation items table"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "User for config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7318,19 +7335,19 @@ msgstr ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Verbose name of this server"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Whether a user should be displayed a \"show all (rows)\" button."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Allow to display all the rows"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7340,44 +7357,44 @@ 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."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Show password change form"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Show create database form"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Show Creation timestamp"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Show Last update timestamp"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Show Last check timestamp"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7385,27 +7402,27 @@ msgstr ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Show field types"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Display the function fields in edit/insert mode."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Show function fields"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Whether to show hint or not."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Show hint"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7413,61 +7430,61 @@ msgstr ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Show phpinfo() link"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Show detailed MySQL server information"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Show SQL queries"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Retain query box"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "Allow to display database and table statistics (eg. space usage)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Show statistics"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Skip locked tables"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "A warning is displayed on the main page if Suhosin is detected."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin warning"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7480,13 +7497,13 @@ msgstr ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Login cookie validity"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7494,11 +7511,11 @@ msgstr ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Textarea columns"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7506,31 +7523,31 @@ msgstr ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Textarea rows"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Title of browser window when a database is selected."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Title of browser window when nothing is selected."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Default title"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Title of browser window when a server is selected."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Title of browser window when a table is selected."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7542,27 +7559,27 @@ msgstr ""
"For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "List of trusted proxies for IP allow/deny"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Directory on server where you can upload files for import."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Upload directory"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Allow for searching inside the entire database."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Use database search"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7570,26 +7587,26 @@ msgstr ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Enable the Developer tab in settings"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Check for latest version"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Enables check for latest version on main phpMyAdmin page."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Version check"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7601,11 +7618,11 @@ msgstr ""
"if the server where phpMyAdmin is installed does not have direct access to "
"the internet. The format is: \"hostname:portnumber\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy url"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7615,19 +7632,19 @@ msgstr ""
"authentication is performed. If a username is supplied, Basic Authentication "
"will be performed. No other types of authentication are currently supported."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proxy username"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "The password for authenticating with the proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proxy password"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7635,41 +7652,41 @@ msgstr ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Enter your public key for your domain reCaptcha service."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Public key for reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Enter your private key for your domain reCaptcha service."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Private key for reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Choose the default action when sending error reports."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Send error reports"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8112,12 +8129,12 @@ msgstr ", @TABLE@ will become the table name"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8667,11 +8684,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
#: libraries/engines/pbxt.lib.php:138
msgid "Related Links"
@@ -9800,11 +9817,11 @@ msgstr "Welcome to %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11089,7 +11106,7 @@ msgstr "User name"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Password"
@@ -11119,8 +11136,8 @@ msgstr "Server ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -11905,7 +11922,7 @@ msgstr "None"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "User group"
@@ -11944,14 +11961,14 @@ msgstr "Limits the number of simultaneous connections the user may have."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Table-specific privileges"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Note: MySQL privilege names are expressed in English."
@@ -11960,7 +11977,7 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Global privileges"
@@ -11969,7 +11986,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Database-specific privileges"
@@ -11988,13 +12005,13 @@ msgstr ""
"Allows adding users and privileges without reloading the privilege tables."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Login Information"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Use text field"
@@ -12021,7 +12038,7 @@ msgid "You have revoked the privileges for %s."
msgstr "You have revoked the privileges for %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Add user"
@@ -12042,89 +12059,89 @@ msgstr "Grant all privileges on wildcard name (username\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Grant all privileges on database \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Users having access to \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "User has been added."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "User"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Grant"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "No user found."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Any"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "database-specific"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "table-specific"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Edit Privileges"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Revoke"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Edit user group"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… keep the old one."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… delete the old one from the user tables."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… revoke all active privileges from the old one and delete it afterwards."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12132,120 +12149,120 @@ msgstr ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Change Login Information / Copy User"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Create a new user with the same privileges and …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Column-specific privileges"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "Add privileges on the following database:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "Wildcards % and _ should be escaped with a \\ to use them literally."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Add privileges on the following table:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Remove selected users"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Revoke all active privileges from the users and delete them afterwards."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Drop the databases that have the same names as the users."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "No users selected for deleting!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Reloading the privileges"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "The selected users have been deleted successfully."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "You have updated the privileges for %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Deleting %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "The privileges were reloaded successfully."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "The user %s already exists!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privileges for %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "New"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Edit Privileges:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Users overview"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "The selected user was not found in the privilege table."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "You have added a new user."
@@ -14225,14 +14242,6 @@ msgstr "Deactivate now"
msgid "Delete version"
msgstr "Create version"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "active"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "not active"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Tracking statements"
@@ -14359,11 +14368,11 @@ msgstr ""
"Your preferences will be saved for current session only. Storing them "
"permanently requires %sphpMyAdmin configuration storage%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Could not save configuration"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14696,24 +14705,24 @@ msgstr[1] "The column name '%s' is a MySQL reserved keyword."
msgid "No column selected."
msgstr "No column selected."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Tracking of %s is activated."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "The selected users have been deleted successfully."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "No rows selected"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL statements executed."
@@ -15124,11 +15133,11 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
#: libraries/advisory_rules.txt:181
msgid "Query cache fragmentation"
@@ -15278,11 +15287,11 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
#: libraries/advisory_rules.txt:218
msgid "Rate of sorts that cause temporary tables"
@@ -16019,6 +16028,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert is set to 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Disable database expansion"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Delete tracking data for this table"
diff --git a/po/eo.po b/po/eo.po
index 01310e9e10..a4fcf38ed7 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-01 17:51+0200\n"
"Last-Translator: Eliovir \n"
"Language-Team: Esperanto \n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -95,7 +95,7 @@ msgstr ""
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr ""
@@ -209,16 +209,16 @@ msgstr ""
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr ""
@@ -263,15 +263,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr ""
@@ -368,13 +368,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -405,15 +405,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -533,7 +543,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -555,9 +565,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -594,8 +604,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1234,12 +1244,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1716,18 +1726,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1960,7 +1970,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1976,7 +1986,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2115,10 +2125,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2210,7 +2220,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2268,7 +2278,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2682,8 +2692,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2692,16 +2702,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2771,7 +2781,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2812,7 +2822,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2854,9 +2864,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2865,9 +2875,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3060,160 +3070,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3221,48 +3231,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3420,7 +3432,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3480,9 +3492,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3544,7 +3556,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3652,7 +3664,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4064,14 +4076,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4319,7 +4331,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4331,7 +4343,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4827,7 +4839,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5911,7 +5923,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5975,948 +5987,949 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr ""
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6924,52 +6937,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -6977,70 +6990,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7453,8 +7466,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7936,8 +7949,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9030,8 +9043,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10162,7 +10175,7 @@ msgstr "Uzantonomo"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Pasvorto"
@@ -10192,8 +10205,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -10962,7 +10975,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -10999,14 +11012,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11015,7 +11028,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11024,7 +11037,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11042,13 +11055,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11073,7 +11086,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11094,200 +11107,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13023,14 +13036,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13152,11 +13157,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13470,20 +13475,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13848,8 +13853,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -13967,8 +13972,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/es.po b/po/es.po
index bbaee76f72..52b3d439ee 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-07 05:30+0200\n"
"Last-Translator: FAMMA TV NOTICIAS MEDIOS DE CO \n"
"Language-Team: Spanish \n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -92,7 +92,7 @@ msgstr "Columna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Primaria"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "No"
@@ -206,16 +206,16 @@ msgstr "No"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Sí"
@@ -259,18 +259,18 @@ msgstr "Se copió la base de datos %1$s a %2$s."
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"El almacenamiento de la configuración de phpMyAdmin ha sido desactivado. "
-"%sAverigüe por qué%s."
+"El almacenamiento de la configuración de phpMyAdmin ha sido desactivado. %"
+"sAverigüe por qué%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabla"
@@ -371,13 +371,13 @@ msgstr "Actualizado"
msgid "Status"
msgstr "Estado actual"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -390,7 +390,7 @@ msgstr "Acción"
msgid "Show"
msgstr "Mostrar"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Borrando los datos de seguimiento"
@@ -408,15 +408,25 @@ msgstr "Informe de seguimiento"
msgid "Structure snapshot"
msgstr "Instantánea de la estructura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "no activo/a"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "activo/a"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tablas sin seguimiento"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Hacer seguimiento a la tabla"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Registro de la base de datos"
@@ -542,7 +552,7 @@ msgid "Add geometry"
msgstr "Agregar geometría"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -564,9 +574,9 @@ msgstr "Agregar geometría"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -587,8 +597,8 @@ msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field."
msgstr ""
-"Seleccione «GeomFromText» de la columna \"Función\" y pegue la cadena "
-"ubicada debajo en el campo \"Valor\"."
+"Seleccione «GeomFromText» de la columna \"Función\" y pegue la cadena ubicada "
+"debajo en el campo \"Valor\"."
#: import.php:54
msgid "Succeeded"
@@ -605,8 +615,8 @@ msgstr "Parámetros incompletos"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Probablemente intentó cargar un archivo demasiado grande. Revise %sla "
"documentation%s para hallar modos de superar esta limitación."
@@ -902,8 +912,8 @@ msgid ""
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"El almacenamiento de configuración phpMyAdmin no está completamente "
-"configurado, algunas funcionalidades extendidas fueron deshabilitadas. "
-"%sAverigüe por qué%s. "
+"configurado, algunas funcionalidades extendidas fueron deshabilitadas. %"
+"sAverigüe por qué%s. "
#: index.php:549
msgid ""
@@ -1316,12 +1326,12 @@ msgstr "Agregar gráfico a la grilla"
msgid "Please add at least one variable to the series!"
msgstr "¡Introduzca una longitud válida!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1825,18 +1835,18 @@ msgid "Show query box"
msgstr "Mostrar ventana de consultas SQL"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Editar"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d no es un número de fila válido."
@@ -1935,8 +1945,8 @@ msgid ""
"Note: a, b -> d,f implies values of columns a and b combined together can "
"determine values of column d and column f."
msgstr ""
-"Nota: «a, b -> d, f» implica que los valores combinados de las columnas a y "
-"b pueden determinar el valor de las columnas d y f."
+"Nota: «a, b -> d, f» implica que los valores combinados de las columnas a y b "
+"pueden determinar el valor de las columnas d y f."
#: js/messages.php:330
msgid "No partial dependencies selected!"
@@ -2082,7 +2092,7 @@ msgstr "Contenido del punto de datos"
msgid "Ignore"
msgstr "Ignorar"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copiar"
@@ -2098,7 +2108,7 @@ msgstr "Cadena de líneas"
msgid "Polygon"
msgstr "Polígono"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometría"
@@ -2248,10 +2258,10 @@ msgstr ""
"Pulsa la flecha de la lista desplegable
para conmutar la visibilidad "
"de la columna."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Mostrar todo"
@@ -2356,7 +2366,7 @@ msgstr "Esconder panel"
msgid "Show hidden navigation tree items."
msgstr "Mostrar los elementos escondidos del árbol de navegación."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Enlace al panel principal"
@@ -2421,7 +2431,7 @@ msgstr ", versión estable más reciente:"
msgid "up to date"
msgstr "actualizada"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Crear vista"
@@ -2852,8 +2862,8 @@ msgid "Requery"
msgstr "Reconsultar"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2862,16 +2872,16 @@ msgid "Delete"
msgstr "Borrar"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2941,7 +2951,7 @@ msgid "History"
msgstr "Historial"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2982,7 +2992,7 @@ msgid "During current session"
msgstr "durante la sesión actual"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3024,9 +3034,9 @@ msgstr "Mostrar histórico de consultas al iniciar"
msgid "Show current browsing query"
msgstr "Mostrar consulta actual"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3035,9 +3045,9 @@ msgstr "Mostrar consulta actual"
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3236,164 +3246,164 @@ msgstr "Dentro de las tablas:"
msgid "Inside column:"
msgstr "Dentro de la columna:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Guardar datos editados"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restaurar orden de las columnas"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrar filas"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Buscar en esta tabla"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Comenzar"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Siguiente"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Fin"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Todos/as"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Número de filas:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Ordenar según la clave"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Textos parciales"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Textos completos"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Clave relacional"
# Display option apparently related to
# http://www.phpmyadmin.net/documentation/#relation
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Mostrar columna de relación"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Mostrar contenido binario"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Mostrar contenido BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Ocultar transformación del navegador"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Texto muy conocido"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binario muy conocido"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "La fila se ha borrado."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Matar el proceso"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Podría ser aproximado. Ver [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Su consulta se ejecutó con éxito."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Esta vista tiene al menos este número de filas. Refiérase a la "
-"%sdocumentation%s."
+"Esta vista tiene al menos este número de filas. Refiérase a la %"
+"sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Mostrando filas %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d en total, %2$d en la consulta"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "total de %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "La consulta tardó %01.4f segundos."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Para los elementos que están marcados:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3401,48 +3411,50 @@ msgstr "Para los elementos que están marcados:"
msgid "Check All"
msgstr "Marcar todos"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Cambiar"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportar"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operaciones sobre los resultados de la consulta"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Vista de impresión"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Previsualización para imprimir (documento completo)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Mostrar gráfico"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualizar datos GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "¡No se encontró el enlace!"
@@ -3608,7 +3620,7 @@ msgstr ""
"uno."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Servidor"
@@ -3668,9 +3680,9 @@ msgstr "Insertar"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegios"
@@ -3732,7 +3744,7 @@ msgstr "Columnas centrales"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Bases de datos"
@@ -3840,7 +3852,7 @@ msgid "Recent"
msgstr "Reciente"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tablas favoritas"
@@ -4283,16 +4295,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Un número de coma flotante de precisión doble; los valores permitidos son de "
@@ -4336,8 +4348,8 @@ msgstr "Una fecha, el rango válido es de «%1$s» a «%2$s»"
#, 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»"
+"Una combinación de fecha y marca temporal, el rango válido es de «%1$s» a «%2"
+"$s»"
#: libraries/Types.class.php:348
msgid ""
@@ -4437,8 +4449,8 @@ 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 ""
-"Una columna de bloque de texto («BLOB») con una longitud máxima de 255 (2^8 "
-"- 1) bytes. Cada valor TINYBLOB es almacenado con un prefijo de 1 byte que "
+"Una columna de bloque de texto («BLOB») con una longitud máxima de 255 (2^8 - "
+"1) bytes. Cada valor TINYBLOB es almacenado con un prefijo de 1 byte que "
"indica la cantidad de bytes en el valor"
#: libraries/Types.class.php:372
@@ -4464,9 +4476,9 @@ 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 ""
-"Una columna de bloque de texto («BLOB») con una longitud máxima de "
-"4294967295 (2^32 - 1) bytes (4GB), almacenado con un prefijo de 4 bytes que "
-"indica la longitud del valor"
+"Una columna de bloque de texto («BLOB») con una longitud máxima de 4294967295 "
+"(2^32 - 1) bytes (4GB), almacenado con un prefijo de 4 bytes que indica la "
+"longitud del valor"
#: libraries/Types.class.php:378
msgid ""
@@ -4598,7 +4610,7 @@ msgstr "Máximo: %s%s"
msgid "MySQL said: "
msgstr "MySQL ha dicho: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Explicar SQL"
@@ -4610,7 +4622,7 @@ msgstr "Omitir la explicación del SQL"
msgid "Without PHP Code"
msgstr "Sin código PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Crear código PHP"
@@ -5125,7 +5137,7 @@ msgid "Set value: %s"
msgstr "Valor establecido: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restaurar valor predeterminado"
@@ -5218,8 +5230,8 @@ msgid ""
"%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may cause "
"random session invalidation (currently session.gc_maxlifetime is %d)."
msgstr ""
-"Valores para la %svalidez de la cookie de inicio de sesión%s mayores a "
-"%ssession.gc_maxlifetime%s pueden causar invalidaciones de sesión aleatorias "
+"Valores para la %svalidez de la cookie de inicio de sesión%s mayores a %"
+"ssession.gc_maxlifetime%s pueden causar invalidaciones de sesión aleatorias "
"(actualmente, el valor de session.gc_maxlifetime es %d)."
#: libraries/config/ServerConfigChecks.class.php:410
@@ -6335,7 +6347,7 @@ msgid "Maximum displayed SQL length"
msgstr "Máxima longitud al mostrar consulta SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Los usuarios no pueden definir un valor más alto"
@@ -6411,32 +6423,32 @@ msgstr ""
"En el panel de navegación, reemplaza el árbol de base de datos con un "
"selector"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Mostrar las bases de datos navegación como árbol"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Mostrar el logo en el panel de navegación."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Mostrar el logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
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."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL para enlace del logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6444,28 +6456,28 @@ msgstr ""
"Abrir la página enlazada en la ventana principal ([kbd]principal[/kbd]) o en "
"una nueva ([kbd]nueva[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logo destino del enlace"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
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."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Mostrar la selección de servidores"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Destino para el icono de acceso rápido"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Objetivo para el segundo icono de acceso rápido"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6473,17 +6485,17 @@ msgstr ""
"Define el número mínimo de elementos (tablas, vistas, rutinas y eventos) "
"para mostrar un cuadro de filtro."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Número mínimo de elementos para mostrar la caja de filtro"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
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"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6491,94 +6503,99 @@ msgstr ""
"Agrupar elementos en el árbol de navegación (determinado por el separador "
"definido abajo)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Agrupar elementos en el árbol"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Cadena que separa bases de datos en diferentes niveles de árbol."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separador de árbol de base de datos"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Cadena que separa tablas en diferentes niveles de árbol."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separador de árbol de tablas"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Profundidad máxima del árbol de tablas"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Resaltar servidor bajo el cursor."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Permitir destacar"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Si se desactiva la posibilidad de expandir bases de datos o no."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Desactivar expansión de base de datos"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barra de navegación mediante tablas"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Número máximo de tablas recientemente utilizadas; 0 para desactivar."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Cantidad máxima de tablas favoritas; 0 para desactivar."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tablas recientemente utilizadas"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Estos son los enlaces para Editar, Copiar y Borrar."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Donde mostrar los enlaces de filas de tabla"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
"Utilizar orden natural para ordenar nombres de tablas y bases de datos."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Orden natural"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Use solamente íconos, solamente texto o ambos."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Barra de navegación mediante tablas"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Buffer de salida de GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6586,19 +6603,19 @@ msgstr ""
"[kbd]SMART[/kbd] - es decir: orden descendente para columnas de tipo TIME, "
"DATE, DATETIME y TIMESTAMP, ascendente en los demás casos."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Orden de despliegue predeterminado"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Use conexiones persistentes para las bases de datos MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Conexiones persistentes"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6608,11 +6625,11 @@ 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."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Faltan las tablas de almacenaje de configuración de phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6620,11 +6637,11 @@ msgstr ""
"Desactivar la advertencia predeterminada que se muestra si se detecta una "
"diferencia entre la biblioteca MySQL y el servidor."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Advertencia de diferencia servidor/biblioteca"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6633,27 +6650,27 @@ msgstr ""
"Estructura si algún nombre de columna en una tabla es una palabra reservada "
"de MySQL."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Advertencia de palabra reservada de MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Cómo mostrar las pestañas del menú"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Cómo mostrar varios enlaces de acciones"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "No permitir la edición de columnas BLOB y BINARIAS."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Proteger los campos binarios"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6664,128 +6681,128 @@ msgstr ""
"rutinas JavaScript para mostrar el histórico de consultas (olvidado al "
"cerrar la ventana)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Histórico permanente de consultas"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Cuántas consultas se guardan en el histórico."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Longitud del histórico de consultas"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Motor de recodificación"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Al explorar tablas, se recordará el ordenamiento de cada tabla."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Recordar ordenamiento de la tabla"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Ordenación predeterminada para tablas con una clave primaria."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Ordenación predeterminada por clave primaria"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repetir cabeceras"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Edición de grilla: disparador de acción"
# Display option apparently related to
# http://www.phpmyadmin.net/documentation/#relation
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Mostrar columna de relación"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Opciones de visualización"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Edición de grilla: guardar todas las celdas editadas simultáneamente"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
"Directorio donde los archivos exportados se pueden guardar en el servidor."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Directorio de almacenamiento"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Deje en blanco si no necesita usarlo."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Orden en que se autentica el Host"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Deje en blanco para usar los valores predeterminados."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Reglas de autorización del Host"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permitir inicio de sesión sin contraseña"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permitir el inicio de sesión como root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Valor de la sesión"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Dominio HTTP (Realm)"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6795,19 +6812,19 @@ msgstr ""
"dispositivo SweKey[/a] (no localizado en su raíz de documentos; valor "
"sugerido: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Archivo de configuración SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Método de autenticación a usar."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipo de autenticación"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6815,11 +6832,11 @@ msgstr ""
"Deje en blanco para no dar soporte [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]bookmark[/a], de manera predeterminada: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Agregar tabla a favoritos"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6827,33 +6844,33 @@ msgstr ""
"Dejar en blanco para evitar comentarios/tipos MIME en celdas, sugerido: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabla con información de la columna"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Conexión de compresión con el servidor SQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Conexión de compresión"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Cómo conectar con el servidor, mantenga el valor [kbd]tcp[/kbd] en caso de "
"no estar seguro."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipo de conexión"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Controlar la contraseña del usuario"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6861,11 +6878,11 @@ msgstr ""
"Un usuario MySQL especial configurado con permisos limitados, más "
"información disponible en [a@http://wiki.cihar.com/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Controlar al usuario"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6873,11 +6890,11 @@ msgstr ""
"Alternativa para guardar el almacenamiento de configuración; deje vacío para "
"utilizar el ya definido."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Anfitrión de control"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6887,17 +6904,17 @@ msgstr ""
"de configuración; deje vacío para utilizar el puerto predeterminado o el "
"puerto ya definido si el el servidor de control es el mismo."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Puerto de control"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
"Ocultar las bases de datos que cumplen con los criterios de las expresiones "
"regulares (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6905,15 +6922,15 @@ msgstr ""
"Más información en [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] y [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Deshabilitar el uso de INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Ocultar las bases de datos"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6921,23 +6938,23 @@ msgstr ""
"Dejar en blanco para evitar soporte de histórico de consultas SQL, sugerido: "
"[kbd]pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabla de histórico de consultas SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Descripción del servidor."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nombre del servidor"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL de fin de sesión"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6945,15 +6962,15 @@ 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."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Número máximo de preferencias sobre tablas a almacenar"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Tabla QBE de búsquedas guardadas"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6961,11 +6978,11 @@ msgstr ""
"Dejar en blanco para omitir la compatibilidad con búsquedas guardadas QBE, "
"sugerido: [kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Tabla de columnas centrales"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6973,15 +6990,15 @@ msgstr ""
"Dejar en blanco para desactivar el soporte a las columnas centrales, "
"sugerencia: [kbd]pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Intente conectar sin contraseña."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Conecte sin contraseña"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6991,30 +7008,30 @@ msgstr ""
"desea usar sus instancias literales, es decir, use [kbd]'my\\_db'[/kbd] y no "
"[kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Muestre solamente las bases de datos listadas"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Deje vacío si no está usando config auth."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Contraseña para config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Esquema de PDF: tabla de páginas"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7025,22 +7042,22 @@ msgstr ""
"completa. Deje en blanco para que no exita soporte. Predeterminado: [kbd]"
"phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nombre de la base de datos"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Puerto del servidor"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7048,11 +7065,11 @@ msgstr ""
"Deje en blanco para eliminar la \"persistencia\" de las tablas recientemente "
"utilizadas entre sesiones, valor sugerido: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabla recientemente utilizada"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -7060,11 +7077,11 @@ msgstr ""
"Deje en blanco para evitar conservar de manera \"persistente\" sus tablas "
"favoritas, valor sugerido: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Tablas favoritas"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7073,11 +7090,11 @@ msgstr ""
"relation]relation-links[/a], de manera predeterminada: [kbd]pma__relation[/"
"kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabla de relaciones"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7085,33 +7102,33 @@ msgstr ""
"Ver [a@http://wiki.cihar.com/pma/auth_types#signon]tipos de autenticación[/"
"a] para conocer un ejemplo."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nombre de la sesión al signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL de signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Puerto del servidor"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Habilitar SSL para conexión con el servidor SQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Usar SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7119,11 +7136,11 @@ msgstr ""
"Dejar en blanco para evitar soporte de esquema en PDF, sugerido: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Esquema en PDF y diseñador: tabla de coordenadas"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7131,11 +7148,11 @@ msgstr ""
"Tabla para describir la presentación de las celdas, deje en blanco para "
"quitar soporte, sugerido: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Mostrar tabla de columnas"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7144,11 +7161,11 @@ msgstr ""
"interfaz de tablas entre sesiones, valor sugerido: [kbd]pma__table_uiprefs[/"
"kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Preferencias de interfaz de tablas"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7156,11 +7173,11 @@ msgstr ""
"Si se incluye la sentencia DROP DATABASE IF EXISTS como primera línea del "
"registro al crear una base de datos o no."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Agregar DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7168,11 +7185,11 @@ msgstr ""
"Si se incluye la sentencia DROP TABLE IF EXISTS como primera línea del "
"registro al crear una tabla."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Agregar DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7180,21 +7197,21 @@ msgstr ""
"Si se incluye la sentencia DROP VIEW IF EXISTS como primera línea del "
"registro al crear una vista."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Agregar DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Sentencias a hacer seguimiento"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7202,11 +7219,11 @@ msgstr ""
"Deje en blanco para eliminar soporte de seguimiento de consultas SQL, valor "
"sugerido: [kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabla de seguimiento de consultas SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7214,11 +7231,11 @@ msgstr ""
"Si el mecanismo de seguimiento crea versiones para tablas y vistas "
"automáticamente o no."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Crear versiones automáticamente"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7226,11 +7243,11 @@ msgstr ""
"Deje en blanco para evitar el almacenamiento de preferencias en la base de "
"datos, valor sugerido: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabla de almacenamiento de preferencias de usuario"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7240,11 +7257,11 @@ msgstr ""
"activar los menúes personalizables; dejar cualquiera de ellas en blanco "
"desactivará esta funcionalidad; valor sugerido: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabla de usuarios"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7254,11 +7271,11 @@ msgstr ""
"personalizables; dejar cualquiera de ellas en blanco desactivará esta "
"funcionalidad; valor sugerido: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Usar la tabla de groupos («groups»)"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7266,34 +7283,34 @@ msgstr ""
"Deje en blanco para desactivar la funcionalidad para mostrar y ocultar los "
"elementos de navegación, valor sugerido: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabla de elementos de navegación ocultos"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Usuario para config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
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."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nombre del servidor, forma extendida"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permitir que se muestren todas las filas"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7303,47 +7320,47 @@ 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."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Mostrar el formulario para cambio de contraseña"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Mostrar el formulario para crear una base de datos"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Mostrar marca temporal de creación"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Mostrar marca temporal de última actualización"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Mostrar marca temporal de última revisión"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7351,27 +7368,27 @@ msgstr ""
"Si inicialmente se muestran los campos de tipo en el modo de edición/"
"inserción o no."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Mostrar tipo de campos"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Mostrar campos de función en el modo de edición/inserción."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Mostrar los campos de función"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Si mostrar ayudas o no."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Mostrar ayudas"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7379,63 +7396,63 @@ msgstr ""
"Mostrar enlace a salida de [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Mostrar el enlace phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Mostrar información detallada acerca del servidor SQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Define si los enunciados SQL generados por phpMyAdmin se deben mostrar."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Mostrar las consultas SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Mantener la caja de texto con la consulta"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Permitir mostrar estadísiticas de base de datos y tablas (por ejemplo uso de "
"espacio)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Mostrar estadísticas"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Saltarse las tablas bloqueadas"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Mostrar advertencia en la página principal si se detecta Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Advertencia Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7445,11 +7462,11 @@ msgstr ""
"Estructura si algún nombre de columna en una tabla es una palabra reservada "
"de MySQL."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "ADVERTENCIA de inicio de sesión cookie validez"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7458,12 +7475,12 @@ msgstr ""
"será aumentado en áreas de texto para consultas SQL (x2) y en la venta de "
"consultas (x1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Columnas para las áreas de texto"
# See translation string 813
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7472,31 +7489,31 @@ msgstr ""
"aumentado en áreas de texto para consultas SQL (x2) y en la venta de "
"consultas (x1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Filas para áreas de texto"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Título de la ventana al seleccionar una base de datos."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Título de la ventana cuando no hay nada seleccionado."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Título predeterminado"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Título de la ventana cuando se ha seleccionado un servidor."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Título de la ventana cuando se ha seleccionado un tabla."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7508,27 +7525,27 @@ 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]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Listado de proxies de confianza para autorización/bloqueo de IP"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Directorio en el servidor donde puede subir archivos para importar."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Directorio desde donde se cargarán los archivos"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Permite hacer una búsqueda dentro de toda la base de datos."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Use búsquedas en la base de datos"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7537,28 +7554,28 @@ msgstr ""
"opciones situadas más abajo, sin importar la casilla de la derecha."
# see translation string 529
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Habilitar la pestaña Desarrolladores en la configuración"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Buscar si existe una versión más reciente"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
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."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Revise la versión"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7570,11 +7587,11 @@ msgstr ""
"el que está instalado phpMyAdmin no tiene acceso directo a internet. El "
"formato es: \"servidor:puerto\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "URL de proxy"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7585,19 +7602,19 @@ msgstr ""
"una autenticación básica. Actualmente no se posee compatibilidad con otros "
"tipos de autenticación."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Nombre de usuario del proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "La contraseña para autenticar con el proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Contraseña del proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7605,43 +7622,43 @@ msgstr ""
"Habilite la compresión [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP"
"[/a] para las operaciones de importación y exportación."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Introduzca su llave pública para el servicio reCaptcha de su dominio."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Llave púlica para reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Introduzca su llave privada para el servicio reCaptcha de su dominio."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Llave privada para reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Elija la acción predefinida en el envio de reportes de error."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Enviar reportes de error"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-"Activar el modo de «Configuración Zero» que le permite definir las tablas "
-"del almacenamiento de configuración de phpMyAdmin automáticamente."
+"Activar el modo de «Configuración Zero» que le permite definir las tablas del "
+"almacenamiento de configuración de phpMyAdmin automáticamente."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Activar modo «Configuración Zero»"
@@ -8067,8 +8084,8 @@ msgstr ", @TABLE@ se convertirá en el nombre de la tabla"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Este valor es interpretado usando %1$sstrftime%2$s por lo que se pueden usar "
"cadenas para formatear el tiempo. Además sucederán las siguientes "
@@ -8626,8 +8643,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Se puede encontrar documentación y más información sobre PBXT en la %spágina "
"inicial de PrimeBase XT%s."
@@ -9454,8 +9471,8 @@ msgid ""
"No partial dependencies possible as the primary key ( %1$s ) has just one "
"column."
msgstr ""
-"No existen dependencias parciales posibles debido a que la clave primaria "
-"(«%1$s») sólo contiene una columna."
+"No existen dependencias parciales posibles debido a que la clave primaria («%1"
+"$s») sólo contiene una columna."
#: libraries/normalization.lib.php:381
#, php-format
@@ -9464,8 +9481,8 @@ msgid ""
"create the following tables:"
msgstr ""
"Debido a las dependencias parciales anteriores, para poder convertir la "
-"tabla original «%1$s» a segunda forma normal necesitamos crear las "
-"siguientes tablas:"
+"tabla original «%1$s» a segunda forma normal necesitamos crear las siguientes "
+"tablas:"
#: libraries/normalization.lib.php:417
#, php-format
@@ -9798,8 +9815,8 @@ msgstr "Bienvenido a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"La razón más probable es que usted no haya creado un archivo de "
"configuración. Utilice el %1$sscript de configuración%2$s para crear uno."
@@ -10520,8 +10537,8 @@ msgstr ""
"opción es para especificar un formato de fecha/hora diferente. La tercera "
"opción determina si desea ver la fecha local o UTC (utilice las cadenas "
"«local» o «utc»). Según esta configuración, el formato de la fecha tendrá un "
-"valor diferente - para «local» mire la documentación de la función strftime"
-"() de PHP y para «utc» la de la función gmdate()."
+"valor diferente - para «local» mire la documentación de la función strftime() "
+"de PHP y para «utc» la de la función gmdate()."
#: libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php:31
msgid ""
@@ -11075,7 +11092,7 @@ msgstr "Nombre de usuario"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Contraseña"
@@ -11105,8 +11122,8 @@ msgstr "ID del servidor"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Servidor"
@@ -11898,7 +11915,7 @@ msgstr "Ninguno"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Grupo de usuario"
@@ -11942,14 +11959,14 @@ msgstr "Limita el número de conexiones simultáneas que el usuario pueda tener.
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilegios específicos para la tabla"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
"Nota: Los nombres de los privilegios de MySQL están expresados en inglés."
@@ -11959,7 +11976,7 @@ msgid "Administration"
msgstr "Administración"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilegios globales"
@@ -11968,7 +11985,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilegios específicos para la base de datos"
@@ -11989,13 +12006,13 @@ msgstr ""
# It is talking about the user account not the act of logging in
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Información de la cuenta"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Use el campo de texto"
@@ -12022,7 +12039,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Ha revocado los privilegios para %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Agregar usuario"
@@ -12045,88 +12062,88 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Otorgar todos los privilegios para la base de datos \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Usuarios con acceso a \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Se agregó el usuario."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Usuario"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Conceder"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Privilegios insuficientes para ver los usuarios."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Usuario(s) no encontrado(s)."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "cualquiera"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "específico para la base de datos"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "comodín"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "específico para la tabla"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Editar los privilegios"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Revocar"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Editar groupo de usuario"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "…mantener el anterior."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "…borrar el viejo de las tablas de usuario."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "…revocar todos los privilegios activos del viejo y eliminarlo después."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12135,94 +12152,94 @@ msgstr ""
"privilegios."
# Login refers to the user account not the act of logging in
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Cambiar la información de la cuenta / Copiar el usuario"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Crear un nuevo usuario con los mismos privilegios y…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilegios específicos para la columna"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Añadir privilegios a la o las base de datos siguientes:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Los comodines _ y % deben acompañarse del caracter de escape \\ para usarlos "
"de manera literal."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Añadir privilegios a esta tabla:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Eliminar a los usuarios seleccionados"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Revocar todos los privilegios activos de los usuarios y borrarlos después."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Eliminar las bases de datos que tienen los mismos nombres que los usuarios."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "¡No se han seleccionado usuarios para eliminar!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Cargando los privilegios nuevamente"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Los usuarios seleccionados fueron borrados exitosamente."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ha actualizado los privilegios para %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Borrando %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Los privilegios fueron cargados nuevamente de manera exitosa."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "¡El usuario %s ya existe!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilegios para %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nuevo"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Editar los privilegios:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12230,17 +12247,17 @@ msgstr ""
"Nota: está intentando editar los privilegios del usuario con el que inició "
"la sesión actual."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Vista global de usuarios"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Nota: phpMyAdmin obtiene los privilegios de los usuarios 'directamente de "
"las tablas de privilegios MySQL'. El contenido de estas tablas puede diferir "
@@ -12248,11 +12265,11 @@ msgstr ""
"manuales en él. En este caso, nuevamente deberá %scargar la página de "
"privilegios%s antes de continuar."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "El usuario que seleccionó no se encontró en la tabla de privilegios."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Ha agregado un nuevo usuario."
@@ -12400,9 +12417,8 @@ msgstr ""
"El Monitorizador de phpMyAdmin puede asistir en la optimización de la "
"configuración del servidor y rastrear consultas que toman mucho tiempo. Para "
"esto último necesitará que «log_output» esté definido como 'TABLE' y tener "
-"activado «slow_query_log» o «general_log». Note, sin embargo, que "
-"«general_log» produce mucha información y aumenta la carga en el servidor "
-"hasta en un 15%."
+"activado «slow_query_log» o «general_log». Note, sin embargo, que «general_log» "
+"produce mucha información y aumenta la carga en el servidor hasta en un 15%."
#: libraries/server_status_monitor.lib.php:128
msgid "Using the monitor:"
@@ -14222,14 +14238,6 @@ msgstr "Desactivar ahora"
msgid "Delete version"
msgstr "Borrar versión"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "activo/a"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "no activo/a"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Realizando el seguimiento de las sentencias"
@@ -14355,11 +14363,11 @@ msgstr ""
"Las preferencias serán guardadas sólo para la sesión actual. Almacenarlas "
"permanentemente necesita de %salmacenamiento de configuración phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "No se pudo guardar la configuración"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14705,20 +14713,20 @@ msgstr[1] "El nombre de columna «%s» es una palabra clave reservada de MySQL."
msgid "No column selected."
msgstr "No se seleccionaron columnas."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Seguimiento de %s activado."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Las versiones de seguimiento fueron borradas satisfactoriamente."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "No se seleccionaron versiones."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Sentencias SQL ejecutadas."
@@ -14838,8 +14846,8 @@ msgid ""
"You might want to increase {long_query_time} or optimize the queries listed "
"in the slow query log"
msgstr ""
-"Podría aumentar «{long_query_time}» u optimizar las consultas que aparecen "
-"en el registro de consultas lentas"
+"Podría aumentar «{long_query_time}» u optimizar las consultas que aparecen en "
+"el registro de consultas lentas"
#: libraries/advisory_rules.txt:68
#, php-format
@@ -14906,8 +14914,8 @@ msgid ""
"Enable slow query logging by setting {log_slow_queries} to 'ON'. This will "
"help troubleshooting badly performing queries."
msgstr ""
-"Active el registro de consultas lenta configurando «log_slow_queries» a "
-"'ON'. Esto ayudará a analizar consultas con mala performance."
+"Active el registro de consultas lenta configurando «log_slow_queries» a 'ON'. "
+"Esto ayudará a analizar consultas con mala performance."
#: libraries/advisory_rules.txt:89
msgid "log_slow_queries is set to 'OFF'"
@@ -15064,8 +15072,8 @@ msgid ""
msgstr ""
"Se sabe que el caché de consultas puede mejorar la performance enormemente "
"si está correctamente configurado. Actívelo definiendo «query_cache_size» a "
-"un valor en MiB de 2 dígitos y definiendo «query_cache_type» a 'ON'. "
-"Notar que: si está utilizando memcached ignore esta recomendación."
+"un valor en MiB de 2 dígitos y definiendo «query_cache_type» a 'ON'. Notar "
+"que: si está utilizando memcached ignore esta recomendación."
#: libraries/advisory_rules.txt:158
msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
@@ -15142,8 +15150,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"La tasa actual de memoria libre del caché de consultas respecto del tamaño "
"total es %s%%. Debería ser mayor al 80%%"
@@ -15301,8 +15309,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% de todas las ordenaciones causan tablas temporales, este valor debería "
"de ser menor a 10%%."
@@ -15365,8 +15373,8 @@ msgstr ""
#, php-format
msgid "Table joins average: %s, this value should be less than 1 per hour"
msgstr ""
-"Promedio de uniones («JOIN») de tablas: %s, este promedio debería ser menor "
-"a 1 por hora"
+"Promedio de uniones («JOIN») de tablas: %s, este promedio debería ser menor a "
+"1 por hora"
#: libraries/advisory_rules.txt:240
msgid "Rate of reading first index entry"
@@ -15474,8 +15482,7 @@ msgstr ""
#: libraries/advisory_rules.txt:267
#, php-format
msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
-msgstr ""
-"Los valores actuales son «tmp_table_size»: %s, «max_heap_table_size»: %s"
+msgstr "Los valores actuales son «tmp_table_size»: %s, «max_heap_table_size»: %s"
#: libraries/advisory_rules.txt:269
msgid "Percentage of temp tables on disk"
@@ -15499,14 +15506,13 @@ msgid ""
"mentioned in the beginning of an Article by the Pythian Group"
msgstr ""
-"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin "
-"embargo, algunas tablas temporales son siempre escritas a disco "
-"independientemente del valor de estas variables. Para eliminarlas deberá re-"
-"escribir las consultas para evitar estas condiciones (en una tabla temporal: "
-"la presencia de una columna «BLOB» o «TEXT», o la presencia de una columna "
-"mayor a 512 bytes) como se menciona al comienzo del artículo de "
-"Pythian Group"
+"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin embargo, "
+"algunas tablas temporales son siempre escritas a disco independientemente "
+"del valor de estas variables. Para eliminarlas deberá re-escribir las "
+"consultas para evitar estas condiciones (en una tabla temporal: la presencia "
+"de una columna «BLOB» o «TEXT», o la presencia de una columna mayor a 512 "
+"bytes) como se menciona al comienzo del artículo de Pythian Group"
#: libraries/advisory_rules.txt:274
#, php-format
@@ -15531,8 +15537,8 @@ msgid ""
"mentioned in the MySQL Documentation"
msgstr ""
-"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin "
-"embargo, algunas tablas temporales son siempre a disco permanentemente "
+"Aumentar «max_heap_table_size» y «tmp_table_size» podría ayudar. Sin embargo, "
+"algunas tablas temporales son siempre a disco permanentemente "
"independientemente del valor de estas variables. Para eliminarlas deberá re-"
"escribir las consultas para evitar estas condiciones (en una tabla temporal: "
"la presencia de una columna «BLOB» o «TEXT» o la presencia de una columna "
@@ -15563,8 +15569,8 @@ msgid ""
"Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a "
"good start."
msgstr ""
-"Defina «key_buffer_size» dependiendo del tamaño de los índices MyISAM. 64M "
-"es un buen comienzo."
+"Defina «key_buffer_size» dependiendo del tamaño de los índices MyISAM. 64M es "
+"un buen comienzo."
#: libraries/advisory_rules.txt:301
msgid "key_buffer_size is 0"
@@ -15739,8 +15745,7 @@ msgstr ""
#: libraries/advisory_rules.txt:366
msgid "Enable the thread cache by setting {thread_cache_size} > 0."
msgstr ""
-"Active el caché de hilos configurado «thread_cache_size» a un valor mayor a "
-"0."
+"Active el caché de hilos configurado «thread_cache_size» a un valor mayor a 0."
#: libraries/advisory_rules.txt:367
msgid "The thread cache is set to 0"
@@ -15901,8 +15906,8 @@ msgstr ""
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
-"%s%% de todos los clientes son abandonados. Este valor debería ser menor a "
-"2%%"
+"%s%% de todos los clientes son abandonados. Este valor debería ser menor a 2%"
+"%"
#: libraries/advisory_rules.txt:420
msgid "Rate of aborted clients"
@@ -16084,6 +16089,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "«concurrent_insert» está definido como 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Desactivar expansión de base de datos"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Borrar los datos de seguimiento para esta tabla"
diff --git a/po/et.po b/po/et.po
index 28680054c4..d20656fb4c 100644
--- a/po/et.po
+++ b/po/et.po
@@ -5,15 +5,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-11 08:13+0200\n"
"Last-Translator: Kristjan Räts \n"
"Language-Team: Estonian \n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -95,7 +95,7 @@ msgstr "Veerg"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr "Primaarne"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ei"
@@ -209,16 +209,16 @@ msgstr "Ei"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Jah"
@@ -263,15 +263,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmini seadistuse salvestus on deaktiveeritud. %sVaata põhjust%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabel"
@@ -369,13 +369,13 @@ msgstr "Uuendatud"
msgid "Status"
msgstr "Olek"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -388,7 +388,7 @@ msgstr "Tegevus"
msgid "Show"
msgstr "Näita"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Kustuta jälgimine"
@@ -406,15 +406,25 @@ msgstr "Jälgimise raport"
msgid "Structure snapshot"
msgstr "Struktuuri hetkepilt"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ei ole aktiivne"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktiivne"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Jälgimata tabelid"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Jälgi tabelit"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Andmebaasi logi"
@@ -536,7 +546,7 @@ msgid "Add geometry"
msgstr "Lisa geomeetria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -558,9 +568,9 @@ msgstr "Lisa geomeetria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -599,11 +609,11 @@ msgstr "Puudulikud parameetrid"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Tõenäoliselt üritasid üles laadida liiga suurt faili. Palun loe "
-"%sdokumentatsioonist%s, kuidas sellest piirangust vabaneda."
+"Tõenäoliselt üritasid üles laadida liiga suurt faili. Palun loe %"
+"sdokumentatsioonist%s, kuidas sellest piirangust vabaneda."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -644,8 +654,8 @@ msgid ""
"[doc@faq1-16]FAQ 1.16[/doc]."
msgstr ""
"Importimisest andmeid vastu ei võetud. Faili nime kas ei saadetud või faili "
-"maht ületab sinu PHP seadistuses lubatud maksimaalset mahtu. Vaata "
-"[doc@faq1-16]KKK 1.16[/doc]."
+"maht ületab sinu PHP seadistuses lubatud maksimaalset mahtu. Vaata [doc@faq1-"
+"16]KKK 1.16[/doc]."
#: import.php:554
msgid ""
@@ -910,8 +920,8 @@ 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."
+"Server töötab koos Suhosin'iga. Võimalike probleemide kohta loe %"
+"sdokumentatsioonist%s."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1297,12 +1307,12 @@ msgstr "Lisa diagramm ruudustikku"
msgid "Please add at least one variable to the series!"
msgstr "Palun lisa seeriasse vähemalt üks muutuja!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1797,18 +1807,18 @@ msgid "Show query box"
msgstr "Näita päringu kasti"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Muuda"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d ei ole õige reanumber."
@@ -2052,7 +2062,7 @@ msgstr "Andmepunkti sisu"
msgid "Ignore"
msgstr "Ignoreeri"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopeeri"
@@ -2068,7 +2078,7 @@ msgstr "Rea sõne"
msgid "Polygon"
msgstr "Hulktahukas"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geomeetria"
@@ -2214,10 +2224,10 @@ msgstr "Veeru nime kopeerimiseks tee sellel topeltklõps."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Veeru nähtavuse muutmiseks
vajuta alla suunatud noolele."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Näita kõiki"
@@ -2316,7 +2326,7 @@ msgstr "Peida paneel"
msgid "Show hidden navigation tree items."
msgstr "Kuva peidetud navigeerimispaneeli elemendid."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Lingi peapaneeli"
@@ -2378,7 +2388,7 @@ msgstr ", viimane stabiilne versioon:"
msgid "up to date"
msgstr "ajakohane"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Loo vaade"
@@ -2802,8 +2812,8 @@ msgid "Requery"
msgstr "Korduspäring"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2812,16 +2822,16 @@ msgid "Delete"
msgstr "Kustuta"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2891,7 +2901,7 @@ msgid "History"
msgstr "Ajalugu"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2932,7 +2942,7 @@ msgid "During current session"
msgstr "Jooksvas sessioonis"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2974,9 +2984,9 @@ msgstr "Kuva päringu ajalugu alguses"
msgid "Show current browsing query"
msgstr "Kuva valitud lehitsemise päring"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2985,9 +2995,9 @@ msgstr "Kuva valitud lehitsemise päring"
msgid "Ascending"
msgstr "Kasvav"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3181,161 +3191,161 @@ msgstr "Tabelitest:"
msgid "Inside column:"
msgstr "Veerust:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Salvesta muudetud andmed"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Taasta veeru järjekord"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtreeritud read"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Otsi sellest tabelist"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Algus"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Eelmine"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Järgmine"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Lõpp"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Kõik"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Ridade hulk:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sorteeri võtme alusel"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Osalised tekstid"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Täistekstid"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Seose võti"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Seose näitamise veerg"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Näita binaarsisu"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Näita BLOB sisu"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Peida veebilehitseja transformatsioon"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Harilik tekst"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Harilik binaar"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Rida on kustutatud."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Sulge"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Võib olla umbkaudne. Vaata [doc@faq3-11]KKK 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Sinu SQL päring teostati edukalt."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Sellel vaatel on vähemalt nii palju ridu. Palun loe %sdokumentatsiooni%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Kuvatakse read %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "Kokku %1$d, päringus %2$d"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "kokku: %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "päring kestis %01.4f sekundit."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Valitutega:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3343,48 +3353,50 @@ msgstr "Valitutega:"
msgid "Check All"
msgstr "Vali kõik"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Muuda"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Ekspordi"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Päringu tulemuste tegevused"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Prindi vaade"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Prindi vaade (täispikkade tekstidega)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Näita diagrammi"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualiseeri GIS andmed"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Linki ei leitud!"
@@ -3546,7 +3558,7 @@ msgstr ""
"kustutatakse."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3606,9 +3618,9 @@ msgstr "Lisa"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Õigused"
@@ -3670,7 +3682,7 @@ msgstr "Kesksed veerud"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Andmebaasid"
@@ -3778,7 +3790,7 @@ msgid "Recent"
msgstr "Hiljutised"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Lemmikute tabel"
@@ -4214,20 +4226,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"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"
+"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Topelttäpsusega ujukomaarv, lubatud väärtused on vahemikus "
-"-1.7976931348623157E+308 luni -2.2250738585072014E-308, 0, ja "
+"Topelttäpsusega ujukomaarv, lubatud väärtused on vahemikus -"
+"1.7976931348623157E+308 luni -2.2250738585072014E-308, 0, ja "
"2.2250738585072014E-308 kuni 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4272,9 +4284,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
-"Ajatempel, ulatus on \"1970-01-01 00:00:01\" UTC kuni \"2038-01-09 "
-"03:14:07\" UTC, säilitatakse sekundite hulgana alates ajastu algusest "
-"(\"1970-01-01 00:00:00\" UTC)"
+"Ajatempel, ulatus on \"1970-01-01 00:00:01\" UTC kuni \"2038-01-09 03:14:07"
+"\" UTC, säilitatakse sekundite hulgana alates ajastu algusest (\"1970-01-01 "
+"00:00:00\" UTC)"
#: libraries/Types.class.php:350 libraries/Types.class.php:788
#, php-format
@@ -4514,7 +4526,7 @@ msgstr "Maksimaalne: %s%s"
msgid "MySQL said: "
msgstr "MySQL vastas: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Selgita SQL"
@@ -4526,7 +4538,7 @@ msgstr "Jäta SQL selgitus vahele"
msgid "Without PHP Code"
msgstr "Ilma PHP koodita"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Loo PHP kood"
@@ -5029,7 +5041,7 @@ msgid "Set value: %s"
msgstr "Sea väärtus: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Taasta vaikimisi väärtus"
@@ -5121,8 +5133,8 @@ msgid ""
"%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may cause "
"random session invalidation (currently session.gc_maxlifetime is %d)."
msgstr ""
-"%sSisselogimise küpsise kehtivus%s on suurem, kui %ssession.gc_maxlifetime"
-"%s. See võib põhjustada juhuslikke sessiooni vananemisi (session."
+"%sSisselogimise küpsise kehtivus%s on suurem, kui %ssession.gc_maxlifetime%"
+"s. See võib põhjustada juhuslikke sessiooni vananemisi (session."
"gc_maxlifetime on hetkel %d)."
#: libraries/config/ServerConfigChecks.class.php:410
@@ -5152,8 +5164,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Kui tunned, et see on vajalik, siis kasuta täiendavaid kaitse sätteid - "
-"%shostiga autentimise%s sätteid ja %susaldusväärsete prokside nimekirja%s. "
+"Kui tunned, et see on vajalik, siis kasuta täiendavaid kaitse sätteid - %"
+"shostiga autentimise%s sätteid ja %susaldusväärsete prokside nimekirja%s. "
"Siiski ei pruugi IP-põhine kaitse olla usaldusväärne, kui sinu IP kuulub "
"ISP'le, kellega on ühendatud koos sinuga tuhandeid kasutajaid."
@@ -6216,7 +6228,7 @@ msgid "Maximum displayed SQL length"
msgstr "Näidatava SQL'i maksimaalne pikkus"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Kasutajad ei saa määrata kõrgemat väärtust"
@@ -6285,58 +6297,58 @@ msgstr "Mälu piirang"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr "Asendab navigeerimispaneelil andmebaasi puu valijaga"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Kuva andmebaaside navigeerimine puuna"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr "Lingi peapaneeliga tõstes esile aktiivse andmebaasi või tabeli."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Näita logo navigeerimise paneelis."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Näita logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL, millele navigeerimise paneeli logo suunab."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logo lingi URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
"Ava lingitud leht peaaknas ([kbd]main[/kbd]) või uues ([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logo lingi sihtkoht"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Näita serveri valikut nevigeerimispaneeli ülaosas."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Näita serverite valikut"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Kiiravamisikooni sihtkoht"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Teise kiiravamisikooni sihtkoht"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6344,15 +6356,15 @@ msgstr ""
"Minimaalne filtrikastis näidatavate elementide (tabelid, protseduurid ja "
"sündmused) arv."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minimaalne filtri kastis näidatavate elementide arv"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Andmebaasi filtri kastis näidatavate andmebaaside minimaalne hulk"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6360,94 +6372,99 @@ msgstr ""
"Grupeeri navigeerimispuu elemendid (määratud allpool kirjeldatud eraldaja "
"alusel)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Grupeeri puu elemendid"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Sõne, mis eraldab andmebaasid kolme erinevasse puu tasandisse."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Andmebaasipuu eraldaja"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Sõne, mis eraldab tabelid kolme erinevasse puu tasandisse."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Tabelipuu eraldaja"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maksimaalne tabelipuu kõrgus"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Tõsta kursori all olev server esile."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Luba esiletõstmine"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Kas keelata võimalus andmebaasi laiendamiseks või mitte."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Keela andmebaasi laiendamine"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Tabeli navigeerimisriba"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Hiljuti kasutatud tabelite suurim hulk. Keelamiseks sisesta 0."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Lemmiktabelite suurim hulk. Keelamiseks sisesta 0."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Hiljuti kasutatud tabelid"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Need on lingid Muuda, Kopeeri ja Kustuta."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Kus näidata tabeli rea linke"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Kasuta algset tabeli ja andmebaasi nimede sorteerimise järjekorda."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Algne järjekord"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Kasuta ainult ikoone, ainult teksti või mõlemat."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Tabeli navigeerimisriba"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
"Kasuta HTTP ülekannete parema kiiruse saavutamiseks GZip väljundi "
"puhverdamist."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip väljundi puhverdamine"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6455,19 +6472,19 @@ msgstr ""
"[kbd]SMART[/kbd] - st. TIME, DATE, DATETIME ja TIMESTAMP tüüpi veergude "
"kahanevat järjekorda. Muul juhul on need kasvavas järjekorras."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Vaikimisi sorteerimise järjekord"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Kasuta püsiühendusi MySQL andmebaasidesse."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Püsiühendused"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6476,11 +6493,11 @@ msgstr ""
"Keela vaikimisi hoiatus, mida näidatakse andmebaasi struktuuri lehel siis, "
"kui phpMyAdmini seadistuse salvestuse jaoks vajalikku tabeleid ei leitud."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Puudulikud phpMyAdmini seadistuse salvestuse tabelid"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6488,11 +6505,11 @@ msgstr ""
"Keela vaikimisi hoiatus, mis kuvatakse MySQL teegi ja serveri erinevuste "
"tuvastamisel."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Serveri/teegi erinevuse hoiatus"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6500,27 +6517,27 @@ msgstr ""
"Keela vaikimisi hoiatus, mida näidatakse struktuuri lehel siis, kui tabeli "
"veergude nimed on MySQLi reserveeritud sõnad."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL reserveeritud sõna hoiatus"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Kuidas kuvada menüü sakke"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Kuidas kuvada erinevate tegevuste linke"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Keela BLOB ja BINARY veergude muutmine."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Kaitse binaarseid veergusid"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6531,122 +6548,122 @@ msgstr ""
"päringu ajaloo näitamiseks Javascripti funktsioone (ajalugu kaob akna "
"sulgemisel)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Püsiv päringute ajalugu"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Mitu päringut ajaloos hoitakse."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Päringu ajaloo pikkus"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Vali funktsioon, mida kasutatakse märgitabeli teisendamisel."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Ümberkodeerimise mootor"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Tabelite sirvimisel jäetakse meelde iga tabeli sortimisalus."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Jäta meelde tabeli sortimisalus"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Vaikimisi sortimisrežiim primaarvõtmega tabelitele."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Primaarvõtme vaimisi sortimisrežiim"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Korda päiseid"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Võrgustikmuutmine: tegevuse päästik"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Suhtestuskuva"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Kuvamise seaded"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Võrgustukmuutmine: salvesta kõik muudetud lahtrid"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Serveri kataloog, kuhu eksporditud failid salvestatakse."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Salvestamise kataloog"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Kui ei kasutata, siis jäta tühjaks."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Hosti autentimise järjekord"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Vaikimisi jäta tühjaks."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Hosti autentimise reeglid"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Luba paroolita sisselogimised"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Luba sisse logida 'root' kasutajana"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Seansi väärtus"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
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"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "HTTP lihtsa autentimise ajal kuvatav ligipääsuala nimi."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP ligipääsuala"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6655,19 +6672,19 @@ msgstr ""
"[a@http://swekey.com]SweKey riistvara autentimise[/a] seadistusfaili asukoht "
"(see ei asu sinu dokumentide juurkaustas, soovitatav: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey seadistuse fail"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Kasutatav autentimise meetod."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Autentimise tüüp"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6675,11 +6692,11 @@ msgstr ""
"Jäta tühjaks, kui puudub [a@http://wiki.phpmyadmin.net/pma/bookmark]"
"järjehoidja[/a] tugi, soovitatav: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Järjehoidja tabel"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6687,32 +6704,32 @@ msgstr ""
"Jäta tühjaks, kui puuduvad kommentaarid/mime-tüübid, soovitatav: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Veeru teabe tabel"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Tihenda MySQL ühendus serveriga."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Tihenda ühendus"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Kuidas ühendada serveriga. Kui ei tea valida, siis jäta [kbd]tcp[/kbd]."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Ühenduse tüüp"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Kontrollkasutaja parool"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6720,11 +6737,11 @@ msgstr ""
"Eriline MySQL kasutaja, mis on piiratud õigustega. Lisainfot saab [a@http://"
"wiki.phpmyadmin.net/pma/controluser]vikist[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontrollkasutaja"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6732,11 +6749,11 @@ msgstr ""
"Seadistuse salvestuse säilitamise asendushost. Jäta tühjaks, kui soovid "
"kasutada juba määratud hosti."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrollhost"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6746,15 +6763,15 @@ msgstr ""
"Vaikimisi pordi kasutamiseks jäta tühjaks; kui kontrollhost on sama mis "
"host, siis sisesta juba defineeritud port."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Kontrollport"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Peida andmebaasid, mis kattuvad regulaaravaldisega (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6762,15 +6779,15 @@ msgstr ""
"Rohkem infot aadressilt [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"PMA bug tracker[/a] ja [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Keela INFORMATION_SCHEMA kasutus"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Peida andmebaasid"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6778,23 +6795,23 @@ msgstr ""
"Jäta tühjaks, kuid puudub SQL päringu ajaloo tugi, soovitatav: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL päringu ajaloo tabel"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Hostinimi, kus MySQL server töötab."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Serveri hostinimi"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Väljalogimise URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6802,15 +6819,15 @@ msgstr ""
"Piirab andmebaasi salvestatud tabeli eelistuste hulka, vanimad sissekanded "
"kustutatakse automaatselt."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Suurim hulk tabeli eelistusi, mida salvestada"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Tabel näitepõhiste päringute salvestamiseks"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6818,11 +6835,11 @@ msgstr ""
"Jäta tühjaks, kui sa ei soovi salvestada näitepõhiseid päringuid, "
"soovitatav: [kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Kesksete veergude tabel"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6830,15 +6847,15 @@ msgstr ""
"Jäta tühjaks, et keskseid veerge mitte kasutada, soovitatav: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Ürita ühendada ilma paroolita."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Ühenda ilma paroolita"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6848,30 +6865,30 @@ msgstr ""
"ette kurakaldkriipsu (\\). S.t kasuta [kbd]'my\\_db'[/kbd], aga mitte "
"[kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Näita ainult loendatud andmebaase"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Jäta tühjaks, kui ei kasuta 'config' autentimist."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "'config' autentimise parool"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF skeem: lehtede tabel"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6881,22 +6898,22 @@ msgstr ""
"Lisateavet leiad aadressilt [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/"
"a]. Kui tugi puudub, siis jäta tühjaks, soovitatav: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Andmebaasi nimi"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Serveri port"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6904,11 +6921,11 @@ msgstr ""
"Jäta tühjaks, kui seansside vahel puuduvad \"püsivad\" hiljuti kasutatud "
"tabelid, soovitatav: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Hiljuti kasutatud tabel"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -6916,11 +6933,11 @@ msgstr ""
"Jäta tühjaks, kui sa ei soovi seansside vahelisi \"püsivad\" hiljuti "
"kasutatud tabeleid, soovitatav: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Lemmikute tabel"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6928,11 +6945,11 @@ msgstr ""
"Jäta tühjaks, kui puudub [a@http://wiki.phpmyadmin.net/pma/relation]seoste "
"linkide[/a] tugi, soovitatav: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Seose tabel"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6940,33 +6957,33 @@ msgstr ""
"Vaata näiteks [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"autentimise tüüpe[/a]."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Sisselogimise seansi nimi"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Sisselogimise URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Serveri sokkel"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Luba SSL ühendus MySQL serverisse."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Kasuta SSL'i"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -6974,11 +6991,11 @@ msgstr ""
"Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: [kbd]pma__table_coords"
"[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Disainer ja PDF skeem: tabeli koordinaadid"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -6986,11 +7003,11 @@ msgstr ""
"Tabel, mis kirjeldab veergude näitamist. Jäta tühjaks, kui puudub tugi, "
"soovitatav: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Näita veergude tabelit"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -6998,11 +7015,11 @@ msgstr ""
"Jäta tühjaks, kui seansside vahel puuduvad \"püsivad\" tabelite UI "
"eelistused, soovitatav: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI eelistuste tabel"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7010,42 +7027,42 @@ msgstr ""
"Kas lisada lause DROP DATABASE IF EXISTS andmebaasi loomise logisse "
"esimeseks."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Lisa DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
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."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Lisa DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
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."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Lisa DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Määrab lausete nimekirja, mida kasutatakse uute versioonide loomisel "
"automaatselt."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Käsud, mida jälgida"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7053,22 +7070,22 @@ msgstr ""
"Jäta tühjaks, kui puudub SQL päringu jälgimise tugi, soovitatav: [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL päringu jälgimise tabel"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
"Kas jälgimise mehhanism loob versioneerib tabelida ja vaated automaatselt."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Loo versioonid automaatselt"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7076,11 +7093,11 @@ msgstr ""
"Jäta tühjaks, kui kasutaja eelistusi andmebaasis ei hoita, soovitatav: [kbd]"
"pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Kasutaja eelistusi säilitav tabel"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7090,11 +7107,11 @@ msgstr ""
"tabel kui ka kasutajate gruppide tabel. Jättes ühe neist tühjaks, keelad "
"menüüde kohandamise; soovitatav: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Kasutajate tabel"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7104,11 +7121,11 @@ msgstr ""
"tabel kui ka kasutajate tabel. Jättes ühe neist tühjaks, keelad menüüde "
"kohandamise; soovitatav: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Kasutajagruppide tabel"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7116,15 +7133,15 @@ msgstr ""
"Jäta tühjaks, et keelata navigeerimiselementide peitmine ja kuvamine, "
"soovitatav: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Peidetud navigeerimiselementide tabel"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "'config' autentimise kasutaja"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7132,19 +7149,19 @@ msgstr ""
"Selle serveri kasutajasõbralik kirjeldus. Kui jätad tühjaks, siis näidatakse "
"selle asemel hostinime."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Selle serveri sõnaline nimi"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Kas kasutajale peaks näitama \"näita kõiki (ridu)\" nuppu."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Luba näidata kõiki ridu"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7154,68 +7171,68 @@ msgstr ""
"autentimist, sest parool on seadistusfailis raskesti kodeeritud. See ei "
"piira sama käsu otse käivitamist."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Näita parooli muutmise vormi"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Näita andmebaasi loomise vormi"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Näita loomise ajatemplit"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Näita viimase uuendamise ajatemplit"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Näita viimase kontrolli ajatemplit"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
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."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Näita välja tüüpe"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Näita funktsiooni väljasid muutmisel/lisamisel."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Näita funktsiooni väljasid"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Kas näidata vihjet või mitte."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Näita vihjet"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7223,60 +7240,60 @@ msgstr ""
"Näita linki [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"väljundisse."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Näita phpinfo() linki"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Näita detailset MySQL serveri teavet"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Määrab, kas phpMyAdmini poolt koostatud SQL päringuid näidatakse."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Näita SQL päringuid"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Säilita päringu kast"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "Luba näidata andmebaasi ja tabeli statistikat (nt ruumi kasutus)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Näita statistikat"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Jäta lukustatud tabelid vahele"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Kuva avalehel hoiatus, kui tuvastatakse Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin'i hoiatus"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7285,11 +7302,11 @@ 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."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Sisselogimise küpsise kehtivuse hoiatus"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7297,11 +7314,11 @@ msgstr ""
"Tekstiala suurus (veerud) muutmise vaates. See väärtus tõstetakse esile SQL "
"päringu tekstialades (*2) ja päringu aknas (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Tekstiala veerud"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7309,31 +7326,31 @@ msgstr ""
"Tekstiala suurus (read) muutmise vaates. See väärtus tõstetakse esile SQL "
"päringu tekstialades (*2) ja päringu aknas (*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Tekstiala read"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Veebilehitseja akna pealkiri, kui valitud on andmebaas."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Veebilehitseja akna pealkiri, kui valitud pole mitte midagi."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Vaikimisi pealkiri"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Veebilehitseja akna pealkiri, kui valitud on server."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Veebilehitseja akna pealkiri, kuid valitud on tabel."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7345,27 +7362,27 @@ msgstr ""
"Forwarded-For) päist, mis tuleb proksist 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Usaldusväärsete prokside nimekiri lubatud/keelatud IP'de jaoks"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Kataloog serveris, kuhu saad importimiseks faile üles laadida."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Üleslaadimise kataloog"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Luba otsida tervest andmebaasist."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Kasuta andmebaasi otsingut"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7373,26 +7390,26 @@ msgstr ""
"Kui keelatud, siis kasutajad ei saa kasutada ühtegi allolevat valikut, "
"sõltumata paremal asuvast märkeruudust."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Luba sätetes kujundaja vaheleht"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Kontrolli uusimat versiooni"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Lubab phpMyAdmini pealehel kontrollida viimast versiooni."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versiooni kontroll"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7404,11 +7421,11 @@ msgstr ""
"on paigaldatud, ei oma otseühendust Internetiga. Formaat on \"hostinimi:port"
"\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proksi aadress"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7418,19 +7435,19 @@ msgstr ""
"Kui kasutajanimi on antud, kastutatakse lihtsa autentimise (Basic "
"Authentication) meetodit. Muud meetodid ei ole hetkel toetatud."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proksi kasutajanimi"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Salasõna proksi serveris autentimiseks."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proksi parool"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7438,35 +7455,35 @@ msgstr ""
"Luba [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tihendamine "
"importimistel ja eksportimistel."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Sisesta oma domeeni reCaptcha teenusele oma avalik võti."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "reCaptcha avalik võti"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Sisesta oma domeeni reCaptcha teenusele oma salajane võti."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "reCaptcha salajane võti"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Vali vaikimisi tegevus vearaportite saatmisel."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Saada vearaport"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7474,7 +7491,7 @@ msgstr ""
"Luba Nullseadistuse režiim, mis lubab sul häälestada phpMyAdmin'i "
"seadistuste salvestamise tabelid automaatselt."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Luba Nullseadustuse režiim"
@@ -7894,8 +7911,8 @@ msgstr ", @TABLE@ saab tabeli nimeks"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Seda väärtust on tõlgendatud %1$sstrftime%2$s'ga ja seetõttu saad kasutada "
"aja vormindamise sõne. Lisaks toimuvad järgnevad muudatused: %3$s. Ülejäänud "
@@ -8430,8 +8447,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"PBXT kohta leiab dokumentatsiooni ja edasist teavet %sPrimeBase XT kodulehelt"
"%s."
@@ -9588,11 +9605,11 @@ msgstr "Tere tulemast %s'i"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Arvatavasti ei loonud sa seadistuse faili. Võid selle loomiseks kasutada "
-"%1$spaigaldaja skripti%2$s."
+"Arvatavasti ei loonud sa seadistuse faili. Võid selle loomiseks kasutada %1"
+"$spaigaldaja skripti%2$s."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -10832,7 +10849,7 @@ msgstr "Kasutajanimi"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Parool"
@@ -10862,8 +10879,8 @@ msgstr "Serveri ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -11648,7 +11665,7 @@ msgstr "Puudub"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Kasutaja grupp"
@@ -11690,14 +11707,14 @@ msgstr "Piirab samaaegsete ühenduste hulka, mida kasutajal võib olla."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabelipõhised õigused"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Märkus: MySQL õigused on inglise keeles."
@@ -11706,7 +11723,7 @@ msgid "Administration"
msgstr "Administreerimine"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globaalsed õigused"
@@ -11715,7 +11732,7 @@ msgid "Global"
msgstr "Globaalne"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Andmebaasipõhised õigused"
@@ -11733,13 +11750,13 @@ msgid ""
msgstr "Lubab õiguste tabelit laadimata lisada kasutajaid ja õigusi."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Sisselogimise teave"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Kasuta tekstivälja"
@@ -11766,7 +11783,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Tühistasid %s õigused."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Lisa kasutaja"
@@ -11787,208 +11804,208 @@ msgstr "Anna kõik õigused metamärgiga nimele (kasutajanimi\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Anna kõik õigused \"%s\" andmebaasis."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Kasutajad, kellel on ligipääs \"%s\" andmebaasile"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Kasutaja on lisatud."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Kasutaja"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Õigused (GRANT)"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Puuduvad õigused kasutajate kuvamiseks."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Kasutajat ei leitud."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Kõik"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globaalne"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "andmebaasipõhine"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "metamärk"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "tabelipõhine"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Muuda õigusi"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Tühista"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Muuda kasutaja grupp"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… hoia eelmine alles."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… kustuta eelmine kasutajate tabelist."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… tühista eelmise kõik aktiivsed õigused ja seejärel kustuta see."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… kustuta eelmine kasutajate tabelist ja seejärel lae õigused uuesti."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Muuda sisselogimise teavet / Kopeeri kasutajat"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Loo uus kasutaja samade õigustega ja …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Veerupõhised õigused"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Lisa õiguseid järgneva(te)s andmebaasi(de)s:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Metamärkide % ja _ täheliseks kasutamiseks peaksid nende ette asetama "
"kurakaldkriipsu ehk \\."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Lisa õigusi järgnevas tabelis:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Kustuta valitud kasutajad"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Tühista kasutajatelt kõik aktiivsed õigused ning seejärel kustuta need "
"kasutajad."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Kustuta kasutajatega samanimelised andmebaasid."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Kustutavaid kasutajaid pole valitud!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Õiguste uuesti laadimine"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Valitud kasutajad on edukalt kustutatud."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Uuendasid %s õigusi."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s kustutamine"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Õigused on edukalt uuesti laetud."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Kasutaja %s on juba olemas!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s õigused"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Uus"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Muuda õigusi:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
"Märkus: sa proovid muuta õiguseid kontol, mida kasutasid sisse logimiseks."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Kasutajate ülevaade"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Märkus: phpMyAdmin võtab kasutajate õigused otse MySQL'i õiguste tabelist. "
"Tabelite sisu võib erineda sellest, mida server kasutab, kui neid on käsitsi "
"muudetud. Sellisel juhul peaksid enne jätkamist %sõigused uuesti laadima%s."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Valitud kasutajat õiguste tabelist ei leitud."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Lisasid uue kasutaja."
@@ -13903,14 +13920,6 @@ msgstr "Deaktiveeri kohe"
msgid "Delete version"
msgstr "Kustuta versioon"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktiivne"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ei ole aktiivne"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Jälgimise käsud"
@@ -14037,11 +14046,11 @@ msgstr ""
"Sinu eelistused salvestatakse ainult praeguse seansi jaoks. Nende püsivaks "
"säilitamiseks on tarvis %sphpMyAdmini seadistuse salvestust%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Ei saanud seadistust salvestada"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14377,20 +14386,20 @@ msgstr[1] "Veergude nimed '%s' on MySQLi reserveeritud võtmesõnad."
msgid "No column selected."
msgstr "Veergu ei ole valitud."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s jälgimine on aktiveeritud."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Jälgimise versioonid kustutati edukalt."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Versioone ei ole valitud."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL käsud on käivitatud."
@@ -14801,11 +14810,11 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
-"Praegune vaba päringu puhvri mälu võrreldes päringu puhvri kogumahuga on %s"
-"%%. See peaks olema üle 80%%"
+"Praegune vaba päringu puhvri mälu võrreldes päringu puhvri kogumahuga on %s%"
+"%. See peaks olema üle 80%%"
#: libraries/advisory_rules.txt:181
msgid "Query cache fragmentation"
@@ -14955,8 +14964,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% kõikidest sorteerimistest põhjustab ajutisi tabeleid. See väärtus peaks "
"jääma alla 10%%."
@@ -15533,8 +15542,8 @@ msgstr ""
#, php-format
msgid "%s%% of all clients are aborted. This value should be below 2%%"
msgstr ""
-"%s%% kõikidest klientides on lahti ühendatud. See väärtus peaks olema alla "
-"2%%"
+"%s%% kõikidest klientides on lahti ühendatud. See väärtus peaks olema alla 2%"
+"%"
#: libraries/advisory_rules.txt:420
msgid "Rate of aborted clients"
@@ -15711,6 +15720,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert väärtuseks on määratud 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Keela andmebaasi laiendamine"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Kustuta selle tabeli jälgimise andmed"
diff --git a/po/eu.po b/po/eu.po
index bd40d972e3..28770a2305 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-31 14:23+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Basque \n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -96,7 +96,7 @@ msgstr "Zutabea"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -181,16 +181,16 @@ msgstr "Lehen mailakoa"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ez"
@@ -210,16 +210,16 @@ msgstr "Ez"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Bai"
@@ -272,15 +272,15 @@ msgstr ""
"Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . "
"Zergatia jakiteko egizu klik %shemen%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Taula"
@@ -389,13 +389,13 @@ msgstr "Eguneratua"
msgid "Status"
msgstr "Egoera"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -408,7 +408,7 @@ msgstr "Ekintza"
msgid "Show"
msgstr "Erakutsi"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -428,15 +428,25 @@ msgstr "Jarraipen informea"
msgid "Structure snapshot"
msgstr "Egitura kaptura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ez aktibo"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktibo"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Jarraipen gabeko taulak"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Taularen jarraipena egin"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Datu-base egunkaria"
@@ -566,7 +576,7 @@ msgid "Add geometry"
msgstr "Gehitu geometria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -588,9 +598,9 @@ msgstr "Gehitu geometria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -631,14 +641,14 @@ msgstr "\"Insert\"ak osatu"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Agian fitxategi haundiegia igotzen saiatu zara. Mesedez begiratu "
-"%sdocumentation%s tamaina mugak aldatzeko."
+"Agian fitxategi haundiegia igotzen saiatu zara. Mesedez begiratu %"
+"sdocumentation%s tamaina mugak aldatzeko."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1378,12 +1388,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1927,18 +1937,18 @@ msgid "Show query box"
msgstr "SQL kontsulta"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Editatu"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2207,7 +2217,7 @@ msgstr "Edukinen taula"
msgid "Ignore"
msgstr "Ezikusi"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2223,7 +2233,7 @@ msgstr "Lerro kateak"
msgid "Polygon"
msgstr "Poligono"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2380,10 +2390,10 @@ msgstr "Zutabe izenak"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Dena erakutsi"
@@ -2494,7 +2504,7 @@ msgstr "Indizeak"
msgid "Show hidden navigation tree items."
msgstr "Sareta erakutsi"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2564,7 +2574,7 @@ msgstr ""
msgid "up to date"
msgstr "Datu-baserik ez"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3044,8 +3054,8 @@ msgid "Requery"
msgstr "kontsultan"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3054,16 +3064,16 @@ msgid "Delete"
msgstr "Ezabatu"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3145,7 +3155,7 @@ msgid "History"
msgstr "SQL-historia"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3191,7 +3201,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3244,9 +3254,9 @@ msgstr "SQL kontsulta"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3255,9 +3265,9 @@ msgstr ""
msgid "Ascending"
msgstr "Goranzko"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3474,30 +3484,30 @@ msgstr "Taulen barnean:"
msgid "Inside column:"
msgstr "Zutabearen barnean:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Gehitu/ezabatu irizpide-zutabea"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Eremuak"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Datu-basean bilatu"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3505,7 +3515,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Hasi"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3514,7 +3524,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Aurrekoa"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3523,7 +3533,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Hurrengoa"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3531,86 +3541,86 @@ msgctxt "Last page"
msgid "End"
msgstr "Amaiera"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Guztiak"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "Errenkada kopurua orriko"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Gakoaren arabera ordenatu"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Testu partzialak"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Testu osoak"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Erlazio-eskema"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Erlazio-eskema"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Nabigatzailearen eraldaketa"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Errenkada ezabatua izan da"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Hil"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3619,48 +3629,48 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "Zure SQL-kontsula arrakastaz burutu da"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Ikuspegi honek gutxienez errenkada kopuru hau dauka. Mesedez %sdocumentation"
-"%s erreferentzia egin."
+"Ikuspegi honek gutxienez errenkada kopuru hau dauka. Mesedez %sdocumentation%"
+"s erreferentzia egin."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Errenkadak erakusten"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "guztira"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Kontsulta exekutatzeko denbora %01.4f seg"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Ikurdunak:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3668,50 +3678,52 @@ msgstr "Ikurdunak:"
msgid "Check All"
msgstr "Guztiak egiaztatu"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Aldatu"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Esportatu"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Inprimatzeko ikuspegia"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Inprimatzeko ikuspena (testu osoak)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF eskema erakutsi"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3877,7 +3889,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Zerbitzaria"
@@ -3937,9 +3949,9 @@ msgstr "Txertatu"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Pribilegioak"
@@ -4003,7 +4015,7 @@ msgstr "Gehitu/ezabatu irizpide-zutabea"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Datu-baseak"
@@ -4126,7 +4138,7 @@ msgid "Recent"
msgstr "Reset egin"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4584,14 +4596,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4847,7 +4859,7 @@ msgstr ""
msgid "MySQL said: "
msgstr "MySQL-ek zera dio: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL-a azaldu"
@@ -4859,7 +4871,7 @@ msgstr "SQL-ren azalpena saltatu"
msgid "Without PHP Code"
msgstr "PHP Koderik gabe"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP kodea sortu"
@@ -5400,7 +5412,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6566,7 +6578,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6632,1015 +6644,1016 @@ msgstr "Baliabideen mugak"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Sareta erakutsi"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Datu-basea esportatzeko aukerak"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Datu-basea esportatzeko aukerak"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Taularen epigrafea"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Taula aztertu"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Taularen \"Order By\" aldatu"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Taularen epigrafea"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Taula berrizendatu izen honetara: "
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, 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."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Erlazio-eskema"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Datu-basea esportatzeko aukerak"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Saioaren balioa"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "Dokumentazioa"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Ezinezkoa MySql zerbitzarian saioa hastea"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Konexioak"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Edozein ostalari"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Edozein ostalari"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Datu-baserik ez"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "Zerbitzariaren hautaketa"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Gehitu/ezabatu irizpide-zutabea"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Pasahitza ez aldatu"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "Datu-basea"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "Zerbitzariaren hautaketa"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Taula aztertu"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Aldagaiak"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Taula konpondu"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Zerbitzariaren hautaketa"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr ""
"Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Zutabearen iruzkinak erakusten"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Sententziak"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
msgid "Automatically create versions"
msgstr "Zerbitzariaren bertsioa"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Taulak erabili"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Host taula erabili"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "PHP informazioa erakutsi"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "Taulak erakutsi"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Sareta erakutsi"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Kontsulta osoak erakutsi"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL kontsulta"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "Errenkadaren estatistikak"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Gehitu/ezabatu irizpide-zutabea"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Lehenetsia"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7648,52 +7661,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7701,74 +7714,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Erabiltzaile-izena:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Pasahitza"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "Zerbitzariaren hautaketa"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Local monitor configuration incompatible"
msgid "Enable Zero Configuration mode"
@@ -8259,8 +8272,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8771,8 +8784,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9948,8 +9961,8 @@ msgstr "Ongietorriak %s(e)ra"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11252,7 +11265,7 @@ msgstr "Erabiltzaile-izena"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Pasahitza"
@@ -11284,8 +11297,8 @@ msgstr "Zerbitzaria"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Zerbitzaria"
@@ -12142,7 +12155,7 @@ msgstr "Batez"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12186,14 +12199,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Taularen pribilegio espezifikoak"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12204,7 +12217,7 @@ msgid "Administration"
msgstr "Kudeaketa"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Pribilegio orokorrak"
@@ -12215,7 +12228,7 @@ msgid "Global"
msgstr "orokorra"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Datu-basearen pribilegio espezifikoak"
@@ -12235,13 +12248,13 @@ msgstr ""
"berkargatu gabe."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Saioa hasteko informazioa"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Testu-eremua erabili"
@@ -12266,7 +12279,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Zuk %s-(r)en pribilegioak ezeztatu dituzu."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Gehitu erabiltzailea"
@@ -12287,95 +12300,95 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" datu-basearen pribilegioak egiaztatu."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\"-(e)ra sarbidea duten erabiltzaileak"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
msgid "User has been added."
msgstr "%s eremua ezabatu da"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Erabiltzailea"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Baimendu"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Ez da erabiltzailerik aurkitu."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Edozein"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "orokorra"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Datubasearentzat espezifikoa"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "komodina"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Datubasearentzat espezifikoa"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Editatu Pribilegioak"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Ezeztatu"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Editatu hurrengo lerroa"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… mantendu aurrekoa."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… zaharra ezabatu erabiltzaileen tauletatik."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… zaharraren pribilegio aktibo guztiak errebokatu eta ondoren ezabatu."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12383,116 +12396,116 @@ msgstr ""
"… zaharra ezabatu erabiltzaileen tauletatik eta ondoren berkargatu "
"pribilegioak."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Erabiltzaile berri bat sortu pribilegio berdinekin eta …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Zutabearen pribilegio espezifikoak"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Pribilegioak gehitu datu-base honetan"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Pribilegioak gehitu taula honetan"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Hautatutako erabiltzaileak baztertu"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Erabiltzaileen pribilegio aktibo guztiak ezeztatu eta ondoren denak ezabatu."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Erabiltzaileen izen berdina duten datu-baseak ezabatu."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Pribilegioak berkargatzen"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s-aren pribilegioak eguneratu dituzu."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s ezabatzen"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Pribilegioak arrakastaz berkargatu dira."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "%s erabiltzailea badago lehendik ere!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Pribilegioak"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Editatu Pribilegioak"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Erabiltzailearen info orokorra"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Oharra: phpMyAdmin-ek erabiltzaileen pribilegioak' zuzenean MySQL-ren "
"pribilegioen taulatik' eskuratzen ditu. Taula hauen edukiak, tartean eskuz "
@@ -12500,11 +12513,11 @@ msgstr ""
"daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s "
"beharko zenituzke."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Erabiltzaile berria gehitu duzu."
@@ -14465,14 +14478,6 @@ msgstr ""
msgid "Delete version"
msgstr "Zerbitzariaren bertsioa"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktibo"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ez aktibo"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14606,11 +14611,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14940,25 +14945,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Ez dago datu-baserik aukeratuta."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "Jarraipena aktibatuta dago."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Hautatutako erabiltzaileak arrakastaz ezabatu dira."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No databases selected."
msgid "No versions selected."
msgstr "Ez dago datu-baserik aukeratuta."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15353,8 +15358,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15482,8 +15487,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16143,6 +16148,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Datu-basea esportatzeko aukerak"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Ezabatu taula honetako jarraipen datuak"
diff --git a/po/fa.po b/po/fa.po
index e434181e0a..28b9e14486 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-12-18 09:39+0200\n"
"Last-Translator: HM \n"
"Language-Team: Persian \n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -93,7 +93,7 @@ msgstr "ستون"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "اصلي"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "خير"
@@ -207,16 +207,16 @@ msgstr "خير"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "بلي"
@@ -267,15 +267,15 @@ msgstr ""
"امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شدهاست . براي پيداكردن "
"دليل آن %shere%s را بزنيد."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "جدول"
@@ -378,13 +378,13 @@ msgstr "به روز شده"
msgid "Status"
msgstr "وضعیت"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -397,7 +397,7 @@ msgstr "عمل"
msgid "Show"
msgstr "نمايش"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -417,15 +417,25 @@ msgstr "گزارشات دنبال شده"
msgid "Structure snapshot"
msgstr "تصویر لحظه ای ساختار"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "غیر فعال"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "فعال"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "جدول های پیگیری نشده"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "پیگیری جدول"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "سابقه عملکرد پایگاه داده"
@@ -549,7 +559,7 @@ msgid "Add geometry"
msgstr "اضافه کردن هندسه"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -571,9 +581,9 @@ msgstr "اضافه کردن هندسه"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -620,8 +630,8 @@ msgstr "تمام وروديها"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"احتمالاً شما سعی کرده اید یک فایل حجیم را آپلود کنید. لطفاً برای یافتن راه حلی "
"برای این محدودیت به %sdocumentation%s مراجعه کنید."
@@ -1357,12 +1367,12 @@ msgstr "اضافه کردن نمودار به جدول"
msgid "Please add at least one variable to the series!"
msgstr "لطفا حداقل یک مقدار به این سری اضافه نمایید"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1868,18 +1878,18 @@ msgid "Show query box"
msgstr "نمایش جعبه پرس و جو"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "ويرايش"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d شماره ردیف معتبر نمی باشد."
@@ -2145,7 +2155,7 @@ msgstr "محتوای داده ها"
msgid "Ignore"
msgstr "در نظر نگرفتن"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "کپی"
@@ -2161,7 +2171,7 @@ msgstr "رشته خطی"
msgid "Polygon"
msgstr "چند گوشه"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "هندسه"
@@ -2335,10 +2345,10 @@ msgstr "نام ستونها"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "با کلیک بر روی منوی کشویی
فلش به ضامن دید ستون"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "نمايش همه"
@@ -2456,7 +2466,7 @@ msgstr "مخفی کردن فهرست ها"
msgid "Show hidden navigation tree items."
msgstr "Show grid"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize text input fields"
@@ -2529,7 +2539,7 @@ msgstr "نسخه قبلی:"
msgid "up to date"
msgstr "به روز"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -2959,8 +2969,8 @@ msgid "Requery"
msgstr "کوئری داخلی"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2969,16 +2979,16 @@ msgid "Delete"
msgstr "حذف"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3065,7 +3075,7 @@ msgid "History"
msgstr "معتبرسازي SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3110,7 +3120,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3165,9 +3175,9 @@ msgstr "جدول تاریخ دستورات اس کیو ال"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3176,9 +3186,9 @@ msgstr ""
msgid "Ascending"
msgstr "صعودي"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3393,131 +3403,131 @@ msgstr "درجدول های:"
msgid "Inside column:"
msgstr "در ستونها:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "اضافه يا حذف ستونها"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filter"
msgid "Filter rows"
msgstr "فیلتر"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "جستجو در پايگاه داده"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "شروع"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "قبلی"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "بعدی"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "انتها"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "همه"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "تعداد سطرها در هر صفحه"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
msgid "Partial texts"
msgstr "متغییر"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "كاملا متن"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
msgid "Hide browser transformation"
msgstr "اطلاعات ورود"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "سطر حذف گرديد"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "از کار انداختن"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3526,46 +3536,46 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "اجرای فرایند شما با موفقيت اجرا گرديد"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"در این نما حداقل این تعداد از سطرها موجود می باشد . لطفا به %sنوشتار%s "
"مراجعه کنید ."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "جمع كل"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "موارد انتخاب شده :"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3573,50 +3583,52 @@ msgstr "موارد انتخاب شده :"
msgid "Check All"
msgstr "انتخاب همه"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "تغيير"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "صدور"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "نماي چاپ"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display chart"
msgstr "نمايش توضيحات ستون"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3784,7 +3796,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "سرور"
@@ -3844,9 +3856,9 @@ msgstr "درج"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "امتيازات"
@@ -3910,7 +3922,7 @@ msgstr "اضافه يا حذف ستونها"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "پايگاههاي داده"
@@ -4034,7 +4046,7 @@ msgid "Recent"
msgstr "پاک سازی"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
msgid "Favorite tables"
msgstr "متغییر"
@@ -4496,14 +4508,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4758,7 +4770,7 @@ msgstr "حداکثر: %s %s"
msgid "MySQL said: "
msgstr "پيغام MySQL : "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "شرح دادن SQL"
@@ -4770,7 +4782,7 @@ msgstr "رد شدن از توضیحات SQL"
msgid "Without PHP Code"
msgstr "بدون كد PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "ساخت كد PHP"
@@ -5308,7 +5320,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6478,7 +6490,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6542,791 +6554,791 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hint"
msgid "Show databases navigation as tree"
msgstr "Show grid"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Customize text input fields"
msgid "Show logo in navigation panel."
msgstr "سفارشی کردن فیلدهای ورودی متن"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "آمار پايگاههاي داده"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+msgid "Enable navigation tree expansion"
+msgstr "توضيحات جدول"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "جدول های استفاده شده اخیر"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "نوبت خنثی"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
msgid "Table navigation bar"
msgstr "توضيحات جدول"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "اجازه دهید همه ردیف ها نمایش داده شوند"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "هنگام مرور جدول ها,نوع هر جدول به یاد می ماند"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "به یاد ماندن نوع جدول"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "يك كليد اصلي در %s اضافه شد"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "تکرار عنوان ها"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relations"
msgid "Relational display"
msgstr "رابطه ها"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Databases display options"
msgid "For display Options"
msgstr "گزینه های نمایش پایگاه داده"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
#, fuzzy
#| msgid "Save all edited cells at once"
msgid "Grid editing: save all edited cells at once"
msgstr "ذخیره سریع تمام سلول های ویرایش شده"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "ذخیره ی پوشه"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "در صورت استفاده نکردن خالی بگذارید"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank for defaults."
msgstr "در صورت استفاده نکردن خالی بگذارید"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication"
msgid "Authentication method to use."
msgstr "ورود"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "ورود به MySQL server ناموفق بود"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "کنترل هاست"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "کنترل هاست"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "مخفی کردن پایگاه داده ها"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "جدول تاریخ دستورات اس کیو ال"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "نام میزبان سرور"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "خروج URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "اضافه يا حذف ستونها"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "سعی کردن برای اتصال بدون رمز عبور"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "اتصال بدون رمز عبور"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "نام پايگاه داده"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "پورت سرور"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "جدول هایی که به تازگی استفاده شده"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
msgid "Favorites table"
msgstr "متغییر"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "ارتباط جدول"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "نمایش جدول ستون ها"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "جملاتی که باید ردگیری شوند"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "به صورت خودکار نسخه ایجاد شود"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "بكارگيري جدولها"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7334,196 +7346,196 @@ msgstr ""
"توضیحات کاربر پسند از این سرور . این فیلد را خالی بگذارید تا نام میزبان به "
"جای آن قرار بگیرد ."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "اجازه دهید همه ردیف ها نمایش داده شوند"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "نمايش اطلاعات PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "نمايش جدولها"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Show grid"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "پرس و جوي SQL"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "آمار سطرها"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "اضافه يا حذف ستونها"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "پيشفرض"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7531,52 +7543,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7584,34 +7596,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "نام كاربر"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "اسم رمز"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for "
@@ -7623,43 +7635,43 @@ msgstr ""
"فعال کردن فشرده سازی [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] برای "
"عملیات خروجی و ورودی"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "پورت سرور"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Failed to read configuration file"
msgid "Enable Zero Configuration mode"
@@ -8119,8 +8131,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8629,8 +8641,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9822,8 +9834,8 @@ msgstr "به %s خوشآمديد"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"احتمالا فایل تنظیمات ایجاد نکرده اید.می توانید از %1$ssetup script%2$s برای "
"ایجاد آن استفاده نمایید."
@@ -11067,7 +11079,7 @@ msgstr "نام كاربر"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "اسم رمز"
@@ -11099,8 +11111,8 @@ msgstr "سرور"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "ميزبان"
@@ -11920,7 +11932,7 @@ msgstr "خير"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11957,14 +11969,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -11975,7 +11987,7 @@ msgid "Administration"
msgstr "مدیریت"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11984,7 +11996,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -12003,13 +12015,13 @@ msgstr ""
"دادن اجازه برای ایجاد کاربران و اعطای امتیازات بدون بارگذاری اطلاعات جداول."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "اطلاعات ورود"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -12034,7 +12046,7 @@ msgid "You have revoked the privileges for %s."
msgstr "شما امتيازات %s را ابطال كرديد."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "افزودن کاربر"
@@ -12055,214 +12067,214 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "نمای %s حذف گرديد."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "كاربر"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
#, fuzzy
msgid "Grant"
msgstr "چاپ"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "هيچ كاربري وچود ندارد."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "همه"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "ويرايش امتيازات"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "ابطال"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "ویرایش کردن ردیف بعدی"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Check privileges for database \"%s\"."
msgid "Add privileges on the following database(s):"
msgstr "تنظیمات دسترسی به پایگاه داده \"%s\" را بررسی کنید."
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "امتيازات %s به هنگام گرديد."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "در حال پاک کردن %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "امتيازات"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
#, fuzzy
#| msgid "New"
msgctxt "Create new user"
msgid "New"
msgstr "جدید"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "ويرايش امتيازات"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "شما يك كاربر جديد اضافه كرديد."
@@ -14215,14 +14227,6 @@ msgstr ""
msgid "Delete version"
msgstr "نسخه سرور"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "فعال"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "غیر فعال"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14351,11 +14355,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14685,25 +14689,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "هیچ سطری انتخاب نشده است"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "پیگردی فعال می باشد."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "پايگاه داده %s حذف گرديد."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "هیچ سطری انتخاب نشده است"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15101,8 +15105,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15230,8 +15234,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15895,6 +15899,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "مقدار concurrent_insert صفر شده است"
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "آمار پايگاههاي داده"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "اطلاعات پیگیری شده برای این جدول را پاک کنید"
diff --git a/po/fi.po b/po/fi.po
index 95f04bd97d..b29b796e55 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-18 15:39+0200\n"
"Last-Translator: Juha \n"
"Language-Team: Finnish \n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Sarake"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Perusavain"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ei"
@@ -205,16 +205,16 @@ msgstr "Ei"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Kyllä"
@@ -261,15 +261,15 @@ msgstr ""
"phpMyAdminin asetusmuisti on poistettu käytöstä. Virheenkorjaukseksi, ole "
"hyvä ja katso %slisätietoja%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Taulu"
@@ -366,13 +366,13 @@ msgstr "Päivitetty"
msgid "Status"
msgstr "Tila"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -385,7 +385,7 @@ msgstr "Toiminnot"
msgid "Show"
msgstr "Näytä"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Poista seurantatiedot"
@@ -403,15 +403,25 @@ msgstr "Seurantaraportti"
msgid "Structure snapshot"
msgstr "Rakenteen kuvaus"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ei käytössä"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "käytössä"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Seuraamattomat taulut"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Seuraa taulua"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Tietokantaloki"
@@ -535,7 +545,7 @@ msgid "Add geometry"
msgstr "Lisää geometria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -557,9 +567,9 @@ msgstr "Lisää geometria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -598,11 +608,11 @@ msgstr "Vaillinaiset parametrit"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Yritit ehkä lähettää palvelimelle liian suurta tiedostoa. Katso %sohjeista"
-"%s, kuinka tämän rajoituksen voi poistaa."
+"Yritit ehkä lähettää palvelimelle liian suurta tiedostoa. Katso %sohjeista%"
+"s, kuinka tämän rajoituksen voi poistaa."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -891,8 +901,8 @@ msgid ""
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"phpMyAdmin asetusmuisti ei ole kokonaan konfiguroitu, linkitettyihin "
-"tauluihin liittyvät lisäominaisuudet eivät ole käytössä. Katso miksi "
-"%slisätietoja%s. "
+"tauluihin liittyvät lisäominaisuudet eivät ole käytössä. Katso miksi %"
+"slisätietoja%s. "
#: index.php:549
msgid ""
@@ -1303,12 +1313,12 @@ msgstr "Lisää taulukko ruudukkoon"
msgid "Please add at least one variable to the series!"
msgstr "Lisää sarjaan vähintään yksi muuttuja!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1807,18 +1817,18 @@ msgid "Show query box"
msgstr "Näytä kyselykenttä"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Muokkaa"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d on virheellinen rivinumero."
@@ -2062,7 +2072,7 @@ msgstr "Tietopisteen sisältö"
msgid "Ignore"
msgstr "Älä huomioi"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopioi"
@@ -2078,7 +2088,7 @@ msgstr "Rivimerkkijono"
msgid "Polygon"
msgstr "Monikulmio"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2226,10 +2236,10 @@ msgstr "Kopioi kentän nimi kaksoisnapsauttamalla."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Muuta sarakkeen näkyvyyttä
napsauttamalla pudotusvalikon nuolta."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Näytä kaikki"
@@ -2245,8 +2255,8 @@ msgstr ""
#: js/messages.php:439
msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
msgstr ""
-"Ole hyvä ja anna pätevä heksadesimaalinen merkkijono. Pätevät merkit ovat "
-"0-9, A-F."
+"Ole hyvä ja anna pätevä heksadesimaalinen merkkijono. Pätevät merkit ovat 0-"
+"9, A-F."
#: js/messages.php:440
msgid ""
@@ -2333,7 +2343,7 @@ msgstr "Piilota paneeli"
msgid "Show hidden navigation tree items."
msgstr "Näytä piilotetut navigointipuun kohteet."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Linkitä pääpaneelin kanssa"
@@ -2403,7 +2413,7 @@ msgstr ", viimeisin vakaa versio:"
msgid "up to date"
msgstr "ajan tasalla"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Luo näkymä"
@@ -2767,8 +2777,8 @@ msgstr "Merkkijonon muotoilu epäonnistui '%s' säännöllä."
msgid ""
"Invalid rule declaration on line %1$s, expected line %2$s of previous rule."
msgstr ""
-"Epäkelpo säännön määrittely rivillä %1$s, odotti edellisen säännön riviä "
-"%2$s."
+"Epäkelpo säännön määrittely rivillä %1$s, odotti edellisen säännön riviä %2"
+"$s."
#: libraries/Advisor.class.php:415
#, php-format
@@ -2833,8 +2843,8 @@ msgid "Requery"
msgstr "Suorita hakulause uudelleen"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2843,16 +2853,16 @@ msgid "Delete"
msgstr "Poista"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2922,7 +2932,7 @@ msgid "History"
msgstr "Historia"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2963,7 +2973,7 @@ msgid "During current session"
msgstr "Nykyisen istunnon aikana"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3005,9 +3015,9 @@ msgstr "Näytä kyselyhistoria käynnistyksessä"
msgid "Show current browsing query"
msgstr "Näytä tämän hetkinen selaushakulause"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3016,9 +3026,9 @@ msgstr "Näytä tämän hetkinen selaushakulause"
msgid "Ascending"
msgstr "Nouseva"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3214,162 +3224,162 @@ msgstr "Tauluissa:"
msgid "Inside column:"
msgstr "Sarakkeen sisällä:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Tallenna muokatut tiedot"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Palauta sarakkeiden järjestys"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Suodata rivejä"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Hae tästä taulusta"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Aloitus"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Edellinen sivu"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Seuraava sivu"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Viimeinen sivu"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Kaikki"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Rivien määrä:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Lajittele avaimen mukaan"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Osittaiset tekstit"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Koko tekstit"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relaatioavain"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relatiivinen näyttösarake"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Näytä binäärisisältö"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Näytä BLOB-sisältö"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "piilota webselaimen muunnos"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Hyvin tunnettu teksti"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Hyvin tunnettu ohjelmakoodi"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Rivi on nyt poistettu."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Lopeta"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Saattaa olla likimääräinen. Katso [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "SQL-kyselysi on suoritettu onnistuneesti."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Tässä näkymässä on vähintään tämän luvun verran rivejä. Katso lisätietoja "
-"%sohjeista%s."
+"Tässä näkymässä on vähintään tämän luvun verran rivejä. Katso lisätietoja %"
+"sohjeista%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Näytetään rivit %1s–%2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d kokonaisuudessaan, %2$d hakulauseessa"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d tulos"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Kysely kesti %01.4f sekuntia."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Valitut:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3377,48 +3387,50 @@ msgstr "Valitut:"
msgid "Check All"
msgstr "Valitse kaikki"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Muokkaa"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Vienti"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Kyselytulosten toimenpiteet"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Tulostusversio"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Tulostusversio (kokonaisin tekstein)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Näytä kaavio"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualisoi paikkatieto"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Linkkiä ei löydy!"
@@ -3583,7 +3595,7 @@ msgstr ""
"poistaa."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Palvelin"
@@ -3643,9 +3655,9 @@ msgstr "Lisää rivi"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Käyttöoikeudet"
@@ -3707,7 +3719,7 @@ msgstr "Keskisarakkeet"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Tietokannat"
@@ -3815,7 +3827,7 @@ msgid "Recent"
msgstr "Äskettäinen"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Suosikkitaulut"
@@ -4252,20 +4264,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Pieni liukuluku, mahdolliset arvot ovat välillä -3.402823466E+38 - "
-"-1.175494351E-38, 0 ja 1.175494351E-38 - 3.402823466E+38"
+"Pieni liukuluku, mahdolliset arvot ovat välillä -3.402823466E+38 - -"
+"1.175494351E-38, 0 ja 1.175494351E-38 - 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Kaksoistarkkuuksinen liukuluku, mahdolliset arvot ovat välillä "
-"-1.7976931348623157E+308 - -2.2250738585072014E-308, 0, ja "
+"Kaksoistarkkuuksinen liukuluku, mahdolliset arvot ovat välillä -"
+"1.7976931348623157E+308 - -2.2250738585072014E-308, 0, ja "
"2.2250738585072014E-308 - 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4552,7 +4564,7 @@ msgstr "Enimmäiskoko: %s%s"
msgid "MySQL said: "
msgstr "MySQL ilmoittaa: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Selitä SQL-kysely"
@@ -4564,7 +4576,7 @@ msgstr "Älä selitä SQL-kyselyä"
msgid "Without PHP Code"
msgstr "Ilman PHP-koodia"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Luo PHP-koodi"
@@ -5067,7 +5079,7 @@ msgid "Set value: %s"
msgstr "Aseta arvo: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Palauta oletusarvo"
@@ -6442,7 +6454,7 @@ msgid "Maximum displayed SQL length"
msgstr "Näytettävän SQL-kyselyn enimmäispituus"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Käyttäjät eivät voi määrittää suurempaa arvoa"
@@ -6528,37 +6540,37 @@ msgstr "Muistirajoitus"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Näytä piilotetut navigointipuun kohteet."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in navigation panel"
msgid "Show logo in navigation panel."
msgstr "Näytä navigointi paneelissa logo"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Näytä logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "URL where logo in the navigation panel will point to"
msgid "URL where logo in the navigation panel will point to."
msgstr "URL-osoite, johon logo navigointi paneelissa osoittaa"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logon linkin osoite"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6570,31 +6582,31 @@ msgstr ""
"Avaa linkitetty sivu pääikkunassa: ([kbd]main[/kbd]) tai uudessa ikkunassa: "
"([kbd]new[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logon linkin kohde"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the navigation panel"
msgid "Display server choice at the top of the navigation panel."
msgstr "Näytä palvelimen valinta navigointi paneelin yläreunassa"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Näytä palvelinten valinta"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Pikakäyttökuvakkeen kohde"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Pikakäyttökuvakkeen kohde"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6602,15 +6614,15 @@ msgstr ""
"Määrittää kohteiden (taulukot, näkymät, rutiinit ja tapahtumat) suodattimen "
"vähimmäismäärän."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Suodatimessa näytettävien kohteiden vähimmäismäärä"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Taululuettelossa näkyvien taulujen minimimäärä"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Group items in the navigation tree (determined by the separator defined "
@@ -6622,110 +6634,111 @@ msgstr ""
"Näytä tietokannat navigointipuuna (puu määritellään alla osoitetulla "
"erottimella)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Navigointipuun ryhmittäminen"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "Merkkijono, joka jakaa tietokannat eri puutasoille"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Tietokantapuun erotin"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "Merkkijono, joka jakaa taulut eri puutasoille"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Taulupuun erotin"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Taulupuun enimmäissyvyys"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Korosta kohdistimen alla oleva palvelin"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Käytä korostusta"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Näytä tietokannat luettelona"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Taulukon navigointipalkki"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Viimeksi käytettyjen taululuettelo, 0 poistaa käytöstä"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Viimeksi käytettyjen taululuettelo, 0 poistaa käytöstä"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Viimeksi käytetty taulut"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "Nämä ovat Muokkaa, kopioi ja Poista linkit"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Tässä näytetään taulukon rivien linkit"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Luonnollinenjärjestys"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "Käytä vain kuvakkeita, vain tekstiä tai molempia"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Taulukon navigointipalkki"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "käytä Gzip-ulostulon puskurointia nopeuttaaksesi HTTP-siirtoja"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip-ulostulon puskurointi"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6737,32 +6750,32 @@ msgstr ""
"[kbd]SMART[/kbd] - eli laskeva järjestys kentille, joiden tyyppi on TIME, "
"DATE, DATETIME ja TIMESTAMP, muulloin nouseva järjestys"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Oletuslajittelujärjestys"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Käytä MySQL-tietokantojen jatkuvia yhteyksiä"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Jatkuvat yhteydet"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6774,11 +6787,11 @@ msgstr ""
"Poistaa oletus varoituksen, joka näytetään jos mcrypt puuttuu eväste "
"todennuksesta"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6790,29 +6803,29 @@ msgstr ""
"Poistaa oletus varoituksen, joka näytetään jos mcrypt puuttuu eväste "
"todennuksesta"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Miten menun välilehdet näytetään"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Poista BLOB ja BINARY kentät muokkauksesta"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Suojaa binäärisarakkeet"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6822,136 +6835,136 @@ msgstr ""
"määritykset). Jos poistettu käytöstä, tämä käyttää JavaScript-rutiineja "
"kyselyhistorian näyttämisessä (katoaa, kun ikkuna suljetaan)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Pysyvä kyselyhistoria"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Kuinka monta kyselyä historiassa pidetään"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Kyselyhistorian pituus"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr "Valitse, mitä funktioita käytetään merkistömuunnoksessa"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Merkistön uudelleenkoodaus"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Muista taulun järjestys"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Oletuslajittelujärjestys"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Toista otsikoita"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Relatiivinen näyttösarake"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Palvelinten näyttöasetukset"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "Hakemisto, jonne viennit voi tallentaa palvelimella"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Tallennushakemisto"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Jätä tyhjäksi, jos tätä ei käytetä"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Palvelintodennuksen järjestys"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Käytä oletusarvoja jättämällä tyhjäksi"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Palvelintodennuksen säännöt"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Salli kirjautumiset ilman salasanaa"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Salli pääkäyttäjän kirjautuminen"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Tämän istunnon arvo"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -6965,21 +6978,21 @@ msgstr ""
"[a@http://swekey.com]SweKey-laitteistotodennuksen[/a] asetustiedoston polku "
"(ei dokumenttijuuressa; suositeltu: /etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey-asetustiedosto"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Käytettävä todennustyyppi"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Todennustyyppi"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6987,11 +7000,11 @@ msgstr ""
"Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/bookmark]"
"kirjanmerkki[/a]tukea, oletusarvo: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Kirjanmerkkitaulu"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -7003,36 +7016,36 @@ msgstr ""
"Jätä tyhjäksi, jos et halua sarakkeiden kommentteja ja mime-tyyppejä, "
"oletusarvo: [kbd]pma_column__info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Saraketietojen taulu"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Pakkaa MySQL-palvelimen yhteys"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Pakkaa yhteys"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Kuinka palvelimeen yhdistetään; käytä [kbd]tcp[/kbd]:tä, jos olet epävarma"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Yhteystyyppi"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Hallintakäyttäjän salasana"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7046,38 +7059,38 @@ msgstr ""
"lisätietoja saatavilla [a@http://wiki.phpmyadmin.net/pma/controluser]wikissä"
"[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Hallintakäyttäjä"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Hallintapalvelin"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Hallinta portti"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Piilota tietokannat, jotka vastaavat säännöllistä lauseketta (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7086,15 +7099,15 @@ msgstr ""
"virheenjäljittimestä[/a] ja [a@http://bugs.mysql.com/19588]MySQL:n "
"ohjelmavirheistä[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Poista INFORMATION_SCHEMA käytöstä"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Piilota tietokannat"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma__history"
@@ -7106,41 +7119,41 @@ msgstr ""
"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea, oletusarvo: [kbd]"
"pma__history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL-kyselyhistorian taulu"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "MySQL-palvelimen verkkonimi"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Palvelimen verkkonimi"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Uloskirjautumisen verkko-osoite"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Tallennettavien taulumääritysten maksimi määrä"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Näytä alipalvelimen tilan taulu"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7152,13 +7165,13 @@ msgstr ""
"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: [kbd]"
"pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Keskisarakkeet"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7170,17 +7183,17 @@ msgstr ""
"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: [kbd]"
"pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Yritä yhdistää ilman salasanaa"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Yhdistä ilman salasanaa"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7190,21 +7203,21 @@ msgstr ""
"koodinvaihtomerkin, mikäli haluat käyttää niiden todellista ilmentymää, "
"käytä esimerkiksi [kbd]'my\\_db'[/kbd] mutta ei [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Näytä vain luetteloidut tietokannat"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "Jätä tyhjäksi, jot et käytä config-todennusta"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Config-todennuksen salasana"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7215,11 +7228,11 @@ msgstr ""
"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: [kbd]"
"pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-kaavio: sivujen taulu"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7234,23 +7247,23 @@ msgstr ""
"Katso täydet tiedot aiheesta [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/"
"a]. Jätä tyhjäksi, jos et halua tukea. Oletusarvo: [kbd]phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "tietokannan nimi"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 ""
"Portti, jota MySQL-palvelin kuuntelee; käytä oletusarvoa jättämällä tyhjäksi"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Palvelinportti"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7262,11 +7275,11 @@ msgstr ""
"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea, oletusarvo: [kbd]"
"pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Viimeisimmäksi käytetty taulu"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7278,13 +7291,13 @@ msgstr ""
"Jätä tyhjäksi, jos et halua SQL-kyselyhistorian tukea, oletusarvo: [kbd]"
"pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Suosikkitaulut"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7296,11 +7309,11 @@ msgstr ""
"Jätä tyhjäksi, jos et halua [a@http://wiki.phpmyadmin.net/pma/relation]"
"relaatiolinkki[/a]tukea, oletusarvo: [kbd]pma__relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relaatiotaulu"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7312,15 +7325,15 @@ msgstr ""
"Katso [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]todennustyyppien[/"
"a] esimerkit"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon-istunnon nimi"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Signon-kirjautumisen verkko-osoite"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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."
@@ -7328,21 +7341,21 @@ msgstr ""
"Palvelinpistoke, jota MySQL-palvelin kuuntelee; käytä oletusarvoa jättämällä "
"tyhjäksi"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Palvelinpistoke"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Yhdistä MySQL-palvelimeen käyttäen SSL-yhteyttä"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Käytä SSL-yhteyttä"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7354,13 +7367,13 @@ msgstr ""
"Jätä tyhjäksi, jos et halua PDF-kaavioiden tukea, oletusarvo: [kbd]"
"pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF-kaavio: taulun koordinaatit"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7372,11 +7385,11 @@ msgstr ""
"Taulukko kuvaamaan näytettäviä sarakkeita, jätä tyhjäksi jos et halua tukea; "
"oletusarvo: [kbd]pma__table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Näyttökenttien taulu"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
@@ -7388,49 +7401,49 @@ msgstr ""
"Jätä tyhjäksi, ei \"pysyviä\" taulukoita käyttöliittymäasetuksiin eri "
"istuntoihin, oletusarvo: [kbd]pma__table_uiprefs[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Käyttöliittymän ominaisuuksien taulu"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Jäljitettävä lauseke"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7442,21 +7455,21 @@ msgstr ""
"Jätä tyhjäksi, jos et halua SQL-kysely seuranta tukea, oletusarvo: [kbd]"
"pma__history[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL-kyselyhistorian taulu"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automaattisesti luodut versiot"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7468,33 +7481,33 @@ msgstr ""
"Jätä tyhjäksi,jos ei käyttäjän asetuksia varastoida tietokantaan, "
"oletusarvo: [kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Käyttäjätaulukko"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Käyttäjäryhmät taulukko"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank to disable the feature to hide and show navigation items, "
@@ -7506,15 +7519,15 @@ msgstr ""
"Jätä tyhjäksi jos haluat poistaa käytöstä, piilota ja näytä navigointi "
"kohteet, oletusarvo: [kbd]pma_history[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Config-todennuksen käyttäjä"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7522,21 +7535,21 @@ 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."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Tämän palvelimen yksityiskohtainen nimi"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "Näyttääkö käyttäjälle \"Näytä kaikki (rivit)\"-painike"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Salli kaikkien rivien näyttäminen"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7552,71 +7565,71 @@ msgstr ""
"todennusta käytettäessä, koska salasana lukee suoraan asetustiedostossa; "
"tämä ei estä saman komennon suorittamista suoraan."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Näytä salasananvaihtolomake"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Näytä tietokannanluontilomake"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Näytä luonnin aikaleima"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Näytä viimeisin tarkastus aikaleima"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Näytä kenttätyypit"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "Näytä funktiokentät muokkaus- ja liäsystilassa"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Näytä funktiokentät"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Where to show the table row links"
msgid "Whether to show hint or not."
msgstr "Tässä näytetään taulukon rivien linkit"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Näytä vihje"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7628,15 +7641,15 @@ msgstr ""
"Näyät linkki [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]-"
"käskyn tulosteeseen"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Näytä phpinfo()-linkki"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Näytä MySQL-palvelimen tarkat tiedot"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7644,30 +7657,30 @@ msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Määrittele, pitääkö phpMyAdminin luomat SQL-kyselyt näyttää"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Näytä SQL-kyselyt"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Säilytä SQL-kyselylaatikko"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "Salli tietokannan ja taulun tilastojen (eli tilankäytön) näyttäminen"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Näytä tilastot"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7677,19 +7690,19 @@ msgstr ""
"Merkitse käytetyt taulut ja mahdollista lukittuja tauluja sisältävien "
"tietokantojen näyttäminen"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Ohita lukitut taulut"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -7702,53 +7715,53 @@ msgstr ""
"Poistaa oletus varoituksen, joka näytetään jos mcrypt puuttuu eväste "
"todennuksesta"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Kirjautumisevästeen kelpoisuus"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Tekstikenttä kentät"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Tekstikenttä rivit"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Oletusotsikko"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -7766,58 +7779,58 @@ 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]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
"Luotettujen välipalvelimien luettelo IP-osoitteden sallimista ja estämistä "
"varten"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr "Palvelimen hakemisto, jonne tuotavia tiedostoja voi lähettää"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Lähetyshakemisto"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "Antaa hakea koko tietokannasta"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Käytä tietokantahakua"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Tarkista uusin versio"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Version tarkistus"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7825,34 +7838,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Käyttäjänimi"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Salasana"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7864,43 +7877,43 @@ msgstr ""
"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/ZIP_"
"(file_format)]ZIP[/a]-pakkausta"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Palvelinportti"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8358,8 +8371,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Tämä arvo on tukittu %1$sstrftime%2$s mukaan, joten voi käyttää "
"ajanmuodostostusmerkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. "
@@ -8911,8 +8924,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10102,11 +10115,11 @@ msgstr "Tervetuloa, toivottaa %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Et liene luonut asetustiedostoa. Voit luoda asetustiedoston "
-"%1$sasetusskriptillä%2$s."
+"Et liene luonut asetustiedostoa. Voit luoda asetustiedoston %1"
+"$sasetusskriptillä%2$s."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11463,7 +11476,7 @@ msgstr "Käyttäjänimi"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Salasana"
@@ -11495,8 +11508,8 @@ msgstr "Palvelimen tunnus"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Palvelin"
@@ -12406,7 +12419,7 @@ msgstr "Ei mitään"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12446,14 +12459,14 @@ msgstr "Rajoittaa käyttäjän yhtäaikaisten yhteyksien määrän."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Taulukohtaiset käyttöoikeudet"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12464,7 +12477,7 @@ msgid "Administration"
msgstr "Hallinta"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globaalit käyttöoikeudet"
@@ -12475,7 +12488,7 @@ msgid "Global"
msgstr "globaali"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Tietokantakohtaiset käyttöoikeudet"
@@ -12495,13 +12508,13 @@ msgstr ""
"käyttöoikeustauluja uudestaan."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Kirjautumistiedot"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Käytä tekstikenttää"
@@ -12526,7 +12539,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Käyttäjän %s käyttöoikeudet on poistettu."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Lisää käyttäjä"
@@ -12548,98 +12561,98 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Anna tietokannalle \"%s\" kaikki oikeudet."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Käyttäjät, joilla on oikeus käyttää kohdetta \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Näkymä %s on poistettu"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Käyttäjä"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Valtuudet (GRANT)"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Käyttäjiä ei ole."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Mikä tahansa"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globaali"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "tietokantakohtainen"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "korvausmerkki"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "tietokantakohtainen"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Muokkaa käyttöoikeuksia"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Pura käyttöoikeudet"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Muokkaa palvelinta"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… säilytä vanha käyttäjä."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… poista vanha käyttäjä käyttäjätauluista."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… peruuta kaikki vanhan käyttäjän aktiiviset käyttöoikeudet ja tuhoa "
"käyttäjä sen jälkeen."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12647,129 +12660,129 @@ msgstr ""
"… poista käyttäjätauluista vanha käyttäjä ja päivitä sen jälkeen "
"käyttöoikeudet."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Vaihda kirjautumistietoja / Kopioi käyttäjä"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Luo uusi käyttäjä samoilla käyttöoikeuksilla ja …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Sarakekohtaiset käyttöoikeudet"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Lisää käyttöoikeudet seuraavaan tietokantaan"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Korvausmerkkien _ ja % eteen on lisättävä \\-merkki, jotta ne näkyisivät "
"oikein."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Lisää käyttöoikeudet seuraavaan tauluun"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Poista valitut käyttäjät"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Pura kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Poista tietokannat, joilla on sama nimi kuin käyttäjillä."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Yhtään käyttäjää ei valittu poistettavaksi!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Ladataan käyttöoikeuksia uudelleen"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Valitsemiesi käyttäjien poisto onnistui."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Käyttäjän %s käyttöoikeudet on päivitetty."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Poistetaan: %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Käyttöoikeuksien uudelleenlataus onnistui."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Käyttäjä %s on jo olemassa!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Käyttöoikeudet"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Muokkaa käyttöoikeuksia"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Käyttäjien yleiskatsaus"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Huom: PhpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL-palvelimen "
"käyttöoikeustauluista. Näiden taulujen sisältö saattaa poiketa palvelimen "
"käyttämistä käyttöoikeuksista, jos tauluihin on tehty muutoksia käsin. "
"Tällöin %skäyttöoikeudet on ladattava uudestaan%s ennen jatkamista."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Valittua käyttäjää ei löytynyt käyttöoikeustaulusta."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Uusi käyttäjä lisätty."
@@ -14924,14 +14937,6 @@ msgstr "Poista käytöstä nyt"
msgid "Delete version"
msgstr "Luo versio"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "käytössä"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ei käytössä"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Seurantalauseet"
@@ -15072,13 +15077,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Could not save configuration"
msgstr "Asetuksia ei voi ladata tai tallentaa"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15426,25 +15431,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Ei valittua saraketta."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking of %s.%s is activated."
msgid "Tracking of %s is activated."
msgstr "Kohteen %s.%s seuranta on käytössä."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Valitsemiesi käyttäjien poisto onnistui."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Ei yhtään riviä valittu"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL-lauseet suoritettu."
@@ -15859,8 +15864,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15995,8 +16000,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16722,6 +16727,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert on asetettu arvoon 0"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Näytä tietokannat luettelona"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Poista tämän taulun seurantatiedot"
@@ -17551,8 +17561,8 @@ msgstr "concurrent_insert on asetettu arvoon 0"
#~ "No description is available for this transformation.
Please ask the "
#~ "author what %s does."
#~ msgstr ""
-#~ "Tälle muunnokselle ei ole saatavilla kuvausta.
Kysy tekijältä, mitä "
-#~ "%s tekee."
+#~ "Tälle muunnokselle ei ole saatavilla kuvausta.
Kysy tekijältä, mitä %"
+#~ "s tekee."
#~ msgid ""
#~ "MIME types printed in italics do not have a separate transformation "
@@ -17675,8 +17685,8 @@ msgstr "concurrent_insert on asetettu arvoon 0"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
-#~ "Haluatko varmasti poistaa käytöstä kaikki BLOB-viittaukset tietokannasta "
-#~ "%s?"
+#~ "Haluatko varmasti poistaa käytöstä kaikki BLOB-viittaukset tietokannasta %"
+#~ "s?"
#, fuzzy
#~ msgid "Unknown error while uploading."
diff --git a/po/fr.po b/po/fr.po
index c80b72e68d..2fa2e7b6e0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-23 13:51+0200\n"
"Last-Translator: Marc Delisle \n"
-"Language-Team: French "
-"\n"
-"Language: fr\n"
+"Language-Team: French \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 2.3-dev\n"
@@ -92,7 +92,7 @@ msgstr "Colonne"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Primaire"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Non"
@@ -206,16 +206,16 @@ msgstr "Non"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Oui"
@@ -262,15 +262,15 @@ msgstr ""
"Le stockage de configurations phpMyAdmin a été désactivé. %sVoir l'analyse "
"du problème%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Table"
@@ -369,13 +369,13 @@ msgstr "Mis à jour"
msgid "Status"
msgstr "État"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -388,7 +388,7 @@ msgstr "Action"
msgid "Show"
msgstr "Afficher"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Supprimer le suivi"
@@ -406,15 +406,25 @@ msgstr "Rapport de suivi"
msgid "Structure snapshot"
msgstr "Instantané"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "non activé"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "actif"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tables ne faisant pas l'objet d'un suivi"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Suivre la table"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Journal de la base de données"
@@ -540,7 +550,7 @@ msgid "Add geometry"
msgstr "Ajouter géométrie"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -562,9 +572,9 @@ msgstr "Ajouter géométrie"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -585,8 +595,8 @@ msgid ""
"Choose \"GeomFromText\" from the \"Function\" column and paste the string "
"below into the \"Value\" field."
msgstr ""
-"Choisissez «GeomFromText» depuis la colonne «Fonction» et collez la chaîne "
-"ci dessous dans le champ «Valeur»."
+"Choisissez «GeomFromText» depuis la colonne «Fonction» et collez la chaîne ci "
+"dessous dans le champ «Valeur»."
#: import.php:54
msgid "Succeeded"
@@ -603,8 +613,8 @@ msgstr "Paramètres incomplets"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Vous avez probablement tenté de télécharger un fichier trop volumineux. "
"Veuillez vous référer à la %sdocumentation%s pour trouver le moyen de "
@@ -777,7 +787,6 @@ msgid "PHP extension:"
msgstr "Extension PHP : "
#: index.php:345
-#| msgid "PHP Version:"
msgid "PHP version:"
msgstr "Version de PHP :"
@@ -897,8 +906,8 @@ msgid ""
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"Le stockage de configurations phpMyAdmin n'est pas complètement configuré, "
-"certaines fonctionnalités ont été désactivées. %sVoir l'analyse du problème"
-"%s. "
+"certaines fonctionnalités ont été désactivées. %sVoir l'analyse du problème%"
+"s. "
#: index.php:549
msgid ""
@@ -1305,12 +1314,12 @@ msgstr "Ajouter graphique à la grille"
msgid "Please add at least one variable to the series!"
msgstr "Veuillez ajouter au moins une variable à la série !"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1811,18 +1820,18 @@ msgid "Show query box"
msgstr "Montrer zone SQL"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Modifier"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d n'est pas un numéro de ligne valable."
@@ -2069,7 +2078,7 @@ msgstr "Données reliées à ce point"
msgid "Ignore"
msgstr "Ignorer"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copier"
@@ -2085,7 +2094,7 @@ msgstr "Ligne"
msgid "Polygon"
msgstr "Polygone"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Géométrie"
@@ -2231,10 +2240,10 @@ msgstr "Double-cliquez pour copier le nom de la colonne."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Cliquer sur la flèche
pour gérer l'affichage des colonnes."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Tout afficher"
@@ -2339,7 +2348,7 @@ msgstr "Cacher le panneau"
msgid "Show hidden navigation tree items."
msgstr "Montrer les éléments de navigation cachés."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Relier au panneau principal"
@@ -2404,7 +2413,7 @@ msgstr ", dernière version stable : "
msgid "up to date"
msgstr "à jour"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Créer une vue"
@@ -2836,8 +2845,8 @@ msgid "Requery"
msgstr "Exécuter la requête à nouveau"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2846,16 +2855,16 @@ msgid "Delete"
msgstr "Effacer"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2925,7 +2934,7 @@ msgid "History"
msgstr "Historique"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2966,7 +2975,7 @@ msgid "During current session"
msgstr "Durant la session en cours"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3008,9 +3017,9 @@ msgstr "Afficher l'historique des requêtes au début"
msgid "Show current browsing query"
msgstr "Montrer la requête courante"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3019,9 +3028,9 @@ msgstr "Montrer la requête courante"
msgid "Ascending"
msgstr "Croissant"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3218,162 +3227,162 @@ msgstr "Dans les tables : "
msgid "Inside column:"
msgstr "Dans la colonne : "
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Sauvegarder les données modifiées"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restaurer l'ordre des colonnes"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrer les lignes"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Chercher dans cette table"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Début"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Précédent"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Suivant"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Fin"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Tout"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Nombre de lignes : "
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Trier sur l'index"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Textes réduits"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Textes complets"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relations : clés"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relations : colonnes descriptives"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Montrer le contenu binaire"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Montrer le contenu BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Masquer les transformations"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "La ligne a été effacée."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Supprimer"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Peut être approximatif. Voir [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Votre requête SQL a été exécutée avec succès."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Cette vue contient au moins ce nombre de lignes. Veuillez référer à "
-"%sdocumentation%s."
+"Cette vue contient au moins ce nombre de lignes. Veuillez référer à %"
+"sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Affichage des lignes %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d au total, %2$d dans la requête"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "total de %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Traitement en %01.4f secondes."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Pour la sélection : "
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3381,48 +3390,50 @@ msgstr "Pour la sélection : "
msgid "Check All"
msgstr "Tout cocher"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Modifier"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exporter"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Opérations sur les résultats de la requête"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Version imprimable"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Version imprimable (avec textes complets)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Afficher le graphique"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualiser les données GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Lien absent !"
@@ -3589,7 +3600,7 @@ msgstr ""
"supprimé."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Serveur"
@@ -3649,9 +3660,9 @@ msgstr "Insérer"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilèges"
@@ -3713,7 +3724,7 @@ msgstr "Colonnes centrales"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Bases de données"
@@ -3821,7 +3832,7 @@ msgid "Recent"
msgstr "Récentes"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tables préférées"
@@ -4209,16 +4220,16 @@ msgstr "Thème : "
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"
+"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"
#: libraries/Types.class.php:322
msgid ""
"A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to "
"65,535"
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"
+"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"
#: libraries/Types.class.php:324
msgid ""
@@ -4257,16 +4268,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"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"
+"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Un nombre en virgule flottante double-précision, la fourchette des valeurs "
@@ -4316,9 +4327,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
-"Un type d'horodatage, la fourchette est de «1970-01-01 00:00:01» UTC à "
-"«2038-01-09 03:14:07» UTC, en nombre de secondes depuis le moment de "
-"référence («1970-01-01 00:00:00» UTC)"
+"Un type d'horodatage, la fourchette est de «1970-01-01 00:00:01» UTC à «2038-"
+"01-09 03:14:07» UTC, en nombre de secondes depuis le moment de référence "
+"(«1970-01-01 00:00:00» UTC)"
#: libraries/Types.class.php:350 libraries/Types.class.php:788
#, php-format
@@ -4569,7 +4580,7 @@ msgstr "Taille maximum: %s%s"
msgid "MySQL said: "
msgstr "MySQL a répondu: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Expliquer SQL"
@@ -4581,7 +4592,7 @@ msgstr "Ne pas expliquer SQL"
msgid "Without PHP Code"
msgstr "Sans source PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Créer source PHP"
@@ -5095,7 +5106,7 @@ msgid "Set value: %s"
msgstr "Assigner la valeur: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Ramener la valeur par défaut"
@@ -5135,8 +5146,8 @@ msgid ""
msgstr ""
"Cette %soption%s ne devrait pas être activée car elle permet à un attaquant "
"de tenter de forcer l'entrée sur tout serveur MySQL. Si vous en avez "
-"réellement besoin, utilisez la %sliste des serveurs mandataires de confiance"
-"%s."
+"réellement besoin, utilisez la %sliste des serveurs mandataires de confiance%"
+"s."
#: libraries/config/ServerConfigChecks.class.php:378
msgid ""
@@ -5205,8 +5216,8 @@ msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"Si vous utilisez l'authentification [kbd]cookie[/kbd] et que le paramètre "
-"%sLogin cookie store%s n'a pas une valeur de 0, le paramètre %sLogin cookie "
+"Si vous utilisez l'authentification [kbd]cookie[/kbd] et que le paramètre %"
+"sLogin cookie store%s n'a pas une valeur de 0, le paramètre %sLogin cookie "
"validity%s doit avoir une valeur plus petite ou égale à celui-ci."
#: libraries/config/ServerConfigChecks.class.php:423
@@ -5217,8 +5228,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Si vous l'estimez nécessaire, utilisez des paramètres de protection - "
-"%sauthentification de l'hôte%s et %sserveurs mandataires de confiance%s. "
+"Si vous l'estimez nécessaire, utilisez des paramètres de protection - %"
+"sauthentification de l'hôte%s et %sserveurs mandataires de confiance%s. "
"Cependant, la protection par adresse IP peut ne pas être fiable si votre IP "
"appartient à un fournisseur via lequel des milliers d'utilisateurs, vous y "
"compris, sont connectés."
@@ -6284,7 +6295,7 @@ msgid "Maximum displayed SQL length"
msgstr "Taille maximum des requêtes SQL affichées"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Les utilisateurs ne peuvent choisir une plus grande valeur"
@@ -6360,33 +6371,33 @@ msgstr ""
"Dans le volet de navigation, remplace l'arborescence de bases de données par "
"un sélecteur"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Afficher la navigation de bases de données en tant qu'arborescence"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Montrer le logo dans le panneau de navigation."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Affichage du logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "L'URL vers lequel pointera le logo dans le panneau de navigation."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL du lien sous le logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6394,27 +6405,27 @@ msgstr ""
"Pour la fenêtre principale, ([kbd]main[/kbd]) ou dans une nouvelle fenêtre, "
"([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Fenêtre-cible pour la page ouverte lors d'un clic sur le logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Montrer le choix de serveurs au haut du panneau de navigation."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Affiche la liste des serveurs"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Cible de l'icône d'accès rapide"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Cible de la deuxième icône d'accès rapide"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6422,15 +6433,15 @@ msgstr ""
"Définit le nombre minimum d'éléments (tables, vues, procédures et "
"événements) nécessaires pour afficher la boîte de filtrage."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Nombre minimum d'éléments pour afficher la boîte de filtrage"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Nombre minimum de bases de données pour activer le filtre"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6438,95 +6449,100 @@ msgstr ""
"Regrouper les éléments dans l'arborescence de navigation (déterminé par le "
"séparateur défini plus bas)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Regrouper les éléments dans l'arborescence"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Chaîne qui sépare les noms de bases de données en niveaux."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Séparateur pour l'arborescence des bases de données"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Chaîne qui sépare les noms de table en niveaux."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Séparateur pour l'arborescence des noms de tables"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Nombre de niveaux pour l'arborescence des tables"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Faire ressortir le nom du serveur dans le panneau de navigation."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Active la surbrillance"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
"S'il faut désactiver la possibilité d'expansion de la base de données ou non."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Désactiver l'expansion de la base de données"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barre de navigation"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Nombre maximum de tables récentes; mettre 0 pour désactiver."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
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."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tables récemment utilisées"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Il s'agit des liens Modifier, Copier et Effacer."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "À quel endroit afficher les liens pour chaque ligne de données"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
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."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordre naturel"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Afficher seulement des icônes, seulement du texte ou les deux."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Barre de navigation"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "Sert à augmenter la vitesse des transferts HTTP."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Tampon de sortie GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6534,19 +6550,19 @@ msgstr ""
"[kbd]SMART[/kbd] signifie un ordre décroissant pour les colonnes TIME, DATE, "
"DATETIME et TIMESTAMP, et croissant pour les autres."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ordre de tri par défaut"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Connexions persistantes au serveur MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Connexions persistantes"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6555,11 +6571,11 @@ 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."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Tables manquantes pour le stockage de configurations phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6567,11 +6583,11 @@ msgstr ""
"Désactive l'avertissement par défaut qui est affiché lorsqu'un écart entre "
"la version de la bibliothèque et du serveur MySQL est détecté."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Avertissement d'écart Serveur/bibliothèque"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6579,27 +6595,27 @@ 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."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Avertissement de mot réservé MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Comment afficher les onglets de menu"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Comment afficher divers liens d'action"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Empêche l'édition des colonnes BLOB et BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Protéger les colonnes avec contenu binaire"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6609,109 +6625,109 @@ msgstr ""
"configurations phpMyAdmin). Si désactivé, utilise Javascript pour afficher "
"un historique temporaire (sera perdu à la fermeture de la fenêtre)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Historique permanent des requêtes"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Le nombre de requêtes à conserver dans l'historique."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Taille de l'historique"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Moteur de conversion"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
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é."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Mémoriser l'ordre de tri de la table"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Ordre de tri par défaut pour les tables comportant une clé primaire."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Ordre de tri par défaut pour la clé primaire"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
"Répète les en-têtes toutes les X cellules, [kbd]0[/kbd] désactive ceci."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Répéter les en-têtes"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Édition de grille : action de déclenchement"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Affichage relationnel"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Pour les options d'affichage"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
"Édition de grille : sauvegarder en une étape tous les éléments modifiés"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
"Répertoire où les exportations peuvent être sauvegardées sur le serveur."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Répertoire de sauvegarde"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Laisser vide si non utilisé."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Ordre d'autorisation des serveurs"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Laisser vide pour la valeur par défaut."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Règles d'autorisation des serveurs"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permettre les connexions sans fournir de mot de passe"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permettre une connexion à root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Fuseau horaire pour la session"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
@@ -6719,16 +6735,16 @@ msgstr ""
"Définit le décalage réel; possiblement différent de celui de votre serveur "
"de base de données"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
"Domaine de protection à afficher lors d'une authentification HTTP Basic."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Domaine de protection HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6738,19 +6754,19 @@ msgstr ""
"l'authentification matérielle Swekey[/a] (ne pas placer sous la racine des "
"documents; suggestion : /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Fichier de configuration SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Type d'authentification."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Type d'authentification"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6758,11 +6774,11 @@ msgstr ""
"Laisser vide pour désactiver le support des [a@http://wiki.phpmyadmin.net/"
"pma/bookmark]signets[/a], suggestion : [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Table pour signets"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6770,33 +6786,33 @@ msgstr ""
"Laisser vider pour désactiver les commentaires sur les colonnes et les types "
"MIME; suggestion : [kbd]pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Table pour informations sur les colonnes"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Comprime la connexion au serveur MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Utiliser le mode compression sur la connexion"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Comment se connecter au serveur, utilisez [kbd]tcp[/kbd] si vous êtes dans "
"le doute."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Type de connexion"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Mot de passe de l'utilisateur de contrôle"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6804,11 +6820,11 @@ msgstr ""
"Un compte MySQL spécial avec des permissions limitées, voir [a@http://wiki."
"phpmyadmin.net/pma/controluser] notre wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Utilisateur de contrôle"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6816,11 +6832,11 @@ msgstr ""
"Un serveur alternatif pour le stockage des configurations; laisser vide pour "
"utiliser le serveur déjà défini."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Serveur de contrôle"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6830,15 +6846,15 @@ msgstr ""
"configurations ; laisser vide pour utiliser le port par défaut ou déjà "
"défini si le serveur est serveur de contrôle."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Port de contrôle"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Masquer les bases dont le nom correspond à l'expression (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6846,15 +6862,15 @@ msgstr ""
"Voir [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]ce bogue phpMyAdmin[/"
"a] et [a@http://bugs.mysql.com/19588]ce bogue MySQL[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Empêcher l'accès à INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Masquer les bases de données"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6862,23 +6878,23 @@ msgstr ""
"Laisser vider pour désactiver l'historique des requêtes SQL, suggestion : "
"[kbd]pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tables pour historique des requêtes SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Le nom du serveur sur lequel MySQL est en exécution."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nom du serveur"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL pour quitter"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6886,15 +6902,15 @@ 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."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Nombre maximum de préférences de tables à conserver"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Table pour les signets de recherche sauvegardés"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6902,11 +6918,11 @@ msgstr ""
"Laisser vider pour désactiver le support des recherches sauvegardées, "
"suggestion : [kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Table pour les colonnes centrales"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6914,15 +6930,15 @@ msgstr ""
"Laisser vider pour désactiver les colonnes centrales, suggestion : [kbd]"
"pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Essayer de se connecter sans mot de passe."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Connexion sans mot de passe"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6932,31 +6948,31 @@ msgstr ""
"caractère d'échappement si vous les employez de manière littérale, par "
"exemple [kbd]'ma\\_base'[/kbd] et non [kbd]'ma_base'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Restreindre la liste des bases de données"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
"Laisser vide si vous n'utilisez pas la méthode d'authentification config."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Mot de passe pour méthode config"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Table pour décrire les schémas en PDF"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6966,22 +6982,22 @@ msgstr ""
"Voir [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Laisser vider pour "
"désactiver. Suggestion : [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nom de base de données"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Port"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6989,11 +7005,11 @@ msgstr ""
"Laisser vide pour ne pas conserver de manière «persistante» les tables "
"récemment utilisées; suggestion : [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Table récemment utilisée"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -7001,11 +7017,11 @@ msgstr ""
"Laisser vide pour ne pas conserver de manière «persistante» les tables "
"préférées; suggestion : [kbd]pma__favorite[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Table pour les tables préférées"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7013,11 +7029,11 @@ msgstr ""
"Laisser vider pour désactiver le support [a@http://wiki.phpmyadmin.net/pma/"
"relation]relationnel[/a], suggestion : [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Table relationnelle"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7025,44 +7041,44 @@ msgstr ""
"Voir [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] pour un exemple."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nom de session pour méthode signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL pour connexion"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Interface de connexion socket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Utiliser SSL pour la connexion au serveur MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Utiliser SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
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]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Table pour coordonnées du schéma en PDF et du concepteur"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7070,11 +7086,11 @@ msgstr ""
"Sert à définir les colonnes descriptives, laisser vide pour désactiver; "
"suggestion : [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Table pour colonnes descriptives"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7082,11 +7098,11 @@ 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]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Table de stockage des préférences d'interface de table"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7094,11 +7110,11 @@ msgstr ""
"Définit si un énoncé DROP DATABASE IF EXISTS sera ajouté en première ligne "
"du journal lors de la création d'une base de données."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Ajouter DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7106,11 +7122,11 @@ msgstr ""
"Définit si un énoncé DROP TABLE IF EXISTS sera ajouté en première ligne du "
"journal lors de la création d'une table."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Ajouter DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7118,21 +7134,21 @@ msgstr ""
"Définit si un énoncé DROP VIEW IF EXISTS sera ajoutée en première ligne dans "
"le journal lors de la création de la vue."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Ajouter DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Définit la liste des énoncés que le mécanisme d'auto-création utilise pour "
"les nouvelles versions."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Énoncés à suivre"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7140,11 +7156,11 @@ msgstr ""
"Laisser vide pour désactiver le suivi des changements SQL; suggestion : [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Table pour le suivi des changements SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7152,11 +7168,11 @@ msgstr ""
"Définit si le mécanisme de suivi crée automatiquement des versions pour les "
"tables et les vues."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Création automatique de versions"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7164,11 +7180,11 @@ msgstr ""
"Laisser vide pour désactiver les préférences utilisateur; suggestion : [kbd]"
"pma__config[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Table de stockage des préférences utilisateur"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7178,11 +7194,11 @@ msgstr ""
"d'activer les menus configurables; si vous laissez l'un ou d'autre vide, "
"cette fonctionnalité sera désactivée, suggestion : [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Table des utilisateurs"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7192,11 +7208,11 @@ msgstr ""
"menus configurables; si vous laissez l'un ou d'autre vide, cette "
"fonctionnalité sera désactivée, suggestion : [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Table des groupes d'utilisateurs"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7205,15 +7221,15 @@ msgstr ""
"d'afficher les éléments de navigation; suggestion : [kbd]"
"pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Table contenant les éléments de navigation cachés"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Utilisateur pour méthode config"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7221,19 +7237,19 @@ msgstr ""
"Une description conviviale de ce serveur. Laisser vide pour utiliser à la "
"place le nom du serveur."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nom à afficher pour ce serveur"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Si on devrait montrer un bouton «Tout afficher»."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permettre l'affichage de toutes les lignes"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7243,47 +7259,47 @@ msgstr ""
"cependant on peut exécuter un changement de mot de passe manuellement avec "
"la commande appropriée."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Afficher le dialogue de changement de mot de passe"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Afficher le formulaire de création de base de données"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
"Montrer ou cacher une colonne contenant la date de création pour toutes les "
"tables."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Montrer la date de création"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
"Montrer ou cacher une colonne contenant la date de dernière mise à jour pour "
"toutes les tables."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Montrer la date de dernière mise à jour"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
"Montrer ou cacher une colonne contenant la date de dernière vérification "
"pour toutes les tables."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Montrer la date de dernière vérification"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7291,27 +7307,27 @@ msgstr ""
"Définit si les champs des types de données MySQL doivent être affichés en "
"mode modification/insertion."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Montrer les champs de type de données"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "En insertion ou édition, montrer la colonne contenant les fonctions."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Montrer les fonctions"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Afficher ou non les explications."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Montrer les explications"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7319,66 +7335,66 @@ msgstr ""
"Montre un lien vers le résultat de [a@http://php.net/manual/function.phpinfo."
"php]phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Afficher un lien vers phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Afficher les informations détaillées sur le serveur MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Détermine si les requêtes SQL générées par phpMyAdmin devraient être "
"affichées."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Afficher les requêtes SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
"Détermine si la boîte de requêtes devrait rester afficher après exécution."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Conserver la boîte de requêtes"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Affiche les statistiques sur les bases de données et les tables (espace "
"utilisé)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Afficher les statistiques"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
"Marque les tables utilisées et rend possible l'affichage des bases de "
"données comportant des tables verrouillées."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Saute les tables verrouillées"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
"Un avertissement est affiché sur la page principale si Suhosin est détecté."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Avertissement Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7388,11 +7404,11 @@ msgstr ""
"paramètre PHP session.gc_maxlifetime est moindre que celle de "
"`LoginCookieValidity`."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Durée de validité de la connexion en mode cookie"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7400,11 +7416,11 @@ msgstr ""
"Taille des zones de texte (colonnes) en mode édition, cette valeur sera "
"augmentée pour les zones SQL (*2) et la fenêtre de requêtes (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Taille horizontale pour une zone de texte"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7412,32 +7428,32 @@ msgstr ""
"Taille des zones de texte (lignes) en mode édition, cette valeur sera "
"augmentée pour les zones SQL (*2) et la fenêtre de requêtes (*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Taille verticale pour une zone de texte"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
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 choisie."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titre de la fenêtre de navigateur quand rien n'est choisi."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Titre par défaut"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titre de la fenêtre du navigateur quand un serveur est choisi."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titre de la fenêtre du navigateur quand une table est choisie."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7449,29 +7465,29 @@ msgstr ""
"Forwarded-For) provient du serveur 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Liste des serveurs mandataires de confiance en vue de IP allow/deny"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
"Répertoire sur le serveur, dans lequel vous téléchargez des fichiers en vue "
"de les importer."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Répertoire de téléchargement"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Permet la recherche dans la base de données au complet."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Permet une recherche dans toute la base de données"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7479,26 +7495,26 @@ msgstr ""
"Si désactivé, les utilisateurs ne peuvent régler aucune des options ci-bas, "
"peu importe la case à cocher à droite."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Active le menu Développeur dans les paramètres"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Vérifier la présence d'une nouvelle version"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Active la vérification de version sur la page principale."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Vérification de version"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7511,11 +7527,11 @@ msgstr ""
"installé n'a pas d'accès direct à Internet. Le format est «nom de serveur:"
"numéro de port»."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "URL du serveur mandataire"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7526,19 +7542,19 @@ msgstr ""
"fourni, l'authentification de base sera utilisée. Aucun autre type "
"d'authentification n'est permis pour le moment."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Utilisateur du serveur mandataire"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Le mot de passe pour s'authentifier sur le serveur mandataire."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Mot de passe du serveur mandataire"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7546,35 +7562,35 @@ msgstr ""
"Active la compression [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/"
"a] pour les opérations d'importation et d'exportation."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Saisissez la clé publique du service reCaptcha pour votre domaine."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Clé publique pour reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Saisissez la clé privée du service reCaptcha pour votre domaine."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Clé privée pour reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Choisissez l'action par défaut lors de l'envoi des rapports d'erreurs."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Envoyer le rapport d'erreurs"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7582,7 +7598,7 @@ msgstr ""
"Activer le mode Configuration automatique qui vous permet de mettre en place "
"automatiquement les tables de configuration de stockage phpMyAdmin."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Activer le mode de Configuration automatique"
@@ -8001,8 +8017,8 @@ msgstr ", @TABLE@ sera remplacé par le nom de la table"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc "
"utiliser des chaînes de format d'heure. Ces transformations additionnelles "
@@ -8557,8 +8573,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"La documentation de PBXT et des informations additionnelles sont disponibles "
"sur %sle site de PrimeBase XT%s."
@@ -8998,7 +9014,6 @@ msgid "unknown"
msgstr "inconnu"
#: libraries/navigation/Navigation.class.php:54
-#| msgid "An error has occurred while loading the navigation tree"
msgid "An error has occurred while loading the navigation display"
msgstr "Une erreur s'est produite lors du chargement du panneau de navigation"
@@ -9731,8 +9746,8 @@ msgstr "Bienvenue dans %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"La raison probable est que vous n'avez pas créé de fichier de configuration. "
"Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but."
@@ -10626,7 +10641,6 @@ msgid "Formats text as JSON with syntax highlighting."
msgstr "Formate le texte en JSON avec la coloration syntaxique."
#: libraries/plugins/transformations/output/Text_Plain_Xml.class.php:40
-#| msgid "Formats text as JSON with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
msgstr "Formate le texte en XML avec la coloration syntaxique."
@@ -11003,7 +11017,7 @@ msgstr "Nom d'utilisateur"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Mot de passe"
@@ -11033,8 +11047,8 @@ msgstr "ID du serveur"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Client"
@@ -11834,7 +11848,7 @@ msgstr "Aucun"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Groupe d'utilisateurs"
@@ -11878,14 +11892,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilèges spécifiques à une table"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Veuillez noter que les noms de privilèges sont exprimés en anglais."
@@ -11894,7 +11908,7 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilèges globaux"
@@ -11903,7 +11917,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilèges spécifiques à une base de données"
@@ -11923,13 +11937,13 @@ msgstr ""
"recharger les privilèges."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Information pour la connexion"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Entrez une valeur"
@@ -11956,7 +11970,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Vous avez révoqué les privilèges pour %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Ajouter un utilisateur"
@@ -11979,179 +11993,179 @@ msgstr "Donner les privilèges passepartout (utilisateur\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Donner tous les privilèges sur la base de données \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Utilisateurs ayant accès à \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "La vue %s a été supprimée."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Utilisateur"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "«Grant»"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Privilèges insuffisants pour visualiser les utilisateurs."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Aucun utilisateur n'a été trouvé."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "N'importe quel"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "spécifique à cette base de données"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "passepartout"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "spécifique à cette table"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Changer les privilèges"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Révoquer"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Modifier un groupe d'utilisateurs"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… conserver intact l'ancien utilisateur."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… supprimer l'ancien utilisateur."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… effacer tous les privilèges de l'ancien utilisateur, puis l'effacer."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… supprimer l'ancien utilisateur, puis recharger les privilèges au serveur."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Changement des informations de connexion / Copie d'utilisateur"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Créer un nouvel utilisateur avec les mêmes privilèges et …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilèges de colonnes"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Ajouter des privilèges sur ces bases de données :"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "Préfixer avec \\ les passepartouts _ et % pour un usage littéral."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Ajouter des privilèges sur cette table : "
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Effacer les utilisateurs sélectionnés"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Effacer tous les privilèges de ces utilisateurs, puis les effacer."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Supprimer les bases de données portant le même nom que les utilisateurs."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Aucun utilisateur n'a été choisi en vue de le détruire !"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Chargement des privilèges en cours"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Les utilisateurs sélectionnés ont été effacés."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Vous avez modifié les privilèges pour %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Destruction de %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Les privilèges ont été rechargés."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "L'utilisateur %s existe déjà !"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilèges pour %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nouvel utilisateur"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Changer les privilèges : "
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12159,28 +12173,28 @@ msgstr ""
"Remarque : Vous tentez de modifier les privilèges de l'utilisateur avec "
"lequel vous êtes actuellement connecté."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Survol des utilisateurs"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Note: phpMyAdmin obtient la liste des privilèges directement à partir des "
"tables MySQL. Le contenu de ces tables peut être différent des privilèges "
"effectifs, si des changements manuels ont été apportés. Dans ce cas, vous "
"devriez %srecharger les privilèges%s avant de continuer."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "L'utilisateur choisi n'existe pas dans la table des privilèges."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Vous avez ajouté un utilisateur."
@@ -12488,7 +12502,6 @@ msgid "Filters"
msgstr "Filtres"
#: libraries/server_status_processes.lib.php:253
-#| msgid "Show only alert values"
msgid "Show only active"
msgstr "N'afficher que les valeurs actives"
@@ -13612,7 +13625,6 @@ msgid "Improve table structure"
msgstr "Améliorer la structure de la table"
#: libraries/structure.lib.php:1655
-#| msgid "Track table"
msgid "Track view"
msgstr "Suivre la vue"
@@ -14122,14 +14134,6 @@ msgstr "Désactiver maintenant"
msgid "Delete version"
msgstr "Supprimer la version"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "actif"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "non activé"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Suivi des énoncés"
@@ -14257,11 +14261,11 @@ msgstr ""
"stockage permanent requiert l'installation de %sstockage de configurations "
"phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Impossible de sauvegarder la configuration"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14600,20 +14604,20 @@ msgstr[1] "Les identifiants '%s' sont des mots-clés MySQL réservés."
msgid "No column selected."
msgstr "Aucune colonne n'a été sélectionnée."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Le suivi de %s est activé."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Les versions de suivi ont été effacées."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Aucune version n'a été sélectionnée."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Énoncés SQL exécutés."
@@ -15036,8 +15040,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Le ratio actuel de mémoire libre pour la cache de requêtes par rapport à la "
"mémoire totale de la cache est de %s%%. Il devrait se situer à plus de 80%%"
@@ -15108,9 +15112,9 @@ msgid ""
"The ratio of removed queries to inserted queries is %s%%. The lower this "
"value is, the better (This rules firing limit: 0.1%%)"
msgstr ""
-"Le ratio des requêtes enlevées par rapport aux requêtes ajoutées est de %s"
-"%%. Il est souhaitable que cette valeur soit faible (Limite pour cette "
-"règle: 0.1%%)"
+"Le ratio des requêtes enlevées par rapport aux requêtes ajoutées est de %s%"
+"%. Il est souhaitable que cette valeur soit faible (Limite pour cette règle: "
+"0.1%%)"
#: libraries/advisory_rules.txt:195
msgid "Query cache max size"
@@ -15189,8 +15193,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% de tous les tris causent la création de tables temporaires, cette "
"valeur devrait être sous les 10%%."
@@ -15721,8 +15725,8 @@ msgstr ""
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
-"Max_used_connections est à %s%% de max_connections, devrait être sous les "
-"80%%"
+"Max_used_connections est à %s%% de max_connections, devrait être sous les 80%"
+"%"
#: libraries/advisory_rules.txt:399
msgid "Percentage of aborted connections"
@@ -15961,6 +15965,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Le paramètre concurrent_insert a une valeur de 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Désactiver l'expansion de la base de données"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Supprimer les données de suivi de cette table"
@@ -16328,8 +16335,8 @@ msgstr "Le paramètre concurrent_insert a une valeur de 0"
#~ "%s."
#~ msgstr ""
#~ "Le validateur SQL n'a pas pu être initialisé. Vérifiez que les extensions "
-#~ "PHP nécessaires ont bien été installées tel que décrit dans la "
-#~ "%sdocumentation%s."
+#~ "PHP nécessaires ont bien été installées tel que décrit dans la %"
+#~ "sdocumentation%s."
#, fuzzy
#~| msgid "Error: Relation not added."
diff --git a/po/fy.po b/po/fy.po
index 4a33aa1a53..0a9efd9e16 100644
--- a/po/fy.po
+++ b/po/fy.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-12-31 22:40+0200\n"
"Last-Translator: Robin van der Vliet \n"
"Language-Team: Frisian \n"
-"Language: fy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fy\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -93,7 +93,7 @@ msgstr "Kolom"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nee"
@@ -207,16 +207,16 @@ msgstr "Nee"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ja"
@@ -261,15 +261,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabel"
@@ -366,13 +366,13 @@ msgstr ""
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -385,7 +385,7 @@ msgstr "Aksje"
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -403,15 +403,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "net aktyf"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -531,7 +541,7 @@ msgid "Add geometry"
msgstr "Geometry tafoegje"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -553,9 +563,9 @@ msgstr "Geometry tafoegje"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -592,8 +602,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1234,12 +1244,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1716,18 +1726,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Bewurkje"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1960,7 +1970,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1976,7 +1986,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometry"
@@ -2115,10 +2125,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2210,7 +2220,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2278,7 +2288,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2692,8 +2702,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2702,16 +2712,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2781,7 +2791,7 @@ msgid "History"
msgstr "Skiednis"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2822,7 +2832,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2864,9 +2874,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2875,9 +2885,9 @@ msgstr ""
msgid "Ascending"
msgstr "Oprinnend"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3070,160 +3080,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Begjin"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Folgjende"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Alle"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Oantal rigen:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Folsleine teksten"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relasjonele kaai"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3231,48 +3241,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Feroarje"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksportearje"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3430,7 +3442,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3490,9 +3502,9 @@ msgstr "Ynfoegje"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Rjochten"
@@ -3554,7 +3566,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databases"
@@ -3662,7 +3674,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4076,14 +4088,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4331,7 +4343,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4343,7 +4355,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4843,7 +4855,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5927,7 +5939,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5991,443 +6003,444 @@ msgstr "Unthâldlimyt"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Natuerlike folchoarder"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational key"
msgid "Relational display"
msgstr "Relasjonele kaai"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Sessywearde"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey-konfiguraasjetriem"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Blêdwizertabel"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6435,514 +6448,514 @@ msgstr ""
"Mear ynformaasje op [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA-"
"bugtracker[/a] en [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL-queryskiednistabel"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Serverhostnamme"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "User groups table"
msgid "Central columns table"
msgstr "Brûkersgroepentabel"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Databasenamme"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Serverpoarte"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorites"
msgid "Favorites table"
msgstr "Favoriten"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relaasjetabel"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Serversocket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Brûkerstabel"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Brûkersgroepentabel"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin-warskôging"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Standerttitel"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6950,52 +6963,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Ferzjekontrôle"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7003,70 +7016,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy url"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proxy brûkersnamme"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proxy wachtwurd"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7479,8 +7492,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7962,8 +7975,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9058,8 +9071,8 @@ msgstr "Wolkom by %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10190,7 +10203,7 @@ msgstr "Brûkersnamme"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Wachtwurd"
@@ -10220,8 +10233,8 @@ msgstr "Server-ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -10990,7 +11003,7 @@ msgstr "Gjin"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Brûkersgroep"
@@ -11027,14 +11040,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11043,7 +11056,7 @@ msgid "Administration"
msgstr "Administraasje"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11052,7 +11065,7 @@ msgid "Global"
msgstr "Globaal"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11070,13 +11083,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Oanmeldingsynformaasje"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11101,7 +11114,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Brûker tafoegje"
@@ -11122,200 +11135,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Brûker"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Takenne"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Elke"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globaal"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "jokerteken"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Rjochten bewurkje"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Brûkersgroep bewurkje"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Rjochten foar %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nij"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Rjochten bewurkje:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13063,14 +13076,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "net aktyf"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13192,11 +13197,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13510,20 +13515,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13888,8 +13893,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14007,8 +14012,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/gl.po b/po/gl.po
index dba8491cd2..e32d9abdd3 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-10-10 23:59+0200\n"
"Last-Translator: Xosé Calvo \n"
"Language-Team: Galician \n"
-"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: gl\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.10-dev\n"
@@ -92,7 +92,7 @@ msgstr "Columna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Primaria"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Non"
@@ -206,16 +206,16 @@ msgstr "Non"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Si"
@@ -262,15 +262,15 @@ msgstr ""
"Desactivouse a configuración de almacenamento de phpMyAdmin. Para saber por "
"que prema %saquí%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Táboa"
@@ -372,13 +372,13 @@ msgstr "Actualizada"
msgid "Status"
msgstr "Estado"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -391,7 +391,7 @@ msgstr "Acción"
msgid "Show"
msgstr "Mostrar"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -411,15 +411,25 @@ msgstr "Informe de seguimento"
msgid "Structure snapshot"
msgstr "Instantánea da estrutura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "desactivado"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "activado"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Táboas non seguidas"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Seguir a táboa"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Rexistro de actividade da base de datos"
@@ -539,7 +549,7 @@ msgid "Add geometry"
msgstr "Engadir xeometría"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -561,9 +571,9 @@ msgstr "Engadir xeometría"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -602,11 +612,11 @@ msgstr "Hai parámetros incompletos"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a "
-"%sdocumentación%s para averiguar como evitar este límite."
+"Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a %"
+"sdocumentación%s para averiguar como evitar este límite."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -922,8 +932,8 @@ 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."
+"O servidor estáse a executar con Suhosin. Consulte os posíbeis problemas na %"
+"sdocumentación%s."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1355,12 +1365,12 @@ msgstr "Engadir unha gráfica á grella"
msgid "Please add at least one variable to the series!"
msgstr "Engada ao menos unha variábel á serie"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1867,18 +1877,18 @@ msgid "Show query box"
msgstr "Mostrar a caixa de consultas"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Editar"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d non é un número de fileira válido."
@@ -2144,7 +2154,7 @@ msgstr "Contido do punto de datos"
msgid "Ignore"
msgstr "Ignorar"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copiar"
@@ -2160,7 +2170,7 @@ msgstr "Cadea de liñas"
msgid "Polygon"
msgstr "Polígono"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Xeometría"
@@ -2334,10 +2344,10 @@ msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
"Prema a frecha para a baixo
para conmutar a visibilidade da columna"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Mostrar todo"
@@ -2450,7 +2460,7 @@ msgstr "Agochar o panel"
msgid "Show hidden navigation tree items."
msgstr "Mostrar o logotipo no panel de navegación"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2525,7 +2535,7 @@ msgstr ",última versión estable:"
msgid "up to date"
msgstr "actualizada"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Crear unha vista"
@@ -2961,8 +2971,8 @@ msgid "Requery"
msgstr "subconsulta"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2971,16 +2981,16 @@ msgid "Delete"
msgstr "Eliminar"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3066,7 +3076,7 @@ msgid "History"
msgstr "Historial de SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3113,7 +3123,7 @@ msgid "During current session"
msgstr "Omitir este erro"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3167,9 +3177,9 @@ msgstr "Táboa do historial de consultas SQL"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3178,9 +3188,9 @@ msgstr ""
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3387,126 +3397,126 @@ msgstr "Dentro das táboas:"
msgid "Inside column:"
msgstr "Dentro da columna:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Gardar os datos editados"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restaurar orde das columnas"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "Filtros"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Buscar na base de datos"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Inicio"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Seguinte"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Fin"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Todo"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Número de filas:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Ordenar pola chave"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Textos parciais"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Textos completos"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Chave relacional"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Mostrar columna de relación"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Mostrar os contidos binarios"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Mostrar os contidos BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Ocultar a transformación do navegador"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Texto moi coñecido"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binario moi coñecido"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Eliminouse a fileira"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Matar (kill)"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
"Pode non ser exacto. Consulte a [doc@faq3-11]pregunta frecuente 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3515,48 +3525,48 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "A consulta de SQL executouse sen problemas"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation"
-"%s."
+"Esta vista ten, cando menos, este número de fileiras. Vexa a %sdocumentation%"
+"s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "A mostrar as fileiras"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "total"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "a consulta levou %01.4f segundos"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Cos marcados:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3564,48 +3574,50 @@ msgstr "Cos marcados:"
msgid "Check All"
msgstr "Marcalos todos"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Mudar"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportar"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operacións cos resultados da consulta"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Visualización previa da impresión"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Vista previa da impresión (con textos completos)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Mostrar a gráfica"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Ver os datos GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3783,7 +3795,7 @@ msgstr ""
"eliminar un deles."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Servidor"
@@ -3843,9 +3855,9 @@ msgstr "Inserir"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilexios"
@@ -3909,7 +3921,7 @@ msgstr "Columnas da área de texto"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Bases de datos"
@@ -4029,7 +4041,7 @@ msgid "Recent"
msgstr "Reiniciar"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4472,8 +4484,8 @@ 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 ""
-"Un enteiro de dous bytes; o intervalo asinado é desde "
-"-9.223.372.036.854.775.808 até 9.223.372.036.854.775.807; o intervalo sen "
+"Un enteiro de dous bytes; o intervalo asinado é desde -"
+"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"
#: libraries/Types.class.php:330 libraries/Types.class.php:772
@@ -4486,22 +4498,21 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Un número de vírgula flutuante pequeno; os valores permitidos son "
-"-3,402823466E+38 até -1,175494351E-38, 0 e 1,175494351E-38 até 3,402823466E"
-"+38"
+"Un número de vírgula flutuante pequeno; os valores permitidos son -"
+"3,402823466E+38 até -1,175494351E-38, 0 e 1,175494351E-38 até 3,402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Un número de vírgula flutuante de precisión dobre; os valores permitidos "
-"son-1,7976931348623157E+308 até -2,2250738585072014E-308, 0 "
-"e2,2250738585072014E-308 até 1,7976931348623157E+308"
+"Un número de vírgula flutuante de precisión dobre; os valores permitidos son-"
+"1,7976931348623157E+308 até -2,2250738585072014E-308, 0 e2,2250738585072014E-"
+"308 até 1,7976931348623157E+308"
#: libraries/Types.class.php:336
msgid ""
@@ -4547,9 +4558,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
-"Unha marca temporal; o intervalo é desde 1970-01-01 00:00:01 UTC até "
-"2038-01-09 03:14:07 UTC, almacenado como o número de segundos desde a época "
-"(1970-01-01 00:00:00 UTC)"
+"Unha marca temporal; o intervalo é desde 1970-01-01 00:00:01 UTC até 2038-01-"
+"09 03:14:07 UTC, almacenado como o número de segundos desde a época (1970-01-"
+"01 00:00:00 UTC)"
#: libraries/Types.class.php:350 libraries/Types.class.php:788
#, php-format
@@ -4767,8 +4778,8 @@ msgid ""
"A timestamp, range is '0001-01-01 00:00:00' UTC to '9999-12-31 23:59:59' "
"UTC; TIMESTAMP(6) can store microseconds"
msgstr ""
-"Unha marca temporal; o intervalo é desde «0000-01-01 00:00:01» UTC até "
-"«9999-12-31 23:59:59» UTC; TIMESTAMP(6) pode almacenar microsegundos"
+"Unha marca temporal; o intervalo é desde «0000-01-01 00:00:01» UTC até «9999-"
+"12-31 23:59:59» UTC; TIMESTAMP(6) pode almacenar microsegundos"
#: libraries/Types.class.php:794
msgid ""
@@ -4798,7 +4809,7 @@ msgstr "Tamaño máximo: %s%s"
msgid "MySQL said: "
msgstr "Mensaxes do MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Explicar o SQL"
@@ -4810,7 +4821,7 @@ msgstr "Omitir a explicación de SQL"
msgid "Without PHP Code"
msgstr "Sen código PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Crear código PHP"
@@ -5342,7 +5353,7 @@ msgid "Set value: %s"
msgstr "Pór como valor: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restaurar o valor por omisión"
@@ -5459,8 +5470,8 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:416
#, fuzzy, php-format
#| msgid ""
-#| "If using cookie authentication and %sLogin cookie store%s is not 0, "
-#| "%sLogin cookie validity%s must be set to a value less or equal to it."
+#| "If using cookie authentication and %sLogin cookie store%s is not 0, %"
+#| "sLogin cookie validity%s must be set to a value less or equal to it."
msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
@@ -5472,18 +5483,18 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:423
#, fuzzy, php-format
#| msgid ""
-#| "If you feel this is necessary, use additional protection settings - "
-#| "%shost authentication%s settings and %strusted proxies list%s. However, "
-#| "IP-based protection may not be reliable if your IP belongs to an ISP "
-#| "where thousands of users, including you, are connected to."
+#| "If you feel this is necessary, use additional protection settings - %"
+#| "shost authentication%s settings and %strusted proxies list%s. However, IP-"
+#| "based protection may not be reliable if your IP belongs to an ISP where "
+#| "thousands of users, including you, are connected to."
msgid ""
"If you feel this is necessary, use additional protection settings - %shost "
"authentication%s settings and %strusted proxies list%s. However, IP-based "
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Se pensa que é preciso, empregue opcións de protección adicionais - "
-"%sautenticación do servidor%s e %slista de proxies de confianza%s. Porén, a "
+"Se pensa que é preciso, empregue opcións de protección adicionais - %"
+"sautenticación do servidor%s e %slista de proxies de confianza%s. Porén, a "
"protección baseada no IP pode non ser de fiar se o IP pertence a un ISP ao "
"que estean ligados miles de usuarios, incluído vostede."
@@ -6735,7 +6746,7 @@ msgid "Maximum displayed SQL length"
msgstr "Lonxitude máxima de SQL que se mostra"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Os usuarios non poden estabelecer un valor máis alto"
@@ -6822,37 +6833,37 @@ msgstr "Límite da memoria"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in navigation panel"
msgid "Show databases navigation as tree"
msgstr "Mostrar o logotipo no panel de navegación"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in navigation panel"
msgid "Show logo in navigation panel."
msgstr "Mostrar o logotipo no panel de navegación"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Mostrar o logotipo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "URL where logo in the navigation panel will point to"
msgid "URL where logo in the navigation panel will point to."
msgstr "URL ao que apunta o logotipo do panel de navegación"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL da ligazón ao logotipo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6864,31 +6875,31 @@ msgstr ""
"Abrir a páxina ligada na xanela principal ([kbd]principal[/kbd]) ou nunha "
"nova ([kbd]nova[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Destino da ligazón do logotipo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the navigation panel"
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"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Mostrar a selección de servidores"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Destino da icona de acceso rápido"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Destino da icona de acceso rápido"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6896,15 +6907,15 @@ msgstr ""
"Indica o número mínimo de elementos (táboas, vistas, rutinas e "
"acontecementos) para mostrar unha caixa de filtro."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Número mínimo de elementos para mostrar a caixa de filtro"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
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"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Group items in the navigation tree (determined by the separator defined "
@@ -6916,81 +6927,82 @@ msgstr ""
"Agrupar os elementos na árbore de navegación (determinado polo separador "
"indicado embaixo)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Agrupar os elementos na árbore"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "Cadea que separa as bases de datos en tres niveis distintos"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separador da árbore das bases de datos"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "Cadea que separa as táboas en tres niveis distintos"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separador da árbore de táboas"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Profundidade máxima das táboas"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Realzar o servidor que estea por baixo do cursor do rato"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Activar o realce"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Mostrar as bases de datos nunha listaxe"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barra de navegación das táboas"
+
+#: libraries/config/messages.inc.php:468
+#, 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"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, 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"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Táboas usadas recentemente"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "Estas son as ligazóns Editar, Copiar e Eliminar"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Onde mostrar as ligazóns das fileiras das táboas"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
@@ -6998,22 +7010,22 @@ msgstr ""
"Empregar a ordenación natural para ordenar os nomes das táboas e as bases de "
"datos"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordenación natural"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "Empregar só iconas, só texto ou ambos os dous"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Barra de navegación das táboas"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
@@ -7021,11 +7033,11 @@ msgstr ""
"Empregar un buffer para a saída de GZip para atinxir unha maior velocidade "
"nas transferencias mediante HTTP"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Buffer para a saída de GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -7037,21 +7049,21 @@ msgstr ""
"[kbd]INTELIXENTE[/kbd] - isto é, orde descendente para os campos do tipo "
"TIME, DATE, DATETIME e TIMESTAMP e ascendente para os demais"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ordenación por omisión"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Empregar conexións persistentes coas bases de datos MySQL"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Conexións persistentes"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7066,11 +7078,11 @@ 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"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Faltan as táboas de almacenamento da configuración do phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if a difference between the "
@@ -7082,11 +7094,11 @@ msgstr ""
"Desactivar o aviso por omisión que aparece se se detecta unha diferenza "
"entre a biblioteca de MySQL e o servidor"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Advertencia de diferenza entre servidor e biblioteca"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7098,29 +7110,29 @@ 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"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Advertencia de palabra reservada do MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Como mostrar as lapelas do menú"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Como mostrar diversas ligazóns de acción"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Impedir a edición das columnas BLOB e BINARY"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Protexer as columnas binarias"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -7131,21 +7143,21 @@ msgstr ""
"rutinas JS para mostrar o historial de consultas (que se perde cando se "
"fecha a xanela)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Historial de consultas permanente"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Cantas consultas se gardan no historial"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Lonxitude do historial de consultas"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
@@ -7153,31 +7165,31 @@ msgstr ""
"Escolla as funcións que desexe empregar para a conversión dos conxuntos de "
"caracteres"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Motor de recodificación"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
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"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Recordar a ordenación da táboa"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Ordenación por omisión"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -7187,81 +7199,81 @@ msgstr ""
"Repetir os cabezallos cada X celas; [kbd]0[/kbd] desactiva esta "
"funcionalidade"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repetir os cabezallos"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Edición da grella: activar acción"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Mostrar columna de relación"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Opcións de exhibición dos servidores"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Edición da grella: gravar todas as celas editadas inmediatamente"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "Directorio no que se poden gravar as exportacións no servidor"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Directorio de gardado"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Déixeo en branco se non o vai empregar"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Orde de autenticación do servidor"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Déixeo en branco para o predefinido"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regras de autorización do servidor"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permitir rexistrarse sen contrasinal"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permitir o rexistro de root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Valor da sesión"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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."
@@ -7269,11 +7281,11 @@ msgstr ""
"Nome de HTTP Basic Auth Realm que mostrar cando se faga a autenticación "
"mediante HTTP"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Dominio HTTP (Realm)"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -7288,21 +7300,21 @@ msgstr ""
"hardware SweKey[/a] (non se localiza na raíz dos documentos; suxírese: /etc/"
"swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Ficheiro de configuración SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Método de autenticación que se quere empregar"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipo de autenticación"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -7310,11 +7322,11 @@ msgstr ""
"Déixeo en branco se non quere a funcionalidade de [a@http://wiki.phpmyadmin."
"net/pma/bookmark]bookmark[/a] ; por omisión: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Táboa de marcadores"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -7326,36 +7338,36 @@ msgstr ""
"Déixeo en branco se non quere comentarios/tipos mime das columnas; suxírese: "
"[kbd]pma__column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Táboa de información das columnas"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Comprimir a conexión ao servidor de MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Comprimir a conexión"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Como ligar co servidor; déixeo como [kbd]tcp[/kbd] se non está segura/a"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipo de conexión"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Contrasinal do usuario de control"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7369,11 +7381,11 @@ msgstr ""
"información dispoñíbel no [a@http://wiki.phpmyadmin.net/pma/controluser]wiki"
"[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Usuario de control"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7385,11 +7397,11 @@ msgstr ""
"Un servidor alternativo que manteña o almacenamento da configuración; déixeo "
"en branco para empregar o servidor xa indicado"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Servidor de control"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate port to connect to the host that holds the configuration "
@@ -7404,17 +7416,17 @@ 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"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Porto de control"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Agochar as bases de datos que coincidan cunha expresión regular (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7423,15 +7435,15 @@ msgstr ""
"Seguidor de erros de PMA[/a] e en [a@http://bugs.mysql.com/19588]Erros do "
"MySQL[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Desactivar o uso de INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Agochar as bases de datos"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma__history"
@@ -7443,25 +7455,25 @@ msgstr ""
"Déixeo en branco se non quere un histórico das consultas SQL; por omisión: "
"[kbd]pma__history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Táboa do historial de consultas SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "Nome da máquina na que se executa o servidor de MySQL"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nome do servidor"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL de desconexión"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -7473,17 +7485,17 @@ 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"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Número máximo de preferencias sobre as táboas que almacenar"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Ver a táboa de estado do escravo"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7495,13 +7507,13 @@ msgstr ""
"Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/"
"kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Columnas da área de texto"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7513,17 +7525,17 @@ msgstr ""
"Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__table_coords"
"[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Tentar conectarse sen contrasinal"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Conectarse sen contrasinal"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7533,21 +7545,21 @@ msgstr ""
"empregar os caracteres en si, isto é, empregue [kbd]'my\\_db'[/kbd]' no "
"canto de [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Mostrar só as bases de datos listadas"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "Déixeo en branco se non vai empregar config auth"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Contrasinal para config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7558,11 +7570,11 @@ msgstr ""
"Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/"
"kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF schema: táboa de páxinas"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7578,12 +7590,12 @@ msgstr ""
"completa. Déixeo en branco se non lle interesan. Por omisión: [kbd]phpmyadmin"
"[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nome da base de datos"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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."
@@ -7591,11 +7603,11 @@ msgstr ""
"Porto polo que está a escoitar o servidor de MySQL server; déixeo en branco "
"para deixar o predefinido"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Porto do servidor"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7607,11 +7619,11 @@ msgstr ""
"Déixeo en branco para eliminar a «persistencia» das táboas utilizadas "
"recentemente entre sesións; suxírese: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Táboa usada recentemente"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7623,13 +7635,13 @@ msgstr ""
"Déixeo en branco para eliminar a «persistencia» das táboas utilizadas "
"recentemente entre sesións; suxírese: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Variábeis"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7641,11 +7653,11 @@ msgstr ""
"Déixeo en branco se non quere [a@http://wiki.phpmyadmin.net/pma/relation]"
"ligazóns de relación[/a]; suxírese: [kbd]pma__relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Táboa de relacións"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7657,15 +7669,15 @@ msgstr ""
"Vexa os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de "
"autenticación[/a] se quere un exemplo"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nome de sesión de rexistro de entrada"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL de rexistro de entrada"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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."
@@ -7673,21 +7685,21 @@ msgstr ""
"Socket polo que está a escoitar o servidor de MySQL; déixeo en branco para "
"deixar o predefinido"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket do servidor"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Activar a SSL para a conexión ao servidor de MySQL"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Empregar a SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7699,13 +7711,13 @@ msgstr ""
"Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__table_coords"
"[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF schema: coordenadas de táboa"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7717,11 +7729,11 @@ 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]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Mostrar a táboa de columnas"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
@@ -7733,11 +7745,11 @@ 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]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Táboa de preferencias da interface"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7745,11 +7757,11 @@ msgstr ""
"Se engadir unha instrución DROP DATABASE IF EXISTS como primeira liña do "
"rexistro cando se cree unha base de datos."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Engadir DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7757,11 +7769,11 @@ msgstr ""
"Se engadir unha instrución DROP TABLE IF EXISTS como primeira liña do "
"rexistro cando se cree unha táboa."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Engadir DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7769,21 +7781,21 @@ msgstr ""
"Se engadir unha instrución DROP VIEW IF EXISTS como primeira liña do "
"rexistro cando se cree unha vista."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Engadir DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Instrucións que seguir"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7795,11 +7807,11 @@ msgstr ""
"Déixeo en branco se non quere a funcionalidade de seguimento das consultas "
"de SQL; valor suxerido: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Táboa de seguimento de consultas de SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7807,11 +7819,11 @@ msgstr ""
"Se o mecanismo de seguimento crea automaticamente versións das táboas e as "
"vistas."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Crear versions automaticamente"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7823,37 +7835,37 @@ msgstr ""
"Déixeo en branco se non quere almacenar as preferencias na base de datos; "
"suxerido: [kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Empregar a táboa de almacenamento das preferencias"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Usar as táboas"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Empregar a táboa Host"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7865,15 +7877,15 @@ msgstr ""
"Déixeo en branco se non quere almacenar as preferencias na base de datos; "
"suxerido: [kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Usuario para config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7881,11 +7893,11 @@ msgstr ""
"Unha descrición lexíbel deste servidor. Déixea en branco para que no seu "
"canto apareza o nome da máquina."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nome longo deste servidor"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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."
@@ -7893,11 +7905,11 @@ msgstr ""
"Se se lle desexa mostrar un botón \"mostrar todos (os rexistros)\" ao "
"usuario"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permitir que se mostren todas as fileiras"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7914,15 +7926,15 @@ msgstr ""
"configuración; isto non limita a capacidade de executar a mesma orde "
"directamente"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Mostrar o formulario para mudar de contrasinal"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Mostrar o formulario para crear bases de datos"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Creation timestamp for all tables"
@@ -7931,11 +7943,11 @@ msgstr ""
"Mostrar ou agochar unha columna que mostre a marca temporal da creación de "
"todas as táboas"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Mostrar marca temporal de creación"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last update timestamp for all tables"
@@ -7945,11 +7957,11 @@ msgstr ""
"Mostrar ou agochar unha columna que mostre a marca temporal da última "
"actualización de todas as táboas"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Mostrar a última actualización da marca temporal"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last check timestamp for all tables"
@@ -7959,11 +7971,11 @@ msgstr ""
"Mostrar ou agochar unha columna que mostre a marca temporal da última "
"comprobación de todas as táboas"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Mostrar a última revisión da marca temporal"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7975,31 +7987,31 @@ msgstr ""
"Define se os campos tipo deben ser mostrados inicialmente no modo editar/"
"inserir"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Mostrar os tipos de campo"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "Mostrar os campos de función no modo editar/inserir"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Mostrar os campos de función"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "Mostrar axudas ou non"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Mostrar consellos"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -8011,15 +8023,15 @@ msgstr ""
"Mostra unha ligazón á saída de [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Mostrar a ligazón a phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Mostrar información detallada do servidor de MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -8027,11 +8039,11 @@ msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Define se se deben mostrar as consultas de SQL xeradas polo phpMyAdmin"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Mostrar as consultas de SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -8041,11 +8053,11 @@ msgstr ""
"Define se a caixa de consultas debe permanecer en pantalla despois da súa "
"execución"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Reter a caixa de consultas"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
@@ -8053,11 +8065,11 @@ msgstr ""
"Permitir que se mostren as estatísticas das bases de datos e das táboas (p."
"ex. o uso do espazo)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Mostrar as estatísticas"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -8067,20 +8079,20 @@ msgstr ""
"Marcar as táboas empregadas e permitir que se mostren as bases de datos con "
"táboas bloqueadas"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Ignorar as táboas bloqueadas"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
"Na pantalla principal aparece unha advertencia se o Suhosin for detectado."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Aviso de Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -8093,13 +8105,13 @@ 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"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Validez das cookies de rexistro"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -8112,11 +8124,11 @@ msgstr ""
"enfatízase nas áreas de texto das consultas de SQL (*2) e na xanela de "
"consultas (*.1,25)"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Columnas da área de texto"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
#| msgid ""
#| "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -8129,39 +8141,39 @@ msgstr ""
"enfatízase nas áreas de texto das consultas de SQL (*2) e na xanela de "
"consultas (*.1,25)"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Fileiras da área de texto"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "Título da xanela do navegador cando a base de datos estea seleccionada"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "Título da xanela do navegador cando non haxa nada escollido"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Título por omisión"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "Título da xanela do navegador cando un servidor estea seleccionado"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "Título da xanela do navegador cando unha táboa estea seleccionada"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -8179,32 +8191,32 @@ 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]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista de proxies de confianza para permiso/denegación de IP"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr ""
"Directorio do servidor ao que se poden enviar os ficheiros que importar"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Directorio de envíos"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "Permitir buscar na base de datos completa"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Empregar buscas na base de datos"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
#, fuzzy
#| msgid ""
#| "When disabled, users cannot set any of the options below, regardless of "
@@ -8216,29 +8228,29 @@ msgstr ""
"Se está desactivado os usuarios non poden establecer ningunha das opcións "
"que hai debaixo, independentemente da caixa da dereita"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Activar a lapela de desenvolvemento na configuración"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Comprobar cal é a última versión"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
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"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Comprobación da versión"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
#, fuzzy
#| msgid ""
#| "The url of the proxy to be used when retrieving the information about the "
@@ -8256,11 +8268,11 @@ msgstr ""
"instalado o phpMyAdmin non ten acceso á Internet. O formato é: "
"«nome_do_servidor:número_do_porto»"
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -8271,23 +8283,23 @@ msgstr ""
"Autenticación Básica. De momento non se admite ningún outro tipo de "
"autenticación."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Nome de usuario"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "O contrasinal para identificarse diante do proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Contrasinal"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -8299,49 +8311,49 @@ msgstr ""
"Activar a compresión [a@http://gl.wikipedia.org/wiki/ZIP_(formato de "
"ficheiro)]ZIP[/a] nas operacións de importación e exportación"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
#, fuzzy
#| msgid "Enter your public key for your domain reCaptcha service"
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
"Introduza a súa chave pública para o servizo de reCaptcha do seu dominio"
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Chave pública do reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
#, 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"
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Chave privada do reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Porto do servidor"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8785,8 +8797,8 @@ msgstr ", @TABLE@ será o nome da táboa"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Este valor interprétase utilizando %1$sstrftime%2$s, de maneira que pode "
"empregar cadeas de formato de tempo. Produciranse transformacións en "
@@ -9349,8 +9361,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Pódese atopar documentación e información adicional sobre PBXT na %sPáxina "
"de PrimeBase XT %s."
@@ -9893,8 +9905,8 @@ msgstr "O nome de clase «%1$s» é incorrecto; emprégase o predefinido «Nodo
#, php-format
msgid "Could not include class \"%1$s\", file \"%2$s\" not found"
msgstr ""
-"Non foi imposíbel incluír a clase «%1$s»; non foi posíbel atopar o ficheiro "
-"«%2$s»"
+"Non foi imposíbel incluír a clase «%1$s»; non foi posíbel atopar o ficheiro «%2"
+"$s»"
#: libraries/navigation/Nodes/Node.class.php:786
msgid "Expand/Collapse"
@@ -10521,8 +10533,8 @@ msgstr "Reciba a benvida a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Isto débese, posibelmente, a que non se creou un ficheiro de configuración. "
"Tal vez queira utilizar %1$ssetup script%2$s para crear un."
@@ -11849,7 +11861,7 @@ msgstr "Nome do usuario"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Contrasinal"
@@ -11879,8 +11891,8 @@ msgstr "Identificador do servidor"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Servidor"
@@ -12165,8 +12177,7 @@ msgid ""
msgstr ""
"Está a empregar a extensión obsoleta de PHP «mysql», que non pode xestionar "
"consultas múltiples. [strong]A execución de varias rutinas almacenadas pode "
-"fallar![/strong] Empregue a extensión mellorada «mysqli para evitar "
-"problemas."
+"fallar![/strong] Empregue a extensión mellorada «mysqli para evitar problemas."
#: libraries/rte/rte_routines.lib.php:301
#: libraries/rte/rte_routines.lib.php:1139
@@ -12710,7 +12721,7 @@ msgstr "Ningún"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12749,14 +12760,14 @@ msgstr "Limita o número de conexións simultáneas que pode ter o usuario."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilexios propios das táboas"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12767,7 +12778,7 @@ msgid "Administration"
msgstr "Administración"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilexios globais"
@@ -12778,7 +12789,7 @@ msgid "Global"
msgstr "global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilexios propios das bases de datos"
@@ -12797,13 +12808,13 @@ msgstr ""
"Permite engadir usuarios e privilexios sen recargar as táboas de privilexios."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Información sobre o acceso (login)"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Empregar un campo de texto"
@@ -12834,7 +12845,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Revogou os privilexios de %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Engadir un usuario"
@@ -12856,93 +12867,93 @@ msgstr "Conceder todos os privilexios para o nome con comodíns (username\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Conceder todos os privilexios sobre a base de datos \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Usuarios que teñen acceso a \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "O usuario foi engadido."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Usuario"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Conceder"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Non se achou ningún usuario."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Calquera"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "específico da base de datos"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "comodín"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "específico da base de datos"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Modificar os privilexios"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Revogar"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Modificar o servidor"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… manter o anterior."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… eliminar o anterior das táboas de usuarios."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… retirarlle todos os privilexios activos ao anterior e eliminalo despois."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12950,123 +12961,123 @@ msgstr ""
"… eliminar o anterior das táboas de usuarios e recargar os privilexios "
"despois."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Modificar a información de acceso (login) / Copiar o usuario"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Crear un usuario novo cos mesmos privilexios e…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilexios propios das columnas"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "Engadir privilexios para esta base de datos:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Os caracteres comodín _ e % deberíanse escapar con \\ para podelos usar "
"literalmente."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Engadir privilexios para esta táboa:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Eliminar os usuarios seleccionados"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Retirarlles todos os privilexios activos aos usuarios e eliminalos a "
"continuación."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Eliminar as bases de datos que teñan os mesmos nomes que os usuarios."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Non se escolleu que usuarios eliminar!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "A recargar os privilexios"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Elimináronse sen problemas os usuarios seleccionados."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Acaba de actualizar os privilexios de %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "A eliminar %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Non houbo problemas ao recargar os privilexios."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Xa existe o usuario %s!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilexios para %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Novo"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Modificar os privilexios:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Vista xeral dos usuarios"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Nota: phpMyAdmin recolle os privilexios dos usuarios directamente das táboas "
"de privilexios do MySQL. O contido destas táboas pode diferir dos "
"privilexios que usa o servidor se se levaron a cabo alteracións manuais. "
"Neste caso, debería %svolver a cargar os privilexios%s antes de proseguir."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Non se atopou o usuario escollido na táboa de privilexios."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Engadiu un usuario novo."
@@ -13651,9 +13662,9 @@ msgid ""
"The number of \"random\" read-aheads InnoDB initiated. This happens when a "
"query is to scan a large portion of a table but in random order."
msgstr ""
-"Número de pre-lecturas «aleatorias» iniciadas por InnoDB. Isto acontece "
-"cando unha consulta vai examinar unha porción grande dunha táboa mais en "
-"orde aleatoria."
+"Número de pre-lecturas «aleatorias» iniciadas por InnoDB. Isto acontece cando "
+"unha consulta vai examinar unha porción grande dunha táboa mais en orde "
+"aleatoria."
#: libraries/server_status_variables.lib.php:465
msgid ""
@@ -15115,14 +15126,6 @@ msgstr "Desactivar agora"
msgid "Delete version"
msgstr "Crear unha versión"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "activado"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "desactivado"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Instrucións de seguimento"
@@ -15249,11 +15252,11 @@ msgstr ""
"As preferencias gárdanse só para esta sesión. Para almacenalas de maneira "
"permanente requírese %salmacenamento da configuración do phpMyadmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Non foi posíbel gravar a configuración"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15328,8 +15331,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Pode configurar máis opcións modificando config.inc.php, p.ex. usando o "
-"%sScript de configuración%s."
+"Pode configurar máis opcións modificando config.inc.php, p.ex. usando o %"
+"sScript de configuración%s."
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -15599,24 +15602,24 @@ msgstr[1] "O nome de columna «%s» é unha palabra chave reservada do MySQL."
msgid "No column selected."
msgstr "Non seleccionou ningunha columna."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "O seguimento de %s está activado."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Elimináronse sen problemas os usuarios seleccionados."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Non hai ningunha fileira seleccionada"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Instrucións SQL executadas."
@@ -15751,8 +15754,8 @@ msgstr ""
#, php-format
msgid "The slow query rate should be below 5%%, your value is %s%%."
msgstr ""
-"A taxa de consultas lentas deberían estar por debaixo do 5%% e o valor é %s"
-"%%."
+"A taxa de consultas lentas deberían estar por debaixo do 5%% e o valor é %s%"
+"%."
#: libraries/advisory_rules.txt:70
msgid "Slow query rate"
@@ -15969,8 +15972,8 @@ msgid ""
msgstr ""
"Sábese que a caché de consultas mellora moito o desempeño se se configura "
"axeitadamente. Actívea configurando {query_cache_size} a un valor de MiB de "
-"dous díxitos e configurando {query_cache_type) como «ON». Nota: Se "
-"vai empregar memcached, ignore esta recomendación."
+"dous díxitos e configurando {query_cache_type) como «ON». Nota: Se vai "
+"empregar memcached, ignore esta recomendación."
#: libraries/advisory_rules.txt:158
msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'"
@@ -16048,8 +16051,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"A relación actual da memoria da caché de consultas e o tamaño total da caché "
"de consultas é de %s%%. Debería superar o 80%%"
@@ -16204,8 +16207,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% de todos os ordenamentos causan táboas temporais; este valor debería "
"estar por debaixo do 10%%."
@@ -16978,6 +16981,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert está definido como 0"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Mostrar as bases de datos nunha listaxe"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Eliminar os datos de seguimento desta táboa"
diff --git a/po/he.po b/po/he.po
index 59fce5eac1..6dc567cfbd 100644
--- a/po/he.po
+++ b/po/he.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-10-22 15:46+0200\n"
"Last-Translator: Eyal Visoker \n"
"Language-Team: Hebrew \n"
-"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: he\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -91,7 +91,7 @@ msgstr "עמודה"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "ראשי"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "לא"
@@ -205,16 +205,16 @@ msgstr "לא"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "כן"
@@ -264,15 +264,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "אחסון התצורה של phpMyAdmin הופסקה. כדי לגלות מדוע יש ללחוץ %sכאן%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "טבלה"
@@ -375,13 +375,13 @@ msgstr "עודכנה"
msgid "Status"
msgstr "מצב"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -394,7 +394,7 @@ msgstr "פעולה"
msgid "Show"
msgstr "הצגה"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -414,15 +414,25 @@ msgstr "דוח המעקב"
msgid "Structure snapshot"
msgstr "העתק של המבנה"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "לא פעיל"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "פעיל"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "טבלאות שאינן במעקב"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "מעקב אחר טבלה"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "יומן מסד נתונים"
@@ -542,7 +552,7 @@ msgid "Add geometry"
msgstr "הוספת פני שטח"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -564,9 +574,9 @@ msgstr "הוספת פני שטח"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -604,8 +614,8 @@ msgstr "חסרים נתונים בפרמטרים"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"כפי הנראה ניסית להעלות קובץ גדול מדי. נא לפנות ל%s תיעוד %s למצוא דרך לעקיפת "
"מגבלה זו."
@@ -1346,12 +1356,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr "אנא הוסף לפחות משתנה אחד לסידרה"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1895,18 +1905,18 @@ msgid "Show query box"
msgstr "שאילתת SQL"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "עריכה"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d הוא לא מספר שורה תקין."
@@ -2175,7 +2185,7 @@ msgstr "תוכן עניניים"
msgid "Ignore"
msgstr "התעלמות"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "העתקה"
@@ -2191,7 +2201,7 @@ msgstr "מחרוזת שורה"
msgid "Polygon"
msgstr "מצולע"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "פני השטח"
@@ -2349,10 +2359,10 @@ msgstr "שמות עמודה"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "הצגת הכול"
@@ -2462,7 +2472,7 @@ msgstr "הוספת שדה חדש"
msgid "Show hidden navigation tree items."
msgstr "הראה רשת"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2532,7 +2542,7 @@ msgstr ""
msgid "up to date"
msgstr "אין מאגרי נתונים"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3012,8 +3022,8 @@ msgid "Requery"
msgstr "בשאילתה"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3022,16 +3032,16 @@ msgid "Delete"
msgstr "מחיקה"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3114,7 +3124,7 @@ msgid "History"
msgstr "היסטוריית SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3160,7 +3170,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3213,9 +3223,9 @@ msgstr "שאילתת SQL"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3224,9 +3234,9 @@ msgstr ""
msgid "Ascending"
msgstr "עולה"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3445,31 +3455,31 @@ msgstr "בתוך הטבלאות:"
msgid "Inside column:"
msgstr "בתוך העמודה:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
msgid "Save edited data"
msgstr "תיקיית בית של נתונים"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "הוספת/מחיקת עמודות שדה"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "שדות"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "חיפוש במסד הנתונים"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3477,7 +3487,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "התחלה"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3486,7 +3496,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "הקודם"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3495,7 +3505,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "הבא"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3503,86 +3513,86 @@ msgctxt "Last page"
msgid "End"
msgstr "סיום"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "הכל"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "מספר שדות"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "טקסטים חלקיים"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "טקסטים מלאים"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "תצוגת יחסים"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
msgid "Relational display column"
msgstr "תצוגת יחסים"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
msgid "Hide browser transformation"
msgstr "שינויי צורה זמינים"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "השורה נמחקה"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "יכול להיות הערכה. ראה [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3591,46 +3601,46 @@ msgstr "יכול להיות הערכה. ראה [doc@faq3-11]FAQ 3.11[/doc]"
msgid "Your SQL query has been executed successfully."
msgstr "שאילתת ה־SQL שלך בוצעה בהצלחה"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "לתצוגה זו יש לפחות מספר כזה של שורות. נא לפנות ל%sתיעוד%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "מראה שורות"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "סה\"כ"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "שאילתה לקחה %01.4f שניות"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "עם הנבחרים:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3638,50 +3648,52 @@ msgstr "עם הנבחרים:"
msgid "Check All"
msgstr "סימון הכול"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "שינוי"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "יצוא"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "תצוגת הדפסה"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "תצוגת הדפסה (עם טקסטים מלאים)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display chart"
msgstr "מציג הערות עמודה"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3849,7 +3861,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "שרת"
@@ -3909,9 +3921,9 @@ msgstr "הכנסה"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "הרשאות"
@@ -3975,7 +3987,7 @@ msgstr "הוספת/מחיקת עמודות שדה"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "מאגרי נתונים"
@@ -4101,7 +4113,7 @@ msgid "Recent"
msgstr "איפוס"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4558,14 +4570,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4821,7 +4833,7 @@ msgstr "מירבי: %s%s"
msgid "MySQL said: "
msgstr "MySQL אמר: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "הסברת SQL"
@@ -4833,7 +4845,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr "ללא קוד PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "ייצור קוד PHP"
@@ -5367,7 +5379,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6535,7 +6547,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6601,1015 +6613,1016 @@ msgstr "גבולות משאבים"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "הראה רשת"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "אפשרויות ייצוא מאגר נתונים"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "אפשרויות ייצוא מאגר נתונים"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "כותרת טבלה"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "ניתוח טבלה"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "שינוי סדר הטבלה לפי"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "כותרת טבלה"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "שינוי שם טבלה אל"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "מפתח ראשי נוסף אל %s"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
msgid "Relational display"
msgstr "תצוגת יחסים"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "אפשרויות ייצוא מאגר נתונים"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
#, fuzzy
msgid "Save directory"
msgstr "תיקיית בית של נתונים"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "ערך זמן חיבור (Session)"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "תיעוד"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "נכשל בכניסה לשרת MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "חיבורים"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "כל שרת מארח"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "כל שרת מארח"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "אין מאגרי נתונים"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "בחירת שרת"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "הוספת/מחיקת עמודות שדה"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "אל תשנה את הסיסמא"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "מאגר נתונים"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "קוד שרת (ID)"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "ניתוח טבלה"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "משתנים"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "תיקון טבלה"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "בחירת שרת"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "%s has been disabled for this MySQL server."
msgid "Enable SSL for connection to MySQL server."
msgstr "%s מובטל על שרת MySQL זה."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "מציג הערות עמודה"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "איחוי טבלה"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "משפטים"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
msgid "Automatically create versions"
msgstr "גרסת שרת"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "שימוש בטבלאות"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "ראיית מידע PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "ראיית טבלאות"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "הראה רשת"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "הראה שאילתות שלמות"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "שאילתת SQL"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "סטטיסטיקת שורה"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "הוספת/מחיקת עמודות שדה"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "ברירת מחדל"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7617,52 +7630,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7670,74 +7683,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "שם משתמש:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "סיסמא"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "קוד שרת (ID)"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Local monitor configuration incompatible"
msgid "Enable Zero Configuration mode"
@@ -8230,8 +8243,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8740,8 +8753,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9914,8 +9927,8 @@ msgstr "ברוך הבא אל %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11167,7 +11180,7 @@ msgstr "שם משתמש"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "סיסמא"
@@ -11198,8 +11211,8 @@ msgstr "קוד שרת (ID)"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "מארח"
@@ -12053,7 +12066,7 @@ msgstr "ללא"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12090,14 +12103,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "הרשאות ספציפיות-לטבלאות"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12108,7 +12121,7 @@ msgid "Administration"
msgstr "ניהול"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "הרשאות גלובליות"
@@ -12119,7 +12132,7 @@ msgid "Global"
msgstr "עולמי"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "הרשאות ספציפיות למאגר נתונים"
@@ -12137,13 +12150,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "מידע כניסה"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "השתמש בשדה טקסט"
@@ -12168,7 +12181,7 @@ msgid "You have revoked the privileges for %s."
msgstr "אתה שללת הרשאות עבור %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "הוספת משתמש"
@@ -12189,220 +12202,220 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "בדיקת הראשות עבור מאגר נתונים \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
msgid "User has been added."
msgstr "שדה %s נמחק"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "משתמש"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "הענקה"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "לא נמצאו משתמשים."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "כל דבר"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "עולמי"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "ספציפי למאגר הנתונים"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "תו כללי"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "ספציפי למאגר הנתונים"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "עריכת הרשאות"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "שלילה"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "עריכת השורה הבאה"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… שמירת הישן."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… מחיקת הישן מטבלאות המשתמשים."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… בטל את כל ההרשאות הפעילות מהישן ומחק אותו לאחר מכן."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… מחיקת הישן מטבלאות המשתמשים וטען מחדש את ההרשאות לאחר מכן."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "שינוי מידע כניסה / העתקת משתמש"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "יצירת משתמש חדש עם אותן ההרשאות וגם …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "הרשאות ספציפיות-לעמודה"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "הוספת הרשאות למאגר הנתונים הבא"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "תווים כללים _ וגם % צריכים לבוא ביחד עם \\ על מנת להשתמש בהם באמת."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "הוספת הראשאות לטבלה הבאה"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "הסרת משתמשים שנבחרו"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "שלילת כל ההרשאות הפעילות מהמשתמשים ומחיקתם לאחר מכן."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "הסרת מאגרי נתונים שיש להם שמות דומים כמו למשתמשים."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "טוען מחדש הרשאות"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
#, fuzzy
msgid "The selected users have been deleted successfully."
msgstr "%s מסדי נתונים נמחקו בהצלחה."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "אתה עדכנת הרשאות עבור %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "מוחק %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "ההרשאות נטענו מחדש בהצלחה."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "שם המשתמש %s כבר קיים!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "הרשאות"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "עריכת הרשאות"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "סקירת משתמשים"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"הערה: phpMyAdmin מקבל הרשאות משתמש ישירות מטבלאות הרשאות של MySQL. התוכן של "
"הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן "
"ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "המשתמש שנבחר לא נמצא בטבלת ההרשאות."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "משתמש חדש נוסף."
@@ -14354,14 +14367,6 @@ msgstr ""
msgid "Delete version"
msgstr "גרסת שרת"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "פעיל"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "לא פעיל"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14491,11 +14496,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14823,23 +14828,23 @@ msgstr[1] ""
msgid "No column selected."
msgstr "לא נבחרו שורות"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
msgid "Tracking versions deleted successfully."
msgstr "%s מסדי נתונים נמחקו בהצלחה."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "לא נבחרו שורות"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15236,8 +15241,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15366,8 +15371,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16028,6 +16033,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "אפשרויות ייצוא מאגר נתונים"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "מחיקת נתוני המעקב לטבלה זו"
diff --git a/po/hi.po b/po/hi.po
index 5cfccba60f..5711112938 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-04 18:16+0200\n"
"Last-Translator: Nisarg Jhaveri \n"
"Language-Team: Hindi \n"
-"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: hi\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "स्तम्भ"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "प्राथमिक"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "ना"
@@ -205,16 +205,16 @@ msgstr "ना"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "हाँ"
@@ -259,15 +259,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmin विन्यास भंडारण को निष्क्रिय किया गया है। %sजानें क्यों%s ।"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "टेबल"
@@ -369,13 +369,13 @@ msgstr "अद्यतन"
msgid "Status"
msgstr "स्थिति"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -388,7 +388,7 @@ msgstr "कार्य"
msgid "Show"
msgstr "दिखाओ"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -408,15 +408,25 @@ msgstr "ट्रैकिंग रिपोर्ट"
msgid "Structure snapshot"
msgstr "संरचना क्षणचित्र"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "निष्क्रिय"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "सक्रिय"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "लापता टेबलएं"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "टेबलओं को ट्रैक करें"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "डेटाबेस का रोजनामचा (log)"
@@ -539,7 +549,7 @@ msgid "Add geometry"
msgstr "ज्यामिति जोडें"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -561,9 +571,9 @@ msgstr "ज्यामिति जोडें"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -603,11 +613,11 @@ msgstr "अपूर्ण पैरामीटर"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"आप शायद बहुत बड़ी फाइल अपलोड करने की कोशिश कर रहे हैं. इस दुविधा के लिए कृपया करके "
-"%sdocumentation%s पढ़ें."
+"आप शायद बहुत बड़ी फाइल अपलोड करने की कोशिश कर रहे हैं. इस दुविधा के लिए कृपया करके %"
+"sdocumentation%s पढ़ें."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1341,12 +1351,12 @@ msgstr "चार्ट को जाली (grid) पर लगाएँ"
msgid "Please add at least one variable to the series!"
msgstr "कृपया, श्रृंखला में कम से कम एक चर (variable) ज़रूर जोड़ें"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1864,18 +1874,18 @@ msgid "Show query box"
msgstr "क्वॅरी बॉक्स दिखाएँ"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "सम्पादन"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d एक वैध पंक्ति संख्या नहीं है।"
@@ -2144,7 +2154,7 @@ msgstr "डॅटा बिन्दु सामग्री"
msgid "Ignore"
msgstr "उपेक्षा करें"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "प्रतिलिपि करें"
@@ -2162,7 +2172,7 @@ msgstr "लाईन समाप्त होता है"
msgid "Polygon"
msgstr "बहुभुज"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "ज्यामिति"
@@ -2336,10 +2346,10 @@ msgstr "कोलम के नाम"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "कॉलम को दिखने / छुपाने के लिए
ड्रॉप-डाउन तीर पर क्लिक करें"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "सभी दिखाएँ"
@@ -2449,7 +2459,7 @@ msgstr "अनुक्रमणिका जोड़"
msgid "Show hidden navigation tree items."
msgstr "बाईं फ्रेम में लोगो देखियें"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2522,7 +2532,7 @@ msgstr "नवीनतम स्थिर संस्करण:"
msgid "up to date"
msgstr "अद्यतन"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "दृश्य बनाइये"
@@ -2954,8 +2964,8 @@ msgid "Requery"
msgstr "उप-क्वरी"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2964,16 +2974,16 @@ msgid "Delete"
msgstr "मिटाएँ"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3059,7 +3069,7 @@ msgid "History"
msgstr "SQL- इतिहास"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3105,7 +3115,7 @@ msgid "During current session"
msgstr "वर्तमान त्रुटि को छोड़"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3159,9 +3169,9 @@ msgstr "SQL इतिहास क्वेरी टेबल"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3170,9 +3180,9 @@ msgstr ""
msgid "Ascending"
msgstr "आरोही"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3391,33 +3401,33 @@ msgstr "टेबल में:"
msgid "Inside column:"
msgstr "काँलम के अंदर:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "निर्देशिका बचाना"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Textarea columns"
msgid "Restore column order"
msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filter"
msgid "Filter rows"
msgstr "फ़िल्टर"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "डाटाबेस में खोजें"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3425,7 +3435,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "प्रारंभ"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3434,7 +3444,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "पिछला"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3443,7 +3453,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "अगला"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3451,79 +3461,79 @@ msgctxt "Last page"
msgid "End"
msgstr "आखरी"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "सभी"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "पंक्तियोंकी की संख्या:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "कुंजी सॉर्ट"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "आंशिक पाठ"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "पूर्ण पाठ"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "कुंजी संबंधपरक"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "संबंधपरक प्रदर्शन स्तंभ"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "द्विआधारी सामग्री दिखाने"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB सामग्री दिखाने"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "सामग्री दिखाने"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "रौ को डिलीट कर दिया"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "शायद अनुमानित हैं. [doc@faq3-11]FAQ 3.11[/doc] देखें"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3532,46 +3542,46 @@ msgstr "शायद अनुमानित हैं. [doc@faq3-11]FAQ 3.11[/
msgid "Your SQL query has been executed successfully."
msgstr "आपकी SQL कुएरी सफलता के साथ पूरी की गई है"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "इस द्रश्य में कम से कम इतनी रो हैं. और जानने के लिए %s दस्तावेज़%s पढ़ें."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "रौ देखिये"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "कुल"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "क्वरी को %01.4f सेकेंड का समय लगा"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "चुने हुओं को:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3579,50 +3589,52 @@ msgstr "चुने हुओं को:"
msgid "Check All"
msgstr "सभी को चेक करें"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "बदलें"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "निर्यात"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "छपाई द्रश्य"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display Features"
msgid "Display chart"
msgstr "फीचरस दिखाओ"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3794,7 +3806,7 @@ msgid ""
msgstr "सूचकांक %1$s और %2$s बराबर लगने के कारन उनमें से संभवतः हटाया जा सकता है."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "सर्वर"
@@ -3854,9 +3866,9 @@ msgstr "इनसर्ट"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "प्रिविलेज"
@@ -3920,7 +3932,7 @@ msgstr "पाठ क्षेत्रपाठ क्षेत्र कोल
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "डाटाबेस"
@@ -4046,7 +4058,7 @@ msgid "Recent"
msgstr "रीसेट"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4509,14 +4521,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4774,7 +4786,7 @@ msgstr "अधिकतम: %s%s"
msgid "MySQL said: "
msgstr "MySQL ने कहा: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL की व्याख्या"
@@ -4786,7 +4798,7 @@ msgstr "SQL की व्याख्या को छोड़ जाना"
msgid "Without PHP Code"
msgstr "php कोड के बिना"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP Code बनाओ"
@@ -5329,7 +5341,7 @@ msgid "Set value: %s"
msgstr "मान निर्धारित: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "मूलभूत मान को बहाल"
@@ -6628,7 +6640,7 @@ msgid "Maximum displayed SQL length"
msgstr "SQL प्रदर्शित अधिकतम लम्बाई"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "यूसरओं एक उच्च मूल्य निर्धारित नहीं कर सकते"
@@ -6705,67 +6717,67 @@ msgstr "स्मृति सीमा"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "बाईं फ्रेम में लोगो देखियें"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "बाईं फ्रेम में लोगो देखियें"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "लोगो प्रदर्शन करें"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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 यहाँ इंगित"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "लोगो लिंक URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "लोगो लिंक लक्ष्य"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the left frame"
msgid "Display server choice at the top of the navigation panel."
msgstr "बाएं फ्रेम के शीर्ष पर सर्वर विकल्प"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "सर्वर चयन प्रदशित करें"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "त्वरित पहुँच आइकन के लिए लक्ष्य"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "त्वरित पहुँच आइकन के लिए लक्ष्य"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid ""
@@ -6773,19 +6785,19 @@ msgid ""
"display a filter box."
msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of items to display the filter box"
msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of databases to display the database filter box"
msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -6796,136 +6808,137 @@ msgid ""
msgstr ""
"केवल प्रकाश संस्करण, एक पेड़ में प्रदर्शित डेटाबेस (नीचे परिभाषित विभाजक द्वारा निर्धारित)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "स्ट्रिंग जो डेटाबेस को अलग स्तरों में बांटती है"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "डेटाबेस स्तर अलगानेवाला"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "स्ट्रिंग जो टेबल को अलग स्तरों में बांटती है"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "टेबल स्तर अलगानेवाला"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "अधिकतम टेबल स्तर गहराई"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "कर्सर के तहत सर्वर पर प्रकाश डाला"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "उजागर सक्षम"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "डेटाबेस सूची की तरह देखें"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "प्रतिष्ठित नेविगेशन पट्टी"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "प्रदर्शित टेबल की अधिकतम संख्या"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "प्रदर्शित टेबल की अधिकतम संख्या"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Untracked tables"
msgid "Recently used tables"
msgstr "लापता टेबलएं"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Inline edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "ये हैं संपादित करें, इनलाइन संपादन, प्रतिलिपि बनाएँ और हटाएँ लिंक"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
msgstr "टेबल और डेटाबेस नाम सॉर्ट करने के लिए प्राकृतिक व्यवस्था का उपयोग"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "प्राकृतिक आदेश"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "उपयोग चिह्न, पाठ या दोनों"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "प्रतिष्ठित नेविगेशन पट्टी"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, 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 आउटपुट बफरिंग का उपयोग करें"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip आउटपुट बफरिंग"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "डिफ़ॉल्ट सॉर्ट क्रम"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL के लिए लगातार कनेक्शन का उपयोग"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "के लिए"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6939,11 +6952,11 @@ msgstr ""
"डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर "
"phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6953,11 +6966,11 @@ msgid ""
"MySQL library and server is detected."
msgstr "अगर mcrypt कुकी प्रमाणीकरण अक्षम है डिफ़ॉल्ट चेतावनी रदर्शित होता अक्षम है"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6970,82 +6983,82 @@ msgstr ""
"डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर "
"phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "सभी रोयों को प्रदर्शित करने की अनुमति"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB और BINARY काँलम को एडिट नहीं किया जा सकता"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "बाइनरी काँलम की रक्षा"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "स्थायी क्वरी इतिहास"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "इतिहास में कितने क्वरी रखने है"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "क्वरी इतिहास लंबाई"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, 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 चुने"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "टेबल का नाम बदलें"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "डिफ़ॉल्ट सॉर्ट क्रम"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -7053,110 +7066,110 @@ msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr "हर सेल्स बाद हेडर दोहराना, [kbd]0[/kbd] इस सुविधा को निष्क्रिय करें"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "हेडर दोहराना"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "संबंधपरक प्रदर्शन स्तंभ"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "सर्वर प्रदर्शन विकल्प"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "निर्देशिका जहां निर्यात सर्वर पर सहेजा जा सकता है"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "निर्देशिका बचाना"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "इस्तेमाल नहीं तो खाली छोड़ें"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "होस्ट प्राधिकरण आदेश"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "डिफ़ॉल्ट के लिए खाली छोड़ें"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "होस्ट प्राधिकरण नियम"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "पासवर्ड के बिना प्रवेश की अनुमति"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "रूट लॉगिन की अनुमति"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "सत्र मूल्य"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "http दायरे"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey config फाइल"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "प्रमाणीकरण विधि उपयोग करने के लिए"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "प्रमाणीकरण पद्धति का उपयोग"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
@@ -7167,11 +7180,11 @@ msgid ""
msgstr ""
"कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "बुकमार्क टेबल"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
@@ -7182,35 +7195,35 @@ msgid ""
msgstr ""
"कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "काँलम जानकारी टेबल"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL सर्वर कनेक्शन संक्षिप्त करना"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "कनेक्शन संक्षिप्त करना"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "सर्वर से कैसे कनेक्ट करें, [kbd]tcp[/kbd] रखें अगर अनिश्चित"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "कनेक्शन के प्रकार"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "यूसर पासवर्ड नियंत्रण"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7223,54 +7236,54 @@ msgstr ""
"एक विशेष MySQL सर्वर सीमित अनुमति के साथ, ज्यादा जानकारी के लिए [a@http://wiki."
"phpmyadmin.net/pma/controluser]wiki[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "नियंत्रण यूसर"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Control user"
msgid "Control host"
msgstr "नियंत्रण यूसर"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control user"
msgid "Control port"
msgstr "नियंत्रण यूसर"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA का उपयोग असमर्थ करें"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "डेटाबेस छिपाना"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7282,41 +7295,41 @@ msgstr ""
"अगर आपको SQL क्वरी इतिहास नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL इतिहास क्वेरी टेबल"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "होस्ट नाम जहाँ MySQL सर्वर चल रहा है"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "सर्वर होस्ट नाम"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "लॉगआउट URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximal number of table preferences to store"
msgstr "प्रदर्शित टेबल की अधिकतम संख्या"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7326,13 +7339,13 @@ msgid ""
msgstr ""
"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7342,38 +7355,38 @@ msgid ""
msgstr ""
"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "पासवर्ड के बिना कनेक्ट करने का प्रयास"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "पासवर्ड के बिना कनेक्ट करें"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "केवल सूचीबद्ध डेटाबेस दिखाएँ"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "अगर विन्यास प्राधिकरण का उपयोग नहीं तो खाली छोड़ दें"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "विन्यास प्राधिकरण के लिए पासवर्ड"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7382,33 +7395,33 @@ msgid ""
msgstr ""
"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF स्कीमा: पृष्ठों टेबल"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "डेटाबेस नाम"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "सर्वर"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7418,13 +7431,13 @@ msgid ""
msgstr ""
"कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Recall user name"
msgid "Recently used table"
msgstr "याद यूसर नाम"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7434,13 +7447,13 @@ msgid ""
msgstr ""
"कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "प्रक्रियां"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7450,45 +7463,45 @@ msgid ""
msgstr ""
"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "संबंध टेबल"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "signon सत्र नाम"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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 किस गर्तिका पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "सर्वर गर्तिका"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL कनेक्शन के लिए SSL सक्षम करने"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL का उपयोग"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7498,11 +7511,11 @@ msgid ""
msgstr ""
"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7512,11 +7525,11 @@ msgid ""
msgstr ""
"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "काँलम टेबल दिखाएँ"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgid ""
@@ -7525,33 +7538,33 @@ msgid ""
msgstr ""
"अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "User preferences storage table"
msgid "UI preferences table"
msgstr "यूसर वरीयताओं की भंडारण टेबल"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "ड्रॉप डेटाबेस जोड़ें"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "ड्रॉप टेबल जोड़ें"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7559,19 +7572,19 @@ msgstr ""
"क्या DROP VIEW IF EXISTS बयान पहली लाइन की तरह जोड़े जायेगा, जब एक दृश्य का लोग बन "
"रहा है।"
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW जोडें"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "बयान ट्रैक करने के लिए"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7583,21 +7596,21 @@ msgstr ""
"अगर आपको SQL क्वरी इतिहास नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL क्वरी ट्रैकिंग टेबल"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "स्वतः संस्करण बनाना"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7607,37 +7620,37 @@ msgid ""
msgstr ""
"कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "यूसर वरीयताओं की भंडारण टेबल"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "टेबल का उपयोग करो"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "होस्ट टेबल का उपयोग करें"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7647,122 +7660,122 @@ msgid ""
msgstr ""
"कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "विन्यास प्राधिकरण के लिए यूसर"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr "इस सर्वर का विवरण, होस्ट नाम दिखने के लिए खाली छोडें।"
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "इस सर्वर का वाचाल नाम"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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)\" बटन दिखाना है"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "सभी रोयों को प्रदर्शित करने की अनुमति"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "पासवर्ड बदलने के फार्म"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "डेटाबेस बनाने का फार्म"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show more actions"
msgid "Show Creation timestamp"
msgstr "अधिक क्रियाएँ दिखाओ"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
#| msgid "Show master status"
msgid "Show Last check timestamp"
msgstr "मास्टर अवस्था"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "फ़ील्ड प्रकार दिखाएँ"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "ग्रिड दिखाओ"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "phpinfo() लिंक दिखाएँ"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "विस्तृत mysql सर्वर जानकारी"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7770,51 +7783,51 @@ msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "क्या phpMyAdmin द्वारा उत्पन SQL प्रशन प्रदर्शित करनी है"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL प्रशन दिखाएँ"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "Hide query box"
msgid "Retain query box"
msgstr "क्वरी बॉक्स छुपा"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "डेटाबेस और टेबल आँकड़े प्रदर्शित करने की अनुमति दें"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "आँकड़े दिखाएँ"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "बंद टेबलओं को छोड़"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "अगर Suhosin का पता चलता है तो चेतावनी दी जाएगी"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin चेतावनी"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7828,61 +7841,61 @@ msgstr ""
"डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर "
"phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "लॉगिन कुकी वैधता"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "क्षेत्र रोयाँ"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "ब्राउज़र विंडो का शीर्षक है जब एक डेटाबेस का चयन किया"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी डेटाबेस का चयन नहीं किया है"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "डिफ़ॉल्ट शीर्षक"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "ब्राउज़र विंडो का शीर्षक है जब एक सर्वर का चयन किया"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी सर्वर का चयन नहीं किया है"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7890,58 +7903,58 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "विश्वसनीय proxies की सूची IP अनुमति / इनकार के लिए"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr "सर्वर पर निर्देशिका जहाँ आप आयात करने के लिए फाइल अपलोड कर सकते हैं"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "अपलोड निर्देशिका"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "संपूर्ण डेटाबेस के अंदर तलाश करने के लिए अनुमति"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "डेटाबेस खोज का प्रयोग"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "सेटिंग्स में डेवलपर टैब को सक्रिय करें"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "नवीनतम संस्करण के लिए जाँच"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "phpMyAdmin के मुख्य पृष्ठ पर नवीनतम संस्करण के लिए जाँच की अनुमति"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "संस्करण की जांच"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7949,34 +7962,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "यूसर नाम"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "पासवर्ड"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for "
@@ -7988,43 +8001,43 @@ msgstr ""
"आयात और निर्यात के संचालन के लिए सक्षम संपीड़न [a@http://en.wikipedia.org/wiki/Gzip]"
"gzip[/a]"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "सर्वर"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8497,8 +8510,8 @@ msgstr ", @टेबल@ टेबल का नाम बन जायेगा
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8998,8 +9011,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10181,11 +10194,11 @@ msgstr "%s मे स्वागत है"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"आपने शायद एक विन्यास फाइल नहीं बने थी. विन्यास फाइल बनाने के लिए %1$ssetup script"
-"%2$s का उपयोग करें."
+"आपने शायद एक विन्यास फाइल नहीं बने थी. विन्यास फाइल बनाने के लिए %1$ssetup script%2"
+"$s का उपयोग करें."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11441,7 +11454,7 @@ msgstr "यूसर नेम"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "पासवर्ड"
@@ -11473,8 +11486,8 @@ msgstr "सर्वर आईडी"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "होस्ट"
@@ -12365,7 +12378,7 @@ msgstr "नहीं"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12402,14 +12415,14 @@ msgstr "यूसर के समकालिक कनेक्शन की
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "केवल टेबल के प्रिविलेज"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12420,7 +12433,7 @@ msgid "Administration"
msgstr "एडमिनिस्ट्रेशन"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "वैश्विक प्रिविलेज"
@@ -12431,7 +12444,7 @@ msgid "Global"
msgstr "वैश्विक"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "केवल डाटाबेस के प्रिविलेज"
@@ -12449,13 +12462,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "प्रवेश जानकारी"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -12480,7 +12493,7 @@ msgid "You have revoked the privileges for %s."
msgstr "आपने %s के privileges वापस ले लिया."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "नया प्रयोक्ता जोड़ें"
@@ -12501,217 +12514,217 @@ msgstr "वाइल्डकार्ड नाम (यूसरनाम\\_%)
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" डेटाबेस पर सभी विशेषाधिकारों का अनुदान करें।"
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "द्रश्य %s रद्द दिया गया है."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "यूजर"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "अनुदान"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "कोई यूसर नहीं।"
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "कोई"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "वैश्विक"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "डेटाबेस-विशेष"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "वाइल्डकार्ड"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "डेटाबेस-विशेष"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "प्रिविलेज एडिट करें"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "वापस लो"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "सर्वर को संपादित करें"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… पुराने रखना।"
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… पुराने यूसर को टेबल से हटाना।"
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "केवल कोलम के प्रिविलेज"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "इन डाटाबेसों के लिये विशेषाधिकार जोडें"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "इन टेबल के लिये विशेषाधिकार जोडें"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "चयनित यूसर हटायें"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "यूसर से सभी सक्रिय विशेषाधिकार रद्द करने और उन्हें बाद में हटा।"
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "विशेषाधिकार पुनः लोड"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "आपने %s के प्रिविलेज अपडेट कर दिया ।"
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "चयनित यूसर को सफलतापूर्वक हटा दिया गया है।"
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "उपयोगकर्ता %s पहले से मौजूद है!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "प्रिविलेज"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "प्रिविलेज एडिट करें"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "यूसर सिंहावलोकन"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "आपने नया यूसर बना लिया।"
@@ -14700,14 +14713,6 @@ msgstr "निष्क्रिय करे"
msgid "Delete version"
msgstr "संस्करण बनाएँ"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "सक्रिय"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "निष्क्रिय"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "ट्रैकिंग कि स्थिति"
@@ -14848,11 +14853,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "विन्यास सहेज नहीं सकते"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15177,25 +15182,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "कोई पंक्ति चयनित नहीं"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "ट्रैकिंग सक्रिय है"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The privileges were reloaded successfully."
msgid "Tracking versions deleted successfully."
msgstr "चयनित यूसर को सफलतापूर्वक हटा दिया गया है।"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "कोई पंक्ति चयनित नहीं"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL कथन चलाएँ।"
@@ -15602,8 +15607,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15736,8 +15741,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16457,6 +16462,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 0 पर सेट है"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "डेटाबेस सूची की तरह देखें"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "इस टेबल के लिए ट्रैकिंग डेटा हटाएँ"
diff --git a/po/hr.po b/po/hr.po
index 73df3a86d5..db87a017e5 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-28 11:02+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Croatian \n"
-"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 1.9-dev\n"
#: changelog.php:36 license.php:28
@@ -95,7 +95,7 @@ msgstr "Stupac"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr "Primarni"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ne"
@@ -209,16 +209,16 @@ msgstr "Ne"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Da"
@@ -270,15 +270,15 @@ msgstr ""
"Konfiguracija za pohranu phpMyAdmin-a je deaktivirana. Kako biste saznali "
"razloge, kliknite %sovdje%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tablica"
@@ -387,13 +387,13 @@ msgstr "Ažurirano"
msgid "Status"
msgstr "Stanje"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -406,7 +406,7 @@ msgstr "Aktivnost"
msgid "Show"
msgstr "Prikaži"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -426,15 +426,25 @@ msgstr "Izvještaj o praćenju"
msgid "Structure snapshot"
msgstr "Snimak strukture"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "neaktivno"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktivno"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nepraćene tablice"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Prati tablicu"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Log baze podataka"
@@ -563,7 +573,7 @@ msgid "Add geometry"
msgstr "Dodaj geometriju"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -585,9 +595,9 @@ msgstr "Dodaj geometriju"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -628,14 +638,14 @@ msgstr "Dovrši umetanja"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Vjerojatno ste pokušali s učitavanjem prevelike datoteke. Pogledajte "
-"%sdokumentaciju%s radi uputa o načinima rješavanja ovog ograničenja."
+"Vjerojatno ste pokušali s učitavanjem prevelike datoteke. Pogledajte %"
+"sdokumentaciju%s radi uputa o načinima rješavanja ovog ograničenja."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1411,12 +1421,12 @@ msgstr "Poravnaj s mrežom"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1969,18 +1979,18 @@ msgid "Show query box"
msgstr "SQL upit"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Uređivanje"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nije valjani broj retka."
@@ -2249,7 +2259,7 @@ msgstr "Veličina pokazatelja podataka"
msgid "Ignore"
msgstr "Ignoriraj"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopiraj"
@@ -2265,7 +2275,7 @@ msgstr "Linija teksta"
msgid "Polygon"
msgstr "Poligon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrija"
@@ -2427,10 +2437,10 @@ msgstr "Nazivi stupaca"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Prikaži sve"
@@ -2544,7 +2554,7 @@ msgstr "Indeksi"
msgid "Show hidden navigation tree items."
msgstr "Prikaži logo u lijevom okviru"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2622,7 +2632,7 @@ msgstr "Izradi relaciju"
msgid "up to date"
msgstr "Nema baza podataka"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3106,8 +3116,8 @@ msgid "Requery"
msgstr "unutar upita"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3116,16 +3126,16 @@ msgid "Delete"
msgstr "Izbriši"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3212,7 +3222,7 @@ msgid "History"
msgstr "SQL povijest"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3257,7 +3267,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3312,9 +3322,9 @@ msgstr "Isprazni pohranu upita"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3323,9 +3333,9 @@ msgstr ""
msgid "Ascending"
msgstr "Uzlazno"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3549,31 +3559,31 @@ msgstr "Unutar tablica:"
msgid "Inside column:"
msgstr "Unutar polja:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
msgid "Save edited data"
msgstr "Osnovna mapa podataka"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Dodaj/Izbriši stupce polja"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Datoteke"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Traži u bazi podataka"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3581,7 +3591,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Na vrh stranice"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3590,7 +3600,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Prethodni"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3599,7 +3609,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Sljedeće"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3607,87 +3617,87 @@ msgctxt "Last page"
msgid "End"
msgstr "Završetak"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Sve"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Broj polja"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Presloži po ključu"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Djelomični tekstovi"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Potpuni tekstovi"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relacijski ključ"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Polje za prikaz relacija"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Pretvaranje preglednika"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Redak je izbrisan"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Eliminiraj"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Može biti približno. Pogledajte [doc@faq3-11]ČPP 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3696,47 +3706,47 @@ msgstr "Može biti približno. Pogledajte [doc@faq3-11]ČPP 3.11[/doc]"
msgid "Your SQL query has been executed successfully."
msgstr "Vaš SQL upit uspješno je izvršen"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Ovaj prikaz sadrži najmanje ovoliko redaka. Proučite %sdokumentaciju%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Prikazivanje redaka"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "ukupno"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Upit je trajao %01.4f sek"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "S odabirom:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3744,50 +3754,52 @@ msgstr "S odabirom:"
msgid "Check All"
msgstr "Označi sve"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Promijeni"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Izvoz"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operacije rezultata upita"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Prikaz ispisa"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Prikaz ispisa (s potpunim tekstovima)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Prikaži PDF shemu"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3964,7 +3976,7 @@ msgstr ""
"Indeksi %1$s i %2$s izgledaju jednakim i jednog od njih moguće je ukloniti."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Poslužitelj"
@@ -4024,9 +4036,9 @@ msgstr "Umetni"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegije"
@@ -4090,7 +4102,7 @@ msgstr "Dodaj/Izbriši stupce polja"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Baze podataka"
@@ -4216,7 +4228,7 @@ msgid "Recent"
msgstr "Povrat"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4681,14 +4693,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4945,7 +4957,7 @@ msgstr "Najv: %s%s"
msgid "MySQL said: "
msgstr "MySQL je poručio: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Objasni SQL"
@@ -4957,7 +4969,7 @@ msgstr "Preskoči Objasni SQL"
msgid "Without PHP Code"
msgstr "Bez PHP koda"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Izradi PHP kod"
@@ -5514,7 +5526,7 @@ msgid "Set value: %s"
msgstr "Postavi vrijednost %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Vrati zadanu vrijednost"
@@ -6705,7 +6717,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6781,63 +6793,63 @@ msgstr "Ograničenja resursa"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "Prikaži logo u lijevom okviru"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Prikaži logo u lijevom okviru"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Prikaži logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "The number of tables that are open."
msgid ""
@@ -6845,971 +6857,972 @@ msgid ""
"display a filter box."
msgstr "Broj otvorenih tablica."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of items to display the filter box"
msgstr "Broj otvorenih tablica."
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of databases to display the database filter box"
msgstr "Broj otvorenih tablica."
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
#, fuzzy
msgid "Database tree separator"
msgstr "Predložak naziva datoteka"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Opcije izvoza baze podataka"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Naslov tablice"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Broj otvorenih tablica."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
msgid "Recently used tables"
msgstr "Provjeri tablicu"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Izmijeni rasporede tablice po"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Naslov tablice"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Persistent connections"
msgid "Use persistent connections to MySQL databases."
msgstr "Stalne veze"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Stalne veze"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Preimenuj tablicu u"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Primarni ključ je dodan na %s."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Popravi grane"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display"
msgstr "Polje za prikaz relacija"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Opcije izvoza baze podataka"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
#, fuzzy
msgid "Save directory"
msgstr "Osnovna mapa podataka"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Vrijednost sesije"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
msgid "Authentication method to use."
msgstr "Replikacija"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tip autentifikacije"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Zabilježi tablicu"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Could not connect to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Neuspješno spajanje na MySQL server"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Komprimiraj vezu"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Veze"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Kontroliraj korisničke lozinke"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Bilo koje računalo"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Bilo koje računalo"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Nema baza podataka"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "naziv poslužitelja"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Dodaj/Izbriši stupce polja"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Connect without password"
msgid "Try to connect without password."
msgstr "Spoji se bez lozinke"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Spoji se bez lozinke"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "naziv baze podataka"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "ID poslužitelja"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Analiziraj tablicu"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Varijable"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Popravi tablicu"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Odabir poslužitelja"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Could not connect to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Neuspješno spajanje na MySQL server"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Koristi SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Prikazivanje stupca komentara"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Defragmentiraj tablicu"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Izjave"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Rad s automatskim povratom"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Upotrijebi tablice"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Upotrijebi tablicu poslužitelja"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Prikaži PHP podatke"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
msgid "Show Last check timestamp"
msgstr "Prikaži stanje potčinjenog"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Prikaži otvorene tablice"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Prikaži mrežu"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Prikaži phpinfo() link"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Prikaži detaljne informacije o MySQL serveru"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Prikaži pune upite"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL upit"
-#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
-msgstr ""
-
-#: libraries/config/messages.inc.php:750
-#, fuzzy
-msgid "Show statistics"
-msgstr "Statistike redova"
-
#: libraries/config/messages.inc.php:751
-msgid ""
-"Mark used tables and make it possible to show databases with locked tables."
+msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
#: libraries/config/messages.inc.php:752
#, fuzzy
+msgid "Show statistics"
+msgstr "Statistike redova"
+
+#: libraries/config/messages.inc.php:753
+msgid ""
+"Mark used tables and make it possible to show databases with locked tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:754
+#, fuzzy
msgid "Skip locked tables"
msgstr "Prikaži otvorene tablice"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Dodaj/Izbriši stupce polja"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
msgid "Default title"
msgstr "Preimenuj bazu podataka u"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7817,53 +7830,53 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
#, fuzzy
msgid "Upload directory"
msgstr "Osnovna mapa podataka"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7871,74 +7884,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Korisničko ime:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Lozinka"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "ID poslužitelja"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8437,12 +8450,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
-#| "matting strings. Additionally the following transformations will pen: "
-#| "%3$s. Other text will be kept as is."
+#| "matting strings. Additionally the following transformations will pen: %3"
+#| "$s. Other text will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Vrijednost se interpretira pomoću %1$sstrftime%2$s, pa možete upotrijebiti "
"naredbe oblikovanja vremena. Dodatno se mogu dogoditi sljedeća "
@@ -9015,8 +9028,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10219,8 +10232,8 @@ msgstr "Dobro došli u %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Vjerojatan razlog za ovo je da niste napravili konfiguracijsku datoteku. Za "
"izradu možete upotrijebiti %1$sskriptu za instalaciju%2$s da biste je "
@@ -11574,7 +11587,7 @@ msgstr "Korisničko ime"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Lozinka"
@@ -11607,8 +11620,8 @@ msgstr "ID poslužitelja"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Računalo"
@@ -12496,7 +12509,7 @@ msgstr "bez kompresije"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12539,14 +12552,14 @@ msgstr "Ograničava broj istovremenih povezivanja koje korisnik može imati."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilegije specifične za tablicu"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12557,7 +12570,7 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Opće privilegije"
@@ -12568,7 +12581,7 @@ msgid "Global"
msgstr "opće"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilegije specifične za bazu podataka"
@@ -12587,13 +12600,13 @@ msgstr ""
"Dopušta dodavanje korisnika i privilegija bez ponovnog učitavanja tablica."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "_Podaci prijave"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Upotrijebi tekstualno polje"
@@ -12618,7 +12631,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Opozvali ste privilegije za %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Dodaj korisnika"
@@ -12639,225 +12652,225 @@ msgstr "Podari sve privilegije imenima s džokerima (korisničkoime_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Provjeri privilegije za bazu podataka \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Korisnici koji imaju pristup u \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Index %s je ispušten"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Korisnik"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Podarivanje"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Korisnici nisu pronađeni."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Bilo koji"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "opće"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "specifično za bazu podataka"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "džoker"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "specifično za bazu podataka"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Uredi privilegije"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Opozovi"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
msgid "Edit user group"
msgstr "Web poslužitelj"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… zadržati staru."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… izbriši starog iz korisničkih tablica."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… opozovi sve aktivne privilegije iz stare i potom je izbriši."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… izbriši starog iz korisničkih tablica i potom ponovo učitaj privilegije."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Promjena podataka prijave / Kopiranje korisnika"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Izradi novog korisnika s istim privilegijama i…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilegije specifične za stupac"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Dodaj privilegije za sljedeće baze podataka"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Kako bi se mogli upotrebljavati u doslovnom smislu, džokerima \\_ i \\% mora "
"prethoditi znak \\."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Dodaj privilegije za sljedeću tablicu"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Ukloni odabrane korisnike"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Opozovi sve aktivne privilegije korisnika i potom ih izbriši."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Ispusti baze podataka koje imaju iste nazive i korisnike."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nema odabranih korisnika za uklanjanje!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Ponovno učitavanje privilegija"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Odabrani korisnici uspješno su izbrisani."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ažurirali ste privilegije za %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Brisanje %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilegije su uspješno učitane."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Korisnik %s već postoji!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegije"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
#, fuzzy
#| msgid "New"
msgctxt "Create new user"
msgid "New"
msgstr "Novo"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Uredi privilegije"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Pregled korisnika"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Napomena: phpMyAdmin preuzima korisničke privilegije izravno iz MySQL "
"tablica privilegija. U slučaju da su ručno mijenjane, sadržaj ovih tablica "
"može se razlikovati od privilegija koje upotrebljava poslužitelj. U tom je "
"slučaju potrebno %sponovo učitati privilegije%s prije nastavljanja rada."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Odabrani korisnik nije pronađen u tablici privilegija."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Dodali ste novog korisnika."
@@ -14972,14 +14985,6 @@ msgstr ""
msgid "Delete version"
msgstr "Izradi relaciju"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktivno"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "neaktivno"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -15111,13 +15116,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not save configuration"
msgstr "Nije moguće učitati zadanu konfiguraciju iz: \"%1$s\""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15451,24 +15456,24 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nema odabranih redova"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Odabrani korisnici uspješno su izbrisani."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nema odabranih redova"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15872,8 +15877,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -16007,8 +16012,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16728,6 +16733,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "najv. uzastopnih veza"
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Opcije izvoza baze podataka"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Obriši podatke o praćenju za ovu tablicu"
@@ -17776,8 +17786,8 @@ msgstr "najv. uzastopnih veza"
#~ "Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] "
#~ "extension. Please check your PHP configuration."
#~ msgstr ""
-#~ "Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation]"
-#~ "[em]%1$s[/em][/a] . Provjerite svoju PHP konfiguraciju."
+#~ "Nije moguće učitati proširenje [a@http://php.net/%1$s@Documentation][em]%1"
+#~ "$s[/em][/a] . Provjerite svoju PHP konfiguraciju."
#~ msgid ""
#~ "Couldn't load the iconv or recode extension needed for charset "
diff --git a/po/hu.po b/po/hu.po
index 6e170e51bf..e58d61a240 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-22 22:50+0200\n"
"Last-Translator: Balázs Úr \n"
-"Language-Team: Hungarian "
-"\n"
-"Language: hu\n"
+"Language-Team: Hungarian \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2\n"
@@ -91,7 +91,7 @@ msgstr "Oszlop"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Elsődleges"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nem"
@@ -205,16 +205,16 @@ msgstr "Nem"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Igen"
@@ -260,15 +260,15 @@ msgid ""
msgstr ""
"A phpMyAdmin beállítástárolója ki lett kapcsolva. %sTudja meg, hogy miért%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tábla"
@@ -366,13 +366,13 @@ msgstr "Frissítve"
msgid "Status"
msgstr "Állapot"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -385,7 +385,7 @@ msgstr "Művelet"
msgid "Show"
msgstr "Megjelenítés"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Nyomkövetés törlése"
@@ -403,15 +403,25 @@ msgstr "Nyomkövetési jelentés"
msgid "Structure snapshot"
msgstr "Szerkezeti pillanatkép"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "nem aktív"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktív"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nem követett táblák"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Tábla nyomon követése"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Adatbázis Log"
@@ -533,7 +543,7 @@ msgid "Add geometry"
msgstr "Geometria hozzáadása"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -555,9 +565,9 @@ msgstr "Geometria hozzáadása"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -596,11 +606,11 @@ msgstr "Hiányos paraméterek"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Ön bizonyára túl nagy fájlt próbált meg feltölteni. Kérjük, nézzen utána a "
-"%sdokumentációban%s a korlátozás feloldása végett."
+"Ön bizonyára túl nagy fájlt próbált meg feltölteni. Kérjük, nézzen utána a %"
+"sdokumentációban%s a korlátozás feloldása végett."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -771,7 +781,6 @@ msgid "PHP extension:"
msgstr "PHP-kiterjesztés:"
#: index.php:345
-#| msgid "PHP Version:"
msgid "PHP version:"
msgstr "PHP verzió:"
@@ -1295,12 +1304,12 @@ msgstr "Diagram hozzáadása"
msgid "Please add at least one variable to the series!"
msgstr "Legalább egy változót adjon meg a sorozathoz!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1803,18 +1812,18 @@ msgid "Show query box"
msgstr "Lekérdezési doboz megjelenítése"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Módosítás"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "A(z) %d érvénytelen sorszám."
@@ -2062,7 +2071,7 @@ msgstr "Adatmutató tartalma"
msgid "Ignore"
msgstr "Kihagyás"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Másolás"
@@ -2078,7 +2087,7 @@ msgstr "Karakterlánc"
msgid "Polygon"
msgstr "Sokszög"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2226,10 +2235,10 @@ msgstr ""
"Kattintson a legördülő nyílra
az oszlop láthatóságának ki/"
"bekapcsolásához."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Összes megjelenítése"
@@ -2329,7 +2338,7 @@ msgstr "Panel elrejtése"
msgid "Show hidden navigation tree items."
msgstr "Rejtett navigációs faszerkezet elemeinek megjelenítése."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Hozzákapcsolás a fő panelhez"
@@ -2393,7 +2402,7 @@ msgstr ", utolsó stabil verzió:"
msgid "up to date"
msgstr "friss"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Nézet létrehozása"
@@ -2821,8 +2830,8 @@ msgid "Requery"
msgstr "Újra lekérdezés"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2831,16 +2840,16 @@ msgid "Delete"
msgstr "Törlés"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2910,7 +2919,7 @@ msgid "History"
msgstr "Előzmények"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2951,7 +2960,7 @@ msgid "During current session"
msgstr "Jelenlegi munkamenet közben"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2993,9 +3002,9 @@ msgstr "Lekérdezés előzmények megjelenítése indításkor"
msgid "Show current browsing query"
msgstr "Az aktuális böngészés lekérdezéseinek megjelenítése"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3004,9 +3013,9 @@ msgstr "Az aktuális böngészés lekérdezéseinek megjelenítése"
msgid "Ascending"
msgstr "Növekvő"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3204,162 +3213,162 @@ msgstr "Belső táblák:"
msgid "Inside column:"
msgstr "Mezőben:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "A módosított adatok mentése"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Oszlopsorrend visszaállítása"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Sorok szűrése"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Keresés a táblában"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Kezdet"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Előző"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Következő"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Vége"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Mind"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Sorok száma:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Kulcs szerinti rendezés"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Részleges szövegek"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Teljes szövegek"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relációs kulcs"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relációs megjelenítési oszlop"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Bináris tartalom megjelenítése"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB-tartalom megjelenítése"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Böngészőátalakítás elrejtése"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Jól ismert szöveg"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Jól ismert bináris"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "A sor törlése megtörtént."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Leállít"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Becsült érték lehet. Lásd [doc@faq3-11]GyIK 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Az SQL-lekérdezés végrehajtása sikerült."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Ebben a nézetben legalább ennyi számú sor van. Kérjük, hogy nézzen utána a "
-"%sdokumentációban%s."
+"Ebben a nézetben legalább ennyi számú sor van. Kérjük, hogy nézzen utána a %"
+"sdokumentációban%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Sorok megjelenítése %1s-%2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d összesen, %2$d a lekérdezésben"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "összesen %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "A lekérdezés %01.4f másodpercig tartott."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "A kijelöltekkel végzendő művelet:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3367,48 +3376,50 @@ msgstr "A kijelöltekkel végzendő művelet:"
msgid "Check All"
msgstr "Mind kijelölése"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Módosítás"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportálás"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Műveletek a lekérdezési eredménnyel"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Nyomtatási nézet"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Nyomtatási nézet (teljes szöveggel)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Diagram megjelenítése"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "GIS data megjelenítése"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Nem található a hivatkozás!"
@@ -3574,7 +3585,7 @@ msgstr ""
"eltávolítható."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Kiszolgáló"
@@ -3634,9 +3645,9 @@ msgstr "Beszúrás"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Jogok"
@@ -3698,7 +3709,7 @@ msgstr "Központi oszlopok"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Adatbázisok"
@@ -3806,7 +3817,7 @@ msgid "Recent"
msgstr "Legutóbbi"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Kedvenc táblák"
@@ -4239,16 +4250,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"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"
+"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Double-precision floating-point szám, értéktartománya -1.7976931348623157E"
@@ -4538,7 +4549,7 @@ msgstr "Max: %s%s"
msgid "MySQL said: "
msgstr "A MySQL mondta: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Az SQL magyarázata"
@@ -4550,7 +4561,7 @@ msgstr "SQL magyarázat átugrása"
msgid "Without PHP Code"
msgstr "PHP kód nélkül"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP-kód létrehozása"
@@ -5060,7 +5071,7 @@ msgid "Set value: %s"
msgstr "Adja meg az értéket: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Alapértelmezett érték visszaállítása"
@@ -5156,8 +5167,8 @@ msgid ""
"%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may cause "
"random session invalidation (currently session.gc_maxlifetime is %d)."
msgstr ""
-"A %sLogin cookie validity%s, amely nagyobb, mint a %ssession.gc_maxlifetime"
-"%s, véletlenszerű munkamenet érvénytelenítést okozhat (a session."
+"A %sLogin cookie validity%s, amely nagyobb, mint a %ssession.gc_maxlifetime%"
+"s, véletlenszerű munkamenet érvénytelenítést okozhat (a session."
"gc_maxlifetime értéke jelenleg: %d)."
#: libraries/config/ServerConfigChecks.class.php:410
@@ -5188,8 +5199,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Ha szükségesnek érzi, használjon további védelmi beállításokat: "
-"%sgéphitelesítés%s beállítások és %smegbízható proxyk listája%s. Az IP-alapú "
+"Ha szükségesnek érzi, használjon további védelmi beállításokat: %"
+"sgéphitelesítés%s beállítások és %smegbízható proxyk listája%s. Az IP-alapú "
"védelem azonban lehet, hogy nem megbízható, ha az Ön IP-címe olyan "
"internetszolgáltatóhoz tartozik, ahol több ezer felhasználó, köztük Ön is, "
"csatlakozik az internethez."
@@ -6267,7 +6278,7 @@ msgid "Maximum displayed SQL length"
msgstr "A SQL kijelzett hossza legfeljebb"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "A felhasználók nem adhatnak meg nagyobb értéket"
@@ -6338,32 +6349,32 @@ msgstr "A memória korlátozása"
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"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Adatbázisok navigációjának megjelenítése faszerkezetként"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Logó megjelenítése a navigációs panelen."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "A logó megjelenítése"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
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."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "A logó hivatkozásának URL-címe"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6371,41 +6382,41 @@ msgstr ""
"A hivatkozott oldal megnyitása a főablakban ([kbd]main[/kbd]) vagy egy újban "
"([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "A logó hivatkozásának célja"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
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."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Kiszolgálók kiválasztásának megjelenítése"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "A gyors hozzáférés ikon célja"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "A második gyors hozzáférés ikon célja"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
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."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
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"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
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"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6413,96 +6424,101 @@ msgstr ""
"Elemek csoportosítása a navigációs faszerkezetben (lent megadott elválasztó "
"által meghatározva)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Elemek csoportosítása a fában"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Az adatbázisokat különféle fa szintekre elválasztó karakterlánc."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Az adatbázisfa elválasztója"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "A táblákat különféle fa szintekre tagoló karakterlánc."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Táblafa elválasztó"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "A táblafa mélysége legfeljebb"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Kiszolgáló kiemelése az egérmutató alatt."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "A szövegkiemelés engedélyezése"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Letiltsa-e az adatbázis kiterjesztés lehetőségét vagy sem."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Adatbázis kiterjesztés letiltása"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Navigációs sáv"
+
+#: libraries/config/messages.inc.php:468
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."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
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."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Utoljára használt táblák"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Ezek a Szerkesztés, Másolás és Törlés hivatkozások."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Hol legyenek a táblasor linkek"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
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."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Természetes rendezés"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Csak ikonok, csak szöveg vagy mindkettő használata."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Navigációs sáv"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip-kimenet pufferelése"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6510,19 +6526,19 @@ msgstr ""
"[kbd]SMART[/kbd] - azaz a TIME, DATE, DATETIME és TIMESTAMP típusú oszlopok "
"sorrendje csökkenő, egyéb esetben növekvő."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Alapértelmezett rendezési mód"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Állandó kapcsolatok használata a MySQL adatbázisokhoz."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Állandó kapcsolatok"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6532,11 +6548,11 @@ msgstr ""
"Szerkezet oldalon jelenik meg, ha a phpMyAdmin beállítástároló táblák "
"valamelyike nem található."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Hiányzó phpMyAdmin beállítástároló táblák"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6544,11 +6560,11 @@ msgstr ""
"Alapértelmezett figyelmeztetés kikapcsolása, ha különbség észlelhető a MySQL "
"könyvtár és a kiszolgáló között."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Kiszolgáló/programkönyvtár eltérés figyelmeztetés"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6556,27 +6572,27 @@ 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."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL fenntartott kifejezés figyelmeztetés"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Menü fülek megjelenítésének módja"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Hogy jelenjenek meg a különböző műveletek linkjei"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "A BLOB és BINARY oszlopok módosításának tiltása."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "A bináris mezők védelme"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6587,110 +6603,110 @@ msgstr ""
"eljárásokat használ fel a lekérdezési előzmények megjelenítéséhez (az ablak "
"bezárásakor elvesznek)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Állandó lekérdezési előzmények"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Hány lekérdezés legyen megtartva az előzményekben."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "A lekérdezési előzmények hossza"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Átkódoló motor"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
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."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Emlékezzen a tábla elrendezésére"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
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."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Elsődleges kulcs alapértelmezett rendezési sorrendje"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Fejlécek ismétlése"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Rács szerkesztés: eseményindító művelet"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Relációs megjelenítés"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "A beállítások megjelenítéséhez"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Rács szerkesztés: minden szerkesztett cella mentése egyszerre"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
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."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Mentési könyvtár"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Hagyja üresen, ha nem használja."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Az állomás hitelesítési sorrendje"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Hagyja üresen az alapértelmezésekhez."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Az állomás hitelesítési szabályai"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "A jelszó nélküli bejelentkezés engedélyezése"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "A root bejelentkezés engedélyezése"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Munkamenet időzóna"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
@@ -6698,15 +6714,15 @@ 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"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP-tartomány"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6716,19 +6732,19 @@ msgstr ""
"elérési útja (nem a dokumentum gyökerében található; javaslat: /etc/swekey."
"conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey konfigurációs fájl"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "A használandó hitelesítési mód."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Hitelesítés típusa"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6736,11 +6752,11 @@ msgstr ""
"Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/bookmark]könyvjelző"
"[/a] támogatás, alapértelmezés: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Könyvjelzők táblája"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6748,33 +6764,33 @@ msgstr ""
"Hagyja üresen, ha nincs oszlopmegjegyzés/mime-típus, ajánlott: [kbd]"
"pma_column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Oszlopinformációs tábla"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "A MySQL-kiszolgálóhoz való kapcsolat tömörítése."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Kapcsolat tömörítése"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Hogyan kapcsolódjon a kiszolgálóhoz, hagyja meg a [kbd]tcp[/kbd] értéket, ha "
"bizonytalan."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Csatlakozás típusa"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "A kontrollfelhasználó jelszava"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6783,11 +6799,11 @@ msgstr ""
"információk érhetők el a [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/"
"a] oldalon."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontrollfelhasználó"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6795,11 +6811,11 @@ 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."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrollgép"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6809,15 +6825,15 @@ 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."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Kontroll port"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "A (PCRE) reguláris kifejezésre illeszkedő adatbázisok elrejtése."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6826,15 +6842,15 @@ msgstr ""
"hibakövetőben[/a] és a [a@http://bugs.mysql.com/19588]MySQL hibabejelentőben"
"[/a] olvashat róla"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Az INFORMATION_SCHEMA használatának letiltása"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Adatbázisok elrejtése"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6842,23 +6858,23 @@ 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]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL-lekérdezések előzményeinek táblája"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "A gépnév, ahol a MySQL-kiszolgáló fut."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "A kiszolgáló gépneve"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Kijelentkezési URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6866,15 +6882,15 @@ 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."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "A tárolandó táblabeállítások legnagyobb száma"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "QBE mentett keresések táblája"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6882,11 +6898,11 @@ msgstr ""
"Hagyja üresen, ha nem szeretne QBE mentett keresések támogatást, ajánlott: "
"[kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Központi oszlopok táblája"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6894,15 +6910,15 @@ msgstr ""
"Hagyja üresen, ha nincs szükség központi oszlopok támogatására, ajánlott: "
"[kbd]pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Kapcsolódási kísérlet jelszó nélkül."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Kapcsolódás jelszó nélkül"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6912,30 +6928,30 @@ msgstr ""
"literális formájukat használná, pl. használja a [kbd]'my\\_db'[/kbd] alakot, "
"s ne a [kbd]'my_db'[/kbd] alakot."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Csak a kilistázott adatbázisok megjelenítése"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Hagyja üresen, ha nem konfigurációs hitelesítést használ."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "A konfigurációs hitelesítés jelszava"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-séma: pages table"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6946,22 +6962,22 @@ msgstr ""
"oldalon. Hagyja üresen, ha nincs szükség a támogatására. Ajánlott: [kbd]"
"phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Adatbázis neve"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "A kiszolgáló portja"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6969,11 +6985,11 @@ 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]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Utoljára használt tábla"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -6981,11 +6997,11 @@ 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]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Kedvencek tábla"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6993,11 +7009,11 @@ msgstr ""
"Hagyja üresen, ha nincs [a@http://wiki.phpmyadmin.net/pma/relation]relációs "
"hivatkozás[/a] támogatás, ajánlott: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Kapcsolat tábla"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7005,33 +7021,33 @@ msgstr ""
"Lásd a [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]hitelesítési "
"típusok[/a] példáját."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon munkamenet neve"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Signon URL-címe"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "A kiszolgáló szoftvercsatornája"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "SSL engedélyezése a MySQL-kiszolgálóhoz való kapcsolathoz."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL használata"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7039,11 +7055,11 @@ msgstr ""
"Hagyja üresen, ha nincs PDF-séma támogatás, ajánlott: [kbd]pma__table_coords"
"[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Tervező és PDF-séma: table coordinates"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7051,11 +7067,11 @@ 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]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Oszlopok tábla megjelenítése"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7063,11 +7079,11 @@ 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]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Felhasználói felület beállítások tábla"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7075,11 +7091,11 @@ 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."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE hozzáadása"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7087,11 +7103,11 @@ 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."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE hozzáadása"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7099,20 +7115,20 @@ 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."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW hozzáadása"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Utasítások követésre"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7120,11 +7136,11 @@ 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]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL-lekérdezések követésének táblája"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7132,11 +7148,11 @@ msgstr ""
"A követési mechanizmus automatikusan készítsen-e verziót a táblákhoz és a "
"nézetekhez."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Verziók automatikus létrehozása"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7144,11 +7160,11 @@ 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]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Felhasználók beállításainak tárolótáblája"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7158,11 +7174,11 @@ 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]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Felhasználók tábla"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7172,11 +7188,11 @@ 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]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Felhasználói csoport tábla"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7184,15 +7200,15 @@ 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]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Rejtett navigációs elemek tábla"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "A konfigurációs hitelesítés felhasználóneve"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7200,21 +7216,21 @@ msgstr ""
"A kiszolgáló felhasználóbarát leírása. Hagyja üresen az állomásnév "
"megjelenítéséhez."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "A kiszolgáló részletes neve"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Az összes sor megjelenítésének engedélyezése"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7224,47 +7240,47 @@ 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."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "A jelszómódosító űrlap megjelenítése"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Az adatbázis létrehozása űrlap megjelenítése"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Létrehozás időbélyegének megjelenítése"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Legutóbbi változás időbélyegének megjelenítése"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Utolsó ellenőrzés időbélyegének megjelenítése"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7272,27 +7288,27 @@ msgstr ""
"Megadja, hogy a típusmezők kezdetben megjelenjenek-e a szerkesztés/beszúró "
"módban."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Mezőtípusok megjelenítése"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
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."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "A függvénymezők megjelenítése"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Jelenjen-e meg javaslat vagy sem."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Segítség megjelenítése"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7300,66 +7316,66 @@ msgstr ""
"Megjeleníti a [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"kimenetre mutató hivatkozást."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "A phpinfo() hivatkozás megjelenítése"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Részletes MySQL kiszolgáló információk megjelenítése"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
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."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Az SQL-lekérdezések megjelenítése"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Lekérdezési doboz megőrzése"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Adatbázis- és táblastatisztika megjelenítésének engedélyezése (például "
"tárhelyhasználat)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "A statisztika megjelenítése"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "A zárolt táblák kihagyása"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Egy figyelmeztetés jelenik meg a főoldalon, ha Suhosin észlelhető."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin figyelmeztetés"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7369,11 +7385,11 @@ msgstr ""
"session.gc_maxlifetime PHP beállítás értéke kisebb a „LoginCookieValidity” "
"értékénél."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Bejelentkezési cookie érvényesség figyelmeztetés"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7381,11 +7397,11 @@ 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) és a lekérdezés ablaknál (*1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Szövegdoboz oszlopai"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7393,31 +7409,31 @@ 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) és a lekérdezés ablaknál (*1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Szövegdoboz sorai"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
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."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "A böngészőablak címe, amikor semmi sincs kiválasztva."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Alapértelmezett cím"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
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."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
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."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7429,28 +7445,28 @@ msgstr ""
"HTTP_X_FORWARDED_FOR (X-Forwarded-For) fejlécben:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "A megbízható proxyk listája az IP engedélyezéshez/elutasításhoz"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
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."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Feltöltési könyvtár"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "A teljes adatbázison belüli keresés engedélyezése."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Adatbázis-kereső használata"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7458,26 +7474,26 @@ 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."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Fejlesztő fül engedélyezése a beállításokban"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Új verzió ellenőrzése"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
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."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Verzió-ellenőrzés"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7489,11 +7505,11 @@ msgstr ""
"telepítést tartalmazó kiszolgálónak nincs közvetlen internetelérése. A "
"formátum: „gépnév:portszám”."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy URL"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7503,19 +7519,19 @@ 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."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proxy felhasználónév"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "A jelszó a proxyval való hitelesítéshez."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proxy jelszó"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7523,36 +7539,36 @@ msgstr ""
"A [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] tömörítés "
"engedélyezése az importálás és exportálás műveletekhez."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Adja meg a nyilvános kulcsát a tartomány reCaptcha szolgáltatásához."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "reCaptcha nyilvános kulcsa"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
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."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "reCaptcha privát kulcsa"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
"Válassza ki az alapértelmezett műveletet, amikor hibajelentéseket küld."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Hibajelentések küldése"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7560,7 +7576,7 @@ 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."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Zéró beállítási mód engedélyezése"
@@ -7979,8 +7995,8 @@ msgstr ", @TABLE@ lesz a tábla neve"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Ennek az értéknek az értelmezése a(z) %1$sstrftime%2$s használatával "
"történik, vagyis időformázó karakterláncokat használhat. Továbbá a következő "
@@ -8527,11 +8543,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
-"Dokumentáció és további információ a PBXT honlapján: %sPrimeBase XT Honlap:"
-"%s."
+"Dokumentáció és további információ a PBXT honlapján: %sPrimeBase XT Honlap:%"
+"s."
#: libraries/engines/pbxt.lib.php:138
msgid "Related Links"
@@ -8964,7 +8980,6 @@ msgid "unknown"
msgstr "ismeretlen"
#: libraries/navigation/Navigation.class.php:54
-#| msgid "An error has occurred while loading the navigation tree"
msgid "An error has occurred while loading the navigation display"
msgstr "Hiba történt a navigációs képernyő betöltése közben"
@@ -9694,11 +9709,11 @@ msgstr "Üdvözli a %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Ön valószínűleg nem hozta létre a konfigurációs fájlt. A "
-"%1$stelepítőszkripttel%2$s el tudja készíteni."
+"Ön valószínűleg nem hozta létre a konfigurációs fájlt. A %1"
+"$stelepítőszkripttel%2$s el tudja készíteni."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -10585,7 +10600,6 @@ msgid "Formats text as JSON with syntax highlighting."
msgstr "JSON-ként formázza a szöveget szintaxis kiemeléssel."
#: libraries/plugins/transformations/output/Text_Plain_Xml.class.php:40
-#| msgid "Formats text as JSON with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
msgstr "XML-ként formázza a szöveget szintaxis kiemeléssel."
@@ -10957,7 +10971,7 @@ msgstr "Felhasználónév"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Jelszó"
@@ -10987,8 +11001,8 @@ msgstr "Kiszolgáló azonosító"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Gép"
@@ -11779,7 +11793,7 @@ msgstr "Nincs"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Felhasználói csoport"
@@ -11822,14 +11836,14 @@ msgstr "Korlátozza a felhasználó egyidejű kapcsolatainak számát."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Táblaspecifikus jogok"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Megjegyzés: a MySQL jogosultságnevek az angolból származnak."
@@ -11838,7 +11852,7 @@ msgid "Administration"
msgstr "Adminisztráció"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globális jogok"
@@ -11847,7 +11861,7 @@ msgid "Global"
msgstr "Globális"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Adatbázis-specifikus jogok"
@@ -11867,13 +11881,13 @@ msgstr ""
"hozzáadását."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Bejelentkezési adatok"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Szöveges mező használata"
@@ -11900,7 +11914,7 @@ msgid "You have revoked the privileges for %s."
msgstr "%s jogainak visszavonása megtörtént."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Felhasználó hozzáadása"
@@ -11922,179 +11936,179 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Az összes jog engedélyezése a(z) \"%s\" adatbázison."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "A(z) \"%s\" adatbázishoz hozzáférhető felhasználók"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "A felhasználó hozzáadása megtörtént."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Felhasználó"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Engedélyezés"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Nincs elegendő jogosultság a felhasználók megtekintéséhez."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Nem található felhasználó."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Bármi"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globális"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "adatbázis-specifikus"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "karakterhelyettesítő"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "tábla-specifikus"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Jogok szerkesztése"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Visszavonás"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Felhasználói csoport szerkesztése"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… a régiek megőrzése."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… a régiek törlése a felhasználói táblákból."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… az összes aktív jog visszaállítása a régiekből, majd törlés."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… a régiek törlése a felhasználói táblákból, majd a jogok újratöltése."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Bejelentkezési adatok módosítása / Felhasználó másolása"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Új felhasználó létrehozása ezekkel a jogokkal, és …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Oszlopspecifikus jogok"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Jogosultságok hozzáadása a következő adatbázisokon:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"A _ és a % karakterhelyettesítőt \\ jellel kell lezárni, hogy "
"szövegkonstansként lehessen őket használni."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Jogok hozzáadása a következő táblán:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "A kijelölt felhasználók törlése"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "A felhasználók összes jogának visszavonása, majd törlése."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "A felhasználókéval azonos nevű adatbázisok eldobása."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nincs törlésre kijelölt felhasználó!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "A jogok újratöltése"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "A kiválasztott felhasználók törlése sikerült."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ön frissítette %s jogait."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s törlése"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "A jogok újratöltése sikerült."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "%s felhasználó már létezik!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s jogosultságai"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "új"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Jogok szerkesztése:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12102,28 +12116,28 @@ msgstr ""
"Megjegyzés: annak a felhasználónak a jogosultságait próbálja szerkeszteni, "
"amellyel jelenleg be van lépve."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Felhasználók áttekintése"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Megjegyzés: a phpMyAdmin a felhasználók jogait közvetlenül a MySQL "
"privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver által "
-"használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben "
-"%stöltse be újra a jogokat%s a folytatás előtt."
+"használt jogoktól, ha a módosításuk kézzel történt. Ebben az esetben %"
+"stöltse be újra a jogokat%s a folytatás előtt."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Nem található a kiválasztott felhasználó a privilégium táblában."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Az új felhasználó hozzáadása megtörtént."
@@ -12431,7 +12445,6 @@ msgid "Filters"
msgstr "Szűrők"
#: libraries/server_status_processes.lib.php:253
-#| msgid "Show only alert values"
msgid "Show only active"
msgstr "Csak az aktívak megjelenítése"
@@ -13553,7 +13566,6 @@ msgid "Improve table structure"
msgstr "Táblaszerkezet javítása"
#: libraries/structure.lib.php:1655
-#| msgid "Track table"
msgid "Track view"
msgstr "Nyomkövetés nézet"
@@ -14063,14 +14075,6 @@ msgstr "Kikapcsolás most"
msgid "Delete version"
msgstr "Verzió törlése"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktív"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "nem aktív"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Nyomkövetési utasítások"
@@ -14197,11 +14201,11 @@ msgstr ""
"A beállításai csak a jelenlegi munkamenethez lesznek elmentve. A végleges "
"tároláshoz szükséges a %sphpMyAdmin beállítástároló%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Nem menthetők el a módosítások"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14272,8 +14276,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"További beállításokat állíthat be a config.inc.php modosításával, pl. "
-"%sBeállító parancsfájl%s használatával."
+"További beállításokat állíthat be a config.inc.php modosításával, pl. %"
+"sBeállító parancsfájl%s használatával."
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -14539,20 +14543,20 @@ msgstr[1] "A(z) „%s” nevek a MySQL számára fenntartott kulcsszavak."
msgid "No column selected."
msgstr "Nem jelölt ki sort."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s követése aktiválva van."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Nyomkövető verziók sikeresen törölve."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Nincsenek verziók kijelölve."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL utasítások végrehajtva."
@@ -14677,8 +14681,8 @@ msgstr ""
#, php-format
msgid "The slow query rate should be below 5%%, your value is %s%%."
msgstr ""
-"A lassú lekérdezések mértékének kisebbnek kellene 5%%nál lennie, az érték %s"
-"%%."
+"A lassú lekérdezések mértékének kisebbnek kellene 5%%nál lennie, az érték %s%"
+"%."
#: libraries/advisory_rules.txt:70
msgid "Slow query rate"
@@ -14697,8 +14701,8 @@ msgid ""
"You have a slow query rate of %s per hour, you should have less than 1%% per "
"hour."
msgstr ""
-"A lassú lekérdezések mértéke %s óránként, kevesebbnek kellene lennie, mint "
-"1%% óránként."
+"A lassú lekérdezések mértéke %s óránként, kevesebbnek kellene lennie, mint 1%"
+"% óránként."
#: libraries/advisory_rules.txt:77
msgid "Long query time"
@@ -14969,8 +14973,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"A szabad lekérdezési gyorsítótár-memória jelenlegi aránya a teljes "
"lekérdezési gyorsítótár méretéhez %s%%. 80%% felett kellene lennie"
@@ -15127,8 +15131,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"A rendezések %s%%-a átmeneti táblákat hoz létre, ennek az értéknek "
"alacsonyabbnak kell lennie, mint 10%%."
@@ -15897,6 +15901,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "A concurrent_insert 0-ra van állítva"
+#~ msgid "Disable database expansion"
+#~ msgstr "Adatbázis kiterjesztés letiltása"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Tábla nyomkövetési adatainak törlése"
@@ -16281,8 +16288,8 @@ msgstr "A concurrent_insert 0-ra van állítva"
#~ "installed the necessary PHP extensions as described in the %sdocumentation"
#~ "%s."
#~ msgstr ""
-#~ "Nem lehetett inicializálni az SQL ellenőrzőt. Ellenőrizze, hogy a "
-#~ "%sdokumentációban%s leírtak szerint telepítette-e a szükséges PHP-"
+#~ "Nem lehetett inicializálni az SQL ellenőrzőt. Ellenőrizze, hogy a %"
+#~ "sdokumentációban%s leírtak szerint telepítette-e a szükséges PHP-"
#~ "kiterjesztést."
#, fuzzy
@@ -17047,8 +17054,8 @@ msgstr "A concurrent_insert 0-ra van állítva"
#~ "No themes support; please check your configuration and/or your themes in "
#~ "directory %s."
#~ msgstr ""
-#~ "Nincs téma támogatás, ellenőrizze a beállításokat és/vagy a témákat a(z) "
-#~ "%s könyvtárban."
+#~ "Nincs téma támogatás, ellenőrizze a beállításokat és/vagy a témákat a(z) %"
+#~ "s könyvtárban."
#~ msgid "Switch to"
#~ msgstr "Váltás"
diff --git a/po/hy.po b/po/hy.po
index a50c6803ce..699ecb20e8 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-14 19:09+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Armenian \n"
-"Language: hy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 2.1-dev\n"
@@ -97,7 +97,7 @@ msgstr "Սյուն"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -182,16 +182,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ոչ"
@@ -211,16 +211,16 @@ msgstr "Ոչ"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Այո"
@@ -272,15 +272,15 @@ msgstr ""
"phpMyAdmin-ի որոշ հնարավորություններ անհասանելի են։ Պատճառն իմանալու համար "
"սեղմեք %sայստեղ%s։"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Աղյուսակ"
@@ -385,13 +385,13 @@ msgstr "Թարմացված է"
msgid "Status"
msgstr "Վիճակը"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -404,7 +404,7 @@ msgstr "Գործողություն"
msgid "Show"
msgstr "Ցուցադրել"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete"
msgid "Delete tracking"
@@ -424,15 +424,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr "Կառուցվածքի պատկերը"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "անջատված է"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "միացված է"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Տվյալների բազայի մատյան"
@@ -552,7 +562,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -574,9 +584,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -615,8 +625,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1275,12 +1285,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1757,18 +1767,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2009,7 +2019,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2025,7 +2035,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2166,10 +2176,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Ցույց տալ բոլորը"
@@ -2265,7 +2275,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr "Աղյուսակներ՝"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2329,7 +2339,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2743,8 +2753,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2753,16 +2763,16 @@ msgid "Delete"
msgstr "Հեռացնել"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2836,7 +2846,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2881,7 +2891,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2933,9 +2943,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2944,9 +2954,9 @@ msgstr ""
msgid "Ascending"
msgstr "Աճման կարգով"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3160,164 +3170,164 @@ msgstr "Աղյուսակներ՝"
msgid "Inside column:"
msgstr "Սյուներ՝"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Որոնումը տվյալների բազայում"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "Table %s has been emptied."
msgid "The row has been deleted."
msgstr "%s աղյուսակն դատարկված է"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Նշվածները՝"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3325,48 +3335,50 @@ msgstr "Նշվածները՝"
msgid "Check All"
msgstr "Նշել բոլորը"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Արտահանում"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Links to"
msgid "Link not found!"
@@ -3528,7 +3540,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3588,9 +3600,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3652,7 +3664,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3760,7 +3772,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Inside tables:"
msgid "Favorite tables"
@@ -4192,14 +4204,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4447,7 +4459,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4459,7 +4471,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4967,7 +4979,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6055,7 +6067,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6119,962 +6131,963 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Inside tables:"
msgid "Show databases navigation as tree"
msgstr "Աղյուսակներ՝"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Table comments"
msgid "Show logo in navigation panel."
msgstr "Աղյուսակի մեկնաբանությունը"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database comment:"
-msgid "Disable database expansion"
-msgstr "Տվյալների բազայի մեկնաբանությունը՝ "
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table comments"
+msgid "Enable navigation tree expansion"
+msgstr "Աղյուսակի մեկնաբանությունը"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table comments"
msgid "Table navigation bar"
msgstr "Աղյուսակի մեկնաբանությունը"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Table comments"
msgid "For display Options"
msgstr "Աղյուսակի մեկնաբանությունը"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Inside tables:"
msgid "Favorites table"
msgstr "Աղյուսակներ՝"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Օգտագործել աղյուսակներ"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7082,52 +7095,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7135,70 +7148,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7619,8 +7632,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8110,8 +8123,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9238,8 +9251,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10405,7 +10418,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10435,8 +10448,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11204,7 +11217,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11241,14 +11254,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11257,7 +11270,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11266,7 +11279,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11284,13 +11297,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11315,7 +11328,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11336,200 +11349,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13319,14 +13332,6 @@ msgstr ""
msgid "Delete version"
msgstr "Վերջին տարբերակը"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "միացված է"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "անջատված է"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13448,11 +13453,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13766,22 +13771,22 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "With selected:"
msgid "No versions selected."
msgstr "Նշվածները՝"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14150,8 +14155,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14269,8 +14274,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -14890,6 +14895,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database comment:"
+#~ msgid "Disable database expansion"
+#~ msgstr "Տվյալների բազայի մեկնաբանությունը՝ "
+
#, fuzzy
#~| msgid "Structure only"
#~ msgid "Table Structure"
diff --git a/po/ia.po b/po/ia.po
index af1f43fee7..5409745a10 100644
--- a/po/ia.po
+++ b/po/ia.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-23 09:41+0200\n"
"Last-Translator: Giovanni Sora \n"
-"Language-Team: Interlingua "
-"\n"
-"Language: ia\n"
+"Language-Team: Interlingua \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ia\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2\n"
@@ -95,7 +95,7 @@ msgstr "Columna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr "Primari"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "No"
@@ -209,16 +209,16 @@ msgstr "No"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Si"
@@ -262,18 +262,18 @@ msgstr "Le base de datos %1$s ha essite copiate como %2$s."
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"Le immagazinage de configuration de phpMyAdmin ha essite deactivate. "
-"%sDiscoperi perque%s."
+"Le immagazinage de configuration de phpMyAdmin ha essite deactivate. %"
+"sDiscoperi perque%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabula"
@@ -372,13 +372,13 @@ msgstr "Actualisate"
msgid "Status"
msgstr "Stato"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -391,7 +391,7 @@ msgstr "Action"
msgid "Show"
msgstr "Monstra"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Delite traciar"
@@ -409,15 +409,25 @@ msgstr "Reporto de tracia"
msgid "Structure snapshot"
msgstr "Fragmento de structura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "non active"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "active"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabulas non traciate"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Tracia tabula"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Registro de base de datos"
@@ -543,7 +553,7 @@ msgid "Add geometry"
msgstr "Adde un geometria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -565,9 +575,9 @@ msgstr "Adde un geometria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -606,8 +616,8 @@ msgstr "Parametros incomplete"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Probabilemente tu es essayante incargar un file troppo grande. Pro favor tu "
"refere al %sdocumentation%s pro eluder iste limite."
@@ -781,7 +791,6 @@ msgid "PHP extension:"
msgstr "Extension de PHP:"
#: index.php:345
-#| msgid "PHP Version:"
msgid "PHP version:"
msgstr "Version de PHP:"
@@ -925,8 +934,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
-"Sur le servitor es executante Suhosin. Controla le documentation: "
-"%sdocumentation%s pro possibile problema."
+"Sur le servitor es executante Suhosin. Controla le documentation: %"
+"sdocumentation%s pro possibile problema."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1309,12 +1318,12 @@ msgstr "adde graphico a grillia"
msgid "Please add at least one variable to the series!"
msgstr "Pro favor tu adde al minus un variabile al series!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1822,18 +1831,18 @@ msgid "Show query box"
msgstr "Monstra quadro de query"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Modifica"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d non es un valide numero de rangos."
@@ -2081,7 +2090,7 @@ msgstr "Contento del puncto de datos"
msgid "Ignore"
msgstr "Ignora"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copia"
@@ -2097,7 +2106,7 @@ msgstr "Linestring (catena de linea)"
msgid "Polygon"
msgstr "Polygono"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2245,10 +2254,10 @@ msgstr ""
"Pulsa sur le flecha de disrolar
pro commutar le visibilitate del "
"columna."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Monstra omnes"
@@ -2264,8 +2273,8 @@ msgstr ""
#: js/messages.php:439
msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
msgstr ""
-"Pro favor, tu inserta in valide catena hexadecimal. Characteres valide es "
-"0-9, A-F."
+"Pro favor, tu inserta in valide catena hexadecimal. Characteres valide es 0-"
+"9, A-F."
#: js/messages.php:440
msgid ""
@@ -2353,7 +2362,7 @@ msgstr "Cela pannello"
msgid "Show hidden navigation tree items."
msgstr "Monstra elementos de arbore de navigation celate."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Ligamine con pannello principal"
@@ -2418,7 +2427,7 @@ msgstr ", ultime version stabile:"
msgid "up to date"
msgstr "actualisate"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Crea vista"
@@ -2851,8 +2860,8 @@ msgid "Requery"
msgstr "Repite Query"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2861,16 +2870,16 @@ msgid "Delete"
msgstr "Dele"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2940,7 +2949,7 @@ msgid "History"
msgstr "Chronologia"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2981,7 +2990,7 @@ msgid "During current session"
msgstr "Durante session currente"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3023,9 +3032,9 @@ msgstr "Monstra chronologia de query al initio"
msgid "Show current browsing query"
msgstr "Monstra query currente que on naviga"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3034,9 +3043,9 @@ msgstr "Monstra query currente que on naviga"
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3235,162 +3244,162 @@ msgstr "Intra tabulas:"
msgid "Inside column:"
msgstr "Intra columna:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Salveguarda datos modificate"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restabili ordine de columna"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtra rangos"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Cerca in iste tabella"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Initio"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Previe"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Proxime"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Ultime"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Omnes"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Numero de rangos:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Ordina per clave"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Textos partial"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Textos complete"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Clave relational"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Columna de monstra relational"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Monstra contentos binari"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Monstra contentos BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Cela transformation de navigator"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Well Known Text (Texto ben cognoscite)"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Le rango ha essite delite."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Remove"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Il pote esser approximate. Vide[doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Le demanda (query) SQL ha essite executate con successo."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Iste vista ha al minus iste numero de rangos. Pro favor refere a "
-"%sdocumentation%s."
+"Iste vista ha al minus iste numero de rangos. Pro favor refere a %"
+"sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Monstrante rangos %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d total, %2$d in query"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d total"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Query prendeva %01.4f secundas."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Si seligite:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3398,48 +3407,50 @@ msgstr "Si seligite:"
msgid "Check All"
msgstr "Marca omnes"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Modifica"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exporta"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operationes super exitos de query"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Vista pro imprimer"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Vista pro imprimer (con texto plen)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Monstra graphico"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Monstra datos de GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Ligamine non trovate!"
@@ -3603,7 +3614,7 @@ msgstr ""
"removite."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Servitor"
@@ -3663,9 +3674,9 @@ msgstr "Inserta"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Permissiones"
@@ -3727,7 +3738,7 @@ msgstr "Columnas central"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Base de datos"
@@ -3835,7 +3846,7 @@ msgid "Recent"
msgstr "Recente"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabellas favorite"
@@ -4256,9 +4267,9 @@ 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 ""
-"Le extension de un integer de 8 bytes signate es ex "
-"--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"
+"Le extension de un integer de 8 bytes signate es ex --"
+"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"
#: libraries/Types.class.php:330 libraries/Types.class.php:772
msgid ""
@@ -4271,17 +4282,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Pro un parve numero a virgula/puncto mobile, valores disponibile es ex "
-"-3.402823466E+38 a -1.175494351E-38, 0, e ex 1.175494351E-38 a 3.402823466E"
-"+38"
+"Pro un parve numero a virgula/puncto mobile, valores disponibile es ex -"
+"3.402823466E+38 a -1.175494351E-38, 0, e ex 1.175494351E-38 a 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Pro un numero a virgula/puncto mobile de duple precision, valores "
@@ -4333,8 +4343,8 @@ msgid ""
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"Un marca de tempore, extension es 1970-01-01 00:00:01 UTC to 2038-01-09 "
-"03:14:07 UTC, immagazinate como le numero de secundas ex le epocha "
-"(1970-01-01 00:00:00 UTC)"
+"03:14:07 UTC, immagazinate como le numero de secundas ex le epocha (1970-01-"
+"01 00:00:00 UTC)"
#: libraries/Types.class.php:350 libraries/Types.class.php:788
#, php-format
@@ -4581,7 +4591,7 @@ msgstr "Dimension maxime: %s%s"
msgid "MySQL said: "
msgstr "Message de MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Explica SQL"
@@ -4593,7 +4603,7 @@ msgstr "Non explica SQL"
msgid "Without PHP Code"
msgstr "Sin codice PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Crea codice PHP"
@@ -5108,7 +5118,7 @@ msgid "Set value: %s"
msgstr "Fixa valor: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restabili valor predefinite"
@@ -6312,7 +6322,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maxime longor monstrate de SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Usatores non pote fixar un valor major"
@@ -6387,33 +6397,33 @@ msgstr ""
"In le pannello de navigation, reimplacia le arbore de base de datos con un "
"selector"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "monstra navigation de base de datos como arbore"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Monstra logo in le pannello de navigation."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Monstra logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL ubi le logo in le pannello de navigation punctara."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL del ligamine de logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6421,28 +6431,28 @@ msgstr ""
"Aperi le pagina de ligamine in le fenestra principal ([kbd]main[/kbd]) o in "
"un nove ([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Objectivo de ligamine de logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
"Selection de servitor de monstrator al culmine del pannello de navigation."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Monstra selection d servitores"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Objectivo pro icone de accesso rapide"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Objectivo pro icone de secunde accesso rapide"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6450,17 +6460,17 @@ msgstr ""
"Define le minime numero de elementos (tabellas, vistas, routines e eventos) "
"de monstrar in le quadro de filtro."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minime numero de elementos de monstrar in le quadro de filtro"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
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"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6468,97 +6478,102 @@ msgstr ""
"Elementos de gruppo in le arbore de navigation (determinate per le separator "
"definite a basso)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Elementos de gruppo in le arbore"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Catena que separa base de datos in nivellos differente de arbore."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separator de arbore de base de datos"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Catena que separa tabellas in differente nivellos de arbore."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separator de arbore de tabellas"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maxime profunditate de arbore de tabellas"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Evidentia servitor sub le cursor del mus."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Habilita evidentiar"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
"Si dishabilitar le possibilitate de expansion de un base de datos o no."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Dishabilita expansion de base de datos"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barra de navigation de tabella"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Maxime numero de tabellas usate de recente;pone 0 pro dishabilitar lo."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Maxime numero de tabellas favorite; pone 0 pro dishabilitar lo."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tabellas usate recentemente"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Istos es le ligamines pro Modificar, Copiar e Deler."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Ubi monstrar le ligamines de rango de tabellas"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
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."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordine natural"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Usa solo icones, solmente texto o ambes."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Barra de navigation de tabella"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Buffering de exito de GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6566,19 +6581,19 @@ msgstr ""
"[kbd]SMART[/kbd] - i.e. ordine descendente pro columnas de typo TIME, DATE, "
"DATETIME and TIMESTAMP, ordine ascendente in altere modo."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Modo de ordinar predefinite"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Usa connexiones persistente per base de datos de MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Connexiones persistente"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6588,11 +6603,11 @@ msgstr ""
"de detalios de base de datos si alcun del tabella requirite pro le "
"immagazinage de configuration de phpMyAdmin non poterea esser trovate."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Tabellas de immagazinage de configuration de phpMyAdmin es mancante"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6600,11 +6615,11 @@ msgstr ""
"Dishabilita le aviso predefinite que es monstrate si un differentia es "
"relevate inter le bibliotheca de MySQL e le servitor."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Aviso de differentia de Servitor/Bibliotheca"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6612,27 +6627,27 @@ 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."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Aviso de parola reservate de MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Como monstrar le schedas de menu"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Comom monstrar varie ligamines de action"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Leva le permission de columnas BLOB e BINARI pro esser modificate."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Protege columnas binari"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6643,107 +6658,107 @@ msgstr ""
"utilisa functiones JS pro monstrar le chronologia de query (perdite quando "
"on claude le fenestra)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Historia permanente de query"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Quante queries es mantenite in historia."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Longitude de historia de query"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Motor de recodificar"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Quando on naviga per tabellas, le ordine de cata tabella es memorate."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Memora ordine de tabellas"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Modo de ordinar predefinite pro tabellas con un clave primari."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Modo de ordinar predefinite per le clave primari"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repite capites"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Action discatenante modifica de grillia"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Monstra de modo relational"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Optiones pro monstrar"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Modification de grillia: salveguarda omne cellas modificate in un vice"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Directorio ubi exportationes pote esser salveguardate sur le servitor."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Salveguarda dossier"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Lassa vacue si non usate."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Ordine de autorisation o permission de hospite"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Lassa vacue pro definition."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regulas de autorisation o permission de hospite"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permitte accessos sin un contrasigno"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permitte accesso de nivello root (radice)"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Fuso horari de session"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
@@ -6751,17 +6766,17 @@ msgstr ""
"Fixa le effective fuso horari; possibilemente differente de lo que on ha "
"sur tu servitor de base de datos"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Sphera HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6771,19 +6786,19 @@ msgstr ""
"hardware authentication[/a] (non locate in tu radice de documento; "
"suggerite: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "File de configuration de SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Methodo de authentication de usar."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Typo de authentication"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6791,11 +6806,11 @@ msgstr ""
"Lassa vacue pro nulle [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
"a] supporto, suggerite: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabella de marcatores de libro"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6803,31 +6818,31 @@ msgstr ""
"Lassa vacue pro nulle commentos/typos mime de columna, proponite: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabella de information de columna"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Comprime connexion a servitor MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Comprime connexion"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Como connecter al servitor, mantene [kbd]tcp[/kbd] si non secur."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Typo de connexion"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Contrasigno de usator de controlo"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6836,11 +6851,11 @@ msgstr ""
"information disponibile sur [a@http://wiki.phpmyadmin.net/pma/controluser]"
"wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Usator de controlo"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6848,11 +6863,11 @@ msgstr ""
"Un hospite alternative pro mantener le configuration de immagazinage: lassa "
"vacue pro usar un hopite ja definite."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Hospite de controlo"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6862,15 +6877,15 @@ 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."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Porto de controlo"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Cela base de datos coincidente con le expression regular (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6878,15 +6893,15 @@ msgstr ""
"Altere information in [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Dishabilita uso de INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Cela base de datos"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6894,23 +6909,23 @@ msgstr ""
"Lassa vacue pro nulle supporto de historia de query SQL, proponite: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabella de chronologia de query de SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Nomine de hospite ubi le servitor de MySQL es executante."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nomine de hospite servitor"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL de logout (abandono)"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6918,15 +6933,15 @@ msgstr ""
"Il limita le numero de preferentias de tabella que es immagazinate in le "
"base de datos, le registros plus vetere essera removite automaticamente."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maxime numero de preferentias de immagazinar"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Tabella de cercas salveguardate de QBE"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6934,11 +6949,11 @@ msgstr ""
"Lassa vacue pro nulle supporto de cercas QBE salveguardate, proponite: [kbd]"
"pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Tabella central de columnas"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6946,15 +6961,15 @@ msgstr ""
"Lassa vacue pro necun supporto central de columnas, proponite: [kbd]"
"pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Essaya connecter sin contrasigno."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Connecte sin contrasigno"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6964,30 +6979,30 @@ msgstr ""
"escape ante los si tu vole usar lor instantia litteral,i.e. usa [kbd]'my"
"\\_db'[/kbd] e non [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Monstra solmente base de datos ab le lista"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Lassa vacue si non es usante config auth."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Contrasigno pro config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
"Lassa vacue pro nulle supporto de sche,a PDF, proponite: [kbd]pma__pdf_pages"
"[/kbd]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Schema PDF: tabella de paginas"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6998,22 +7013,22 @@ msgstr ""
"information complete. Lassa vacue pro nulle supporto. Suggerite: [kbd]"
"phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nomine de base de datos"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Porto de servitor"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7021,11 +7036,11 @@ msgstr ""
"Lassa vacue pro necun \"persistente\" recentemente usava tabellas trans "
"sessiones, proponite: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabella usate recentemente"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -7033,11 +7048,11 @@ msgstr ""
"Lassa vacue pro necun \"persistente\" tabellas favorite trans sessiones, "
"proponite: [kbd]pma__favorite[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Tabellas favorite"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7045,11 +7060,11 @@ msgstr ""
"Lassa vacue pro nulle [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
"links[/a] supporto, suggerite: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabella de relation"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7057,33 +7072,33 @@ msgstr ""
"Vide [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]typos de "
"authentication[/a] pro un exemplo."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nomine de session de signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL de signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket del servitor"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Habilita SSL pro le connexion a servitor MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Usa SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7091,11 +7106,11 @@ msgstr ""
"Lassa vacue pro necun supporto de schema PDF, proponite: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Designator e Schema PDF: coordinatas de tabella"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7103,11 +7118,11 @@ msgstr ""
"Tabella pro describer le columnas de monstrar, lassa vacue pro nulle "
"supporto; suggerite: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Monstra tabella de columnas"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7115,11 +7130,11 @@ msgstr ""
"Lassa vacue pro necun preferentias de UI de tabellas \"persistente\" trans "
"sessiones, proponite: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabella de preferentias de UI (Interfacie usator)"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7127,11 +7142,11 @@ msgstr ""
"Si on adde un declaration DROP DATABASE IF EXISTS sur le prime rango del "
"registro quando on crea un base de datos."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Adde DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7139,11 +7154,11 @@ msgstr ""
"Si on adde un declaration DROP TABLE IF EXISTS sur le prime rango del "
"registro quando on crea un tabella."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Adde DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7151,21 +7166,21 @@ msgstr ""
"Si on adde un declaration DROP VIEW IF EXISTS sur le prime rango del "
"registro quando on crea un vista."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Adde DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Declarationes de traciar"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7173,11 +7188,11 @@ msgstr ""
"Lassa vacue pro necun supporto de traciar query SQL, proponite: [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabella pro traciar le query SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7185,11 +7200,11 @@ msgstr ""
"Si le mechanismo de traciar crea automaticamente versiones pro tabellas e "
"vistas."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Crea automaticamente versiones"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7197,11 +7212,11 @@ msgstr ""
"Lassa vacue pro necun preferentias de usator per immagazinage in le base de "
"datos, proponite: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabella de immagazinage de preferentias de usator"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7212,11 +7227,11 @@ msgstr ""
"on lassa un de lor vacue on dishabilitara iste characteristica, suggerite: "
"[kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabula de usatores"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7227,11 +7242,11 @@ msgstr ""
"on lassa un de lor vacue on dishabilitara iste characteristica, suggerite: "
"[kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabella de gruppos de usator"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7239,15 +7254,15 @@ msgstr ""
"Lassa vacue pro dishabilitar characteristica de celar e monstrar elementos "
"de navigation, proponite: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabella de elementos de navigation celate"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Usator pro config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7255,21 +7270,21 @@ msgstr ""
"Un description de uso facile pro le usator de iste servitor. Lassa vacue pro "
"monstrar , in loco, le nomine de hospite."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nomine verbose de iste servitor"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permitte monstrar omne rangos"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7280,47 +7295,47 @@ msgstr ""
"fortemente in le file de configuration; isto non limita le habilitate de "
"executar directemente le mesme commando."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Monstra modulo de modification de contrasigno"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Monstra modulo pro crear base de datos"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Monstra marca de tempore de creation"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Monstra marca de tempore de ultime actualisation"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Monstra marca de tempore de ultime verifica"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7328,27 +7343,27 @@ msgstr ""
"Il defini si o non campos de typo deberea esser monstrate initialmente in le "
"modo de modifica/inserta."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Monstra typos de campo"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Monstra le campos de function in le modo de modifica/inserta."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Monstra campos de function"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Si monstrar o celar adjutas."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Monstra adjuta"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7356,64 +7371,64 @@ msgstr ""
"Monstra ligamine a exito [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a] ."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Monstra un ligamine a phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Monstra information detaliate del servitor MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Il defini si queries SQL generate per PhpMyAdmin deberea esser monstrate."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Monstra queries de SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Cela quadro de query"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Permitte monstrar statisticas de base de datos e tabellas (pro exemplo uso "
"de spatio)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Monstra statisticas"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Ignora tabellas blocate"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Un aviso es monstrate sur le pagina principal si on releva Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Aviso de Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7423,11 +7438,11 @@ msgstr ""
"le valor de le arrangiamento de PHP session.gc_maxlifetime es minor que le "
"valor de `LoginCookieValidity`."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Avis de validitate de cookie de authentication de accesso"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7436,11 +7451,11 @@ msgstr ""
"evidentiate per areas de texto (*2) de query SQL e per le fenestra de query "
"(*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Columnas de area de texto"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7449,31 +7464,31 @@ msgstr ""
"evidentiate per areas de texto (*2) de query SQL e per le fenestra de query "
"(*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Rangos de area de texto"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titulo de fenestra de navigation quando un base de datos es seligite."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titulo de fenestra de navigation quando nihil es seligite."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Titulo predefinite"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titulo del fenestra de navigation quando un servitor es seligite."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titulo de fenestra de navigation quando un tabella es seligite."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7485,27 +7500,27 @@ msgstr ""
"(X-Forwarded-For) veniente ex le proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista de proxy digne de fide pro filtrar IP, accepta/refusa"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Directorio sur le servitor ubi tu pote incargar files de importar."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Directorio de incargar"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Permitte cerca intra le integre base de datos."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Usa cerca de base de datos"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7513,28 +7528,28 @@ msgstr ""
"Quando illo es dishabilitate, usatores non pote fixar alcun optiones a "
"basso, sin reguardo del quadrato de selection a dextera."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Habilita le scheda del Disveloppator in preferentias"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Verifica le ultime version"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Habilita le verifica del ultime version sur le pagina principal de "
"phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Verifica de version"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7546,11 +7561,11 @@ 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\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Url de proxy"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7561,19 +7576,19 @@ msgstr ""
"le Authentication Basic. Necun altere typos de authentication nunc es "
"supportate."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Nomine de usator de proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Le contrasigno per authenticar se con le proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Contrasigno de proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7581,35 +7596,35 @@ msgstr ""
"Il habilita le compression [a@http://en.wikipedia.org/wiki/ZIP_"
"(file_format)]ZIP[/a] per operationes de importation e exportation."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Inserta tu clave public pro le dominio servicio de reCaptcha."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Clave public pro reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Inserta tu clave private pro tu servicio de dominio reCaptcha."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Clave private pro reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Selige le action predefinite quando on invia reportos de error."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Invia reportos de errores"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7617,7 +7632,7 @@ msgstr ""
"Habilita modo de Configuration Zero que te permitte configurar le "
"configuration de tabellas de immagazinage de phpMyAdmin automaticamente."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Habilita modo de Configuration Zero"
@@ -8038,8 +8053,8 @@ msgstr ", @TABLE@ devenira le nomine de tabella"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Iste valor es interpretate per usar %1$sstrftime%2$s, assi que tu pote usar "
"catenas de formatation per le datas/tempore. Anque on potera adder le "
@@ -8589,11 +8604,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
-"Documentation e ulterior information re PBXT pote esser trovate a "
-"%sPrimeBase XT Home Page%s."
+"Documentation e ulterior information re PBXT pote esser trovate a %"
+"sPrimeBase XT Home Page%s."
#: libraries/engines/pbxt.lib.php:138
msgid "Related Links"
@@ -9023,7 +9038,6 @@ msgid "unknown"
msgstr "incognite"
#: libraries/navigation/Navigation.class.php:54
-#| msgid "An error has occurred while loading the navigation tree"
msgid "An error has occurred while loading the navigation display"
msgstr "Un error ha occurrite quando on incargava le monstrator de navigation"
@@ -9714,8 +9728,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10876,7 +10890,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10906,8 +10920,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11676,7 +11690,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11713,14 +11727,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11729,7 +11743,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11738,7 +11752,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11756,13 +11770,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11787,7 +11801,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Adde usator"
@@ -11808,200 +11822,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Usator"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Adde le privilegios sur le sequente base(s) de datos:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -12267,7 +12281,6 @@ msgid "Filters"
msgstr ""
#: libraries/server_status_processes.lib.php:253
-#| msgid "Show open tables"
msgid "Show only active"
msgstr "Monstra solmente aperite"
@@ -13248,7 +13261,6 @@ msgid "Improve table structure"
msgstr "Meliora structura de tabella"
#: libraries/structure.lib.php:1655
-#| msgid "Track table"
msgid "Track view"
msgstr "Tracia vista"
@@ -13741,14 +13753,6 @@ msgstr ""
msgid "Delete version"
msgstr "Dele version"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "active"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "non active"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13870,11 +13874,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14189,20 +14193,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Le versiones traciante ha essite delite con successo."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Necun versiones seligite."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14567,8 +14571,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14686,8 +14690,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15307,6 +15311,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#~ msgid "Disable database expansion"
+#~ msgstr "Dishabilita expansion de base de datos"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Dele datos traciante pro iste tabula"
diff --git a/po/id.po b/po/id.po
index ad10dcf990..a71ec1f259 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-18 05:23+0200\n"
"Last-Translator: Yohanes Edwin \n"
"Language-Team: Indonesian \n"
-"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.2-dev\n"
"X-Poedit-Basepath: ../../..\n"
@@ -92,7 +92,7 @@ msgstr "Kolom"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Kunci Utama"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Tidak"
@@ -206,16 +206,16 @@ msgstr "Tidak"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ya"
@@ -261,15 +261,15 @@ msgid ""
msgstr ""
"Konfigurasi penyimpanan phpMyAdmin telah dinonaktifkan. %sCari masalah ini%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabel"
@@ -366,13 +366,13 @@ msgstr "Diperbarui"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -385,7 +385,7 @@ msgstr "Tindakan"
msgid "Show"
msgstr "Tampilkan"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Hapus pelacak"
@@ -403,15 +403,25 @@ msgstr "Laporan pelacakan"
msgid "Structure snapshot"
msgstr "Snapshot struktur"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "tidak aktif"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktif"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabel yang tidak dilacak"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Lacak tabel"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Log Basis Data"
@@ -536,7 +546,7 @@ msgid "Add geometry"
msgstr "Tambahkan geometri"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -558,9 +568,9 @@ msgstr "Tambahkan geometri"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -599,11 +609,11 @@ msgstr "Parameter kurang lengkap"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Anda mungkin mencoba mengunggah berkas yang terlalu besar. Silahkan lihat "
-"%sdokumentasi%s untuk mendapatkan solusi tentang batasan ini."
+"Anda mungkin mencoba mengunggah berkas yang terlalu besar. Silahkan lihat %"
+"sdokumentasi%s untuk mendapatkan solusi tentang batasan ini."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1299,12 +1309,12 @@ msgstr "Tambahkan bagan pada grid"
msgid "Please add at least one variable to the series!"
msgstr "Harap tambahkan paling tidak satu variabel ke dalam seri!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1801,18 +1811,18 @@ msgid "Show query box"
msgstr "Tampilkan kotak kueri"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Ubah"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d bukanlah nomor baris yang berlaku."
@@ -2076,7 +2086,7 @@ msgstr "Isi titk data"
msgid "Ignore"
msgstr "Abaikan"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Salin"
@@ -2092,7 +2102,7 @@ msgstr "Segmen garis"
msgid "Polygon"
msgstr "Poligon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometri"
@@ -2257,10 +2267,10 @@ msgstr "Klik dua kali untuk menyalin nama kolom."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Klik tanda panah ke bawah
untuk beralih visibilitas kolom."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Tampilkan semua"
@@ -2369,7 +2379,7 @@ msgstr "Sembunyikan Panel"
msgid "Show hidden navigation tree items."
msgstr "Tampilkan navigasi pohon item tersembunyi."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2443,7 +2453,7 @@ msgstr ", versi stabil terakhir:"
msgid "up to date"
msgstr "Mutakhir"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Buat tampilan"
@@ -2882,8 +2892,8 @@ msgid "Requery"
msgstr "subkueri"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2892,16 +2902,16 @@ msgid "Delete"
msgstr "Hapus"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2986,7 +2996,7 @@ msgid "History"
msgstr "Riwayat"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3033,7 +3043,7 @@ msgid "During current session"
msgstr "Lewati galat saat ini"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3088,9 +3098,9 @@ msgstr "Tabel riwayat kueri SQL"
msgid "Show current browsing query"
msgstr "Tampilkan permintaan browsing yang aktif"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3099,9 +3109,9 @@ msgstr "Tampilkan permintaan browsing yang aktif"
msgid "Ascending"
msgstr "Menaik"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3295,162 +3305,162 @@ msgstr "Dalam tabel:"
msgid "Inside column:"
msgstr "Dalam kolom:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Simpan data yang diedit"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Pulihkan urutan kolom"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Saring baris"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Cari di tabel ini"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Awal"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Sebelumnya"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Berikutnya"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Akhir"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Semua"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Jumlah baris:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Urut berdasarkan kunci"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Teks parsial"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Teks penuh"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Kunci relasi"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Kolom tampilan relasi"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Tampilkan konten biner"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Tampilkan konten BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Sembunyikan Transformasi Browser"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Teks Dikenali"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Biner Diketahui"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Baris telah dihapus."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Tutup"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Kemungkinan hanya perkiraan saja. Lihat [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Kueri SQL Anda berhasil dieksekusi."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat "
-"%sdokumentasi%s."
+"Sebuah view setidaknya mempunyai jumlah kolom berikut. Harap lihat %"
+"sdokumentasi%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Menampilkan baris %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "total %1$d, %2$d dalam kueri"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "total %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Pencarian dilakukan dalam %01.4f detik."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Dengan pilihan:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3458,48 +3468,50 @@ msgstr "Dengan pilihan:"
msgid "Check All"
msgstr "Pilih Semua"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Ubah"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Ekspor"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operasi hasil kueri"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Tampilan cetak"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Tampilan cetak (teks lengkap)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Tampilkan bagan"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualisasi data GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Tautan tidak ditemukan!"
@@ -3666,7 +3678,7 @@ msgstr ""
"untuk dibuang."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3726,9 +3738,9 @@ msgstr "Tambahkan"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Hak Akses"
@@ -3792,7 +3804,7 @@ msgstr "Kolom textarea"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Basis data"
@@ -3903,7 +3915,7 @@ msgid "Recent"
msgstr "Terbaru"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabel favorit"
@@ -4345,20 +4357,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"small floating-point number, mengizinkan nilai dari -3.402823466E+38 sampai "
-"-1.175494351E-38, 0, dan 1.175494351E-38 sampai 3.402823466E+38"
+"small floating-point number, mengizinkan nilai dari -3.402823466E+38 sampai -"
+"1.175494351E-38, 0, dan 1.175494351E-38 sampai 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"double-precision floating-point number, mengizinkan nilai antara "
-"-1.7976931348623157E+308 sampai -2.2250738585072014E-308, 0, dan "
+"double-precision floating-point number, mengizinkan nilai antara -"
+"1.7976931348623157E+308 sampai -2.2250738585072014E-308, 0, dan "
"2.2250738585072014E-308 sampai 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4651,7 +4663,7 @@ msgstr "Batas ukuran: %s%s"
msgid "MySQL said: "
msgstr "MySQL menyatakan: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Jelaskan SQL"
@@ -4663,7 +4675,7 @@ msgstr "Lewati Penjelasan SQL"
msgid "Without PHP Code"
msgstr "Kode PHP tidak ditemukan"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Buat kode PHP"
@@ -5201,7 +5213,7 @@ msgid "Set value: %s"
msgstr "Tetapkan nilai: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Kembalikan nilai bawaan"
@@ -5317,22 +5329,22 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:416
#, fuzzy, php-format
#| msgid ""
-#| "If using cookie authentication and %sLogin cookie store%s is not 0, "
-#| "%sLogin cookie validity%s must be set to a value less or equal to it."
+#| "If using cookie authentication and %sLogin cookie store%s is not 0, %"
+#| "sLogin cookie validity%s must be set to a value less or equal to it."
msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"JIka menggunakan otentikasi cookie dan %sLogin cookie store%s bukan 0, "
-"%sLogin cookie validity%s harus diatur ke nilai kurang atau sama dengan itu."
+"JIka menggunakan otentikasi cookie dan %sLogin cookie store%s bukan 0, %"
+"sLogin cookie validity%s harus diatur ke nilai kurang atau sama dengan itu."
#: libraries/config/ServerConfigChecks.class.php:423
#, fuzzy, php-format
#| msgid ""
-#| "If you feel this is necessary, use additional protection settings - "
-#| "%shost authentication%s settings and %strusted proxies list%s. However, "
-#| "IP-based protection may not be reliable if your IP belongs to an ISP "
-#| "where thousands of users, including you, are connected to."
+#| "If you feel this is necessary, use additional protection settings - %"
+#| "shost authentication%s settings and %strusted proxies list%s. However, IP-"
+#| "based protection may not be reliable if your IP belongs to an ISP where "
+#| "thousands of users, including you, are connected to."
msgid ""
"If you feel this is necessary, use additional protection settings - %shost "
"authentication%s settings and %strusted proxies list%s. However, IP-based "
@@ -5356,8 +5368,8 @@ msgstr ""
"Anda mengatur [kbd]config[/kbd] tipe otentikasi dan termasuk username dan "
"password untuk login otomatis, yang mana bukan pilihan yang tepat untuk host "
"selalu aktif. Siapapun yang mengetahui atau menebak URL phpMyAdmin anda "
-"dapat langsung mengakses panel phpMyAdmin anda. Set type%s "
-"%sauthentication ke [kbd]cookie[/kbd] atau [kbd]http[/kbd]."
+"dapat langsung mengakses panel phpMyAdmin anda. Set type%s %"
+"sauthentication ke [kbd]cookie[/kbd] atau [kbd]http[/kbd]."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6425,7 +6437,7 @@ msgid "Maximum displayed SQL length"
msgstr "Panjang SQL maksimum yang ditayangkan"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Pengguna tidak dapat menetapkan nilai yang lebih tinggi"
@@ -6501,36 +6513,36 @@ msgstr "Limit memori"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Tampilkan navigasi pohon item tersembunyi."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
#, fuzzy
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
"Menghubungkan dengan panel utama dengan menyorot database saat ini atau "
"tabel."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Tampilkan logo di panel navigasi."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Tampilkan logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "Arahkan URL untuk logo pada panel navigasi."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL tautan logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6538,29 +6550,29 @@ msgstr ""
"Buka halaman tertaut di jendela utama ([kbd]main[/kbd]) atau jendela baru "
"([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Sasaran tautan logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Tampilkan pilihan server di bagian atas panel navigasi."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Tampilkan pilihan server"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Target ikon akses cepat"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Target ikon akses cepat"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6568,117 +6580,118 @@ msgstr ""
"Tentukan jumlah minimum item (tabel, view, routines dan event) untuk "
"menampilkan kotak filter."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Jumlah minimum item yang ditampilkan di kotak tabel filter"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Jumlah minimum database yang ditampilkan di kotak tabel filter"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
"Item Group di pohon navigasi (ditentukan oleh pemisah definisikan di bawah)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Item Group di pohon"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
"String yang memisahkan basis data ke dalam tingkat hierarki yang berbeda."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Pemisah hierarki basis data"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "String yang memisahkan tabel ke dalam tingkat hierarki yang berbeda."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Pemisah hierarki tabel"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Kedalaman hierarki tabel maksimum"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Sorot server yang dikenai kursor."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Aktifkan penyorotan"
-#: libraries/config/messages.inc.php:462
-#, fuzzy
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr "Apakah akan menonaktifkan kemungkinan ekspansi database atau tidak."
-
#: libraries/config/messages.inc.php:464
#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Tampilkan basis data dalam bentuk daftar"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
+msgstr "Apakah akan menonaktifkan kemungkinan ekspansi database atau tidak."
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Bar tabel navigasi"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Jumlah maksimum tabel yang terakhir digunakan; atur 0 untuk menonaktifkannya."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable."
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
"Jumlah maksimum tabel yang terakhir digunakan; atur 0 untuk menonaktifkannya."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tabel yang terakhir digunakan"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Berikut ini adalah tautan Edit, Salin, dan Hapus."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Tempat menampilkan tautan baris tabel"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Gunakan urutan alami untuk pengurutan nama tabel dan basis data."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Urutan alami"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Gunakan hanya ikon, hanya teks, atau keduanya."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Bar tabel navigasi"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
"Gunakan gzip output buffering untuk meningkatkan kecepatan dalam transfer "
"HTTP."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Penyanggaan keluaran GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6686,19 +6699,19 @@ msgstr ""
"[kbd]SMART[/kbd] - yaitu urutan untuk kolom jenis TIME, DATE, DATETIME dan "
"TIMESTAMP, urutan ascending dan sebaliknya."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Urutan bawaan"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Gunakan koneksi persisten ke basis data MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Koneksi persisten"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6708,11 +6721,11 @@ msgstr ""
"jika kebutuhan tabel untuk penyimpanan konfigurasi phpMyAdmin tidak "
"ditemukan."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Tabel penyimpanan konfigurasi phpMyAdmin tidak ditemukan"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6720,11 +6733,11 @@ msgstr ""
"Nonaktifkan peringatan bawaan yang ditampilkan ketika terdeteksi perbedaan "
"antara pustaka MySQL dan server."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Server/library perbedaan peringatan"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6732,27 +6745,27 @@ msgstr ""
"Nonaktifkan peringatan bawaan yang ditampilkan sewaktu nama kolom dalam "
"tabel tabel telah dipesan oleh MySQL."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Peringatan! kata telah digunakan MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Atur tampilan tab menu"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Bagaimana menampilkan berbagai link tindakan"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Nonaktifkan pengeditan kolom BLOB dan BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Lindungi kolom biner"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6762,129 +6775,129 @@ msgstr ""
"konfigurasi phpMyAdmin). Jika dinonaktifkan, ini menggunakan JS-routines "
"untuk menampilkan riwayat query(hilang ketika jendela ditutup)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Riwayat kueri permanen"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Jumlah query yang disimpan dalam riwayat."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Panjang riwayat kueri"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Pilih fungsi yang akan digunakan untuk konversi set karakter."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Mesin pengode ulang"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Saat browsing tabel, penyortiran setiap tabel akan diingat."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Ingat urutan tabel"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
#, fuzzy
msgid "Default sort order for tables with a primary key."
msgstr "Urutan default untuk tabel dengan primary key."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Urutan bawaan"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Ulangi judul"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Pengeditan Grid: trigger action"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Kolom tampilan relasi"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Opsi tampilan server."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Pengeditan Grid: Simpan semua sel yang diedit sekaligus"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Direktori penyimpanan hasil ekspor di server."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Direktori penyimpanan"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Biarkan kosong jika tidak digunakan."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Urutan otorisasi inang"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Biarkan kosong untuk menggunakan bawaan."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Aturan otorisasi inang"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Izinkan masuk tanpa sandi"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Izinkan masuk root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Nilai sesi"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, fuzzy
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
"nama HTTP Basic Auth Realm untuk ditampilkan ketika melakukan HTTP Auth."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6894,19 +6907,19 @@ msgstr ""
"SweKey [/a](tidak terletak di document root Anda, disarankan: /etc/swekey."
"conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Berkas config SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Metode autentikasi yang dipakai."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Jenis autentikasi"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6914,11 +6927,11 @@ msgstr ""
"Biarkan kosong untuk tanpa dukungan [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]bookmark[/a], disarankan:[kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabel markah"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6926,32 +6939,32 @@ msgstr ""
"Biarkan kosong untuk tanpa kolom komentar/mime type, saran: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabel informasi kolom"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Kompres koneksi ke server MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Pampatkan koneksi"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Bagaimana menghubungkan ke server, tetap [kbd]tcp[/kbd] bila tidak yakin."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Jenis koneksi"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Sandi pengguna pengendali"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6960,11 +6973,11 @@ msgstr ""
"informasi lebih lanjut yang tersedia pada [a@http://wiki.phpmyadmin.net/pma/"
"controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Pengguna pengendali"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6972,11 +6985,11 @@ msgstr ""
"Sebuah host alternatif untuk memegang penyimpanan konfigurasi; biarkan "
"kosong untuk menggunakan host yang telah ditetapkan."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Inang pengendali"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6986,15 +6999,15 @@ msgstr ""
"biarkan kosong untuk menggunakan port bawaan, atau port yang telah "
"ditentukan, jika controlhost adalah host yang sama."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Port kontrol"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Sembunyikan pencocokan ekspresi reguler database(PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7003,15 +7016,15 @@ msgstr ""
"bugs/2606/]PMA bug tracker[/a] dan [a@http://bugs.mysql.com/19588]MySQL Bugs"
"[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Noaktifkan penggunaan INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Sembunyikan basis data"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -7019,23 +7032,23 @@ msgstr ""
"Biarkan kosong untuk tanpa dukungan riwayat kueri SQL, saran: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabel riwayat kueri SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Nama host yang menjalankan server MySQL."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nama inang server"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL keluar"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -7043,17 +7056,17 @@ msgstr ""
"Batas jumlah preferensi tabel yang disimpan dalam database, catatan terlama "
"akan dihapus secara otomatis."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Jumlah maksimal preferensi tabel untuk menyimpan"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Lihat tabel status slave"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7065,13 +7078,13 @@ msgstr ""
"Biarkan kosong agar tidak mendukung skema PDF, saran: [kbd]pma__pdf_pages[/"
"kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Kolom textarea"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7083,15 +7096,15 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Coba koneksi tanpa sandi."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Tersambung tanpa sandi"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
msgid ""
"You can use MySQL wildcard characters (% and _), escape them if you want to "
@@ -7102,30 +7115,30 @@ msgstr ""
"Anda ingin menggunakan contoh literal, yaitu gunakan [kbd]'my\\_db'[/kbd] "
"dan bukan [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Tampilkan hanya basis data terdaftar"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Biarkan kosong jika tidak menggunakan config auth."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Sandi untuk autentikasi config"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Skema PDF: tabel halaman"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7135,21 +7148,21 @@ msgstr ""
"wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] untuk informasi lengkap. Biarkan "
"kosong agar tanpa dukungan tersebut. Disarankan: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nama basis data"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, fuzzy
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "Port yang server MySQL mendengarkan, biarkan kosong untuk default."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Porta server"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7161,11 +7174,11 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabel yang baru digunakan"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7177,13 +7190,13 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Tabel favorit"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7195,11 +7208,11 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabel relasi"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7207,35 +7220,35 @@ msgstr ""
"Untuk contoh lihat [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"authentication types[/a]."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nama sesi Signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL Signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, fuzzy
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
"Soket di mana server MySQL adalah mendengarkan, biarkan kosong untuk default."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket server"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Aktifkan SSL untuk koneksi ke server MySQL"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Gunakan SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7247,13 +7260,13 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "Skema PDF: koordinat tabel"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7265,11 +7278,11 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Tabel kolom tampilan"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7281,11 +7294,11 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabel preferensi UI"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
#, fuzzy
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
@@ -7294,11 +7307,11 @@ msgstr ""
"Apakah DATABASE DROP JIKA ada pernyataan akan ditambahkan sebagai baris "
"pertama untuk log saat membuat database."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Tambahkan DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
#, fuzzy
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
@@ -7307,11 +7320,11 @@ msgstr ""
"Apakah TABLE DROP JIKA ada pernyataan akan ditambahkan sebagai baris pertama "
"untuk log saat membuat tabel."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Tambahkan DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
#, fuzzy
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
@@ -7320,20 +7333,20 @@ msgstr ""
"Apakah DROP sebuah VIEW JIKA ada pernyataan akan ditambahkan sebagai baris "
"pertama untuk log saat membuat tampilan."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Tambahkan DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
#, fuzzy
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr "Mendefinisikan daftar laporan auto-penciptaan menggunakan versi baru."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Statement untuk dilacak"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7345,11 +7358,11 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabel pelacakan kueri SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
#, fuzzy
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
@@ -7358,11 +7371,11 @@ msgstr ""
"Apakah mekanisme pelacakan menciptakan versi untuk tabel dan tampilan secara "
"otomatis."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Buat versi secara otomatis"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7374,11 +7387,11 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabel penyimpanan preferensi pengguna"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
#, fuzzy
msgid ""
"Both this table and the user groups table are required to enable the "
@@ -7389,13 +7402,13 @@ msgstr ""
"fitur menu dikonfigurasi; Meninggalkan salah satu dari mereka kosong akan "
"menonaktifkan fitur ini, disarankan: [kbd] pma__users [/ kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Gunakan Tabel"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
#, fuzzy
msgid ""
"Both this table and the users table are required to enable the configurable "
@@ -7406,13 +7419,13 @@ msgstr ""
"dikonfigurasi; Meninggalkan salah satu dari mereka kosong akan menonaktifkan "
"fitur ini, disarankan: [kbd] pma__usergroups [/ kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Gunakan Host Table"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7424,16 +7437,16 @@ msgstr ""
"Biarkan kosong untuk tidak menyimpan preferensi pengguna dalam basis data, "
"saran: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
#, fuzzy
msgid "Hidden navigation items table"
msgstr "Tersembunyi tabel item navigasi"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Pengguna autentikasi config"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7441,21 +7454,21 @@ msgstr ""
"Deskripsi server yang lebih jelas. Biarkan kosong untuk menampilkan nama "
"inang saja."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nama deskriptif server"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "Tampilkan tombol \"tampilkan semua (baris)\" kepada pengguna"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Izinkan tampilan semua baris"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7467,28 +7480,28 @@ msgstr ""
"konfigurasi; ini tidak membatasi kemampuan untuk menjalankan perintah yang "
"sama secara langsung."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Tampilkan formulir penggantian sandi"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Tampilkan formulir pembuatan basis data"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, fuzzy
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
"Menampilkan atau menyembunyikan kolom menampilkan timestamp Penciptaan untuk "
"semua tabel."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show more actions"
msgid "Show Creation timestamp"
msgstr "Tampilkan tindakan lain"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
@@ -7496,12 +7509,12 @@ msgstr ""
"Menampilkan atau menyembunyikan kolom menampilkan timestamp Terakhir "
"diperbaharui untuk semua tabel."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
#, fuzzy
msgid "Show Last update timestamp"
msgstr "Tampilkan pembaruan timestamp terakhir"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
@@ -7509,13 +7522,13 @@ msgstr ""
"Menampilkan atau menyembunyikan kolom menampilkan cek timestamp terakhir "
"untuk semua tabel."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
#| msgid "Show master status"
msgid "Show Last check timestamp"
msgstr "Tampilkan status master"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
@@ -7524,31 +7537,31 @@ msgstr ""
"Mendefinisikan apakah atau tidak ketik ladang harus awalnya ditampilkan "
"dalam mode edit / insert."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Tampilkan jenis isian"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "Menampilkan isian fungsi pada modus edit/tambahkan"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Tampilkan isian fungsi"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Where to show the table row links"
msgid "Whether to show hint or not."
msgstr "Tempat menampilkan tautan baris tabel"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Tampilkan petunjuk"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7560,15 +7573,15 @@ msgstr ""
"Tampilkan tautan untuk melihat hasil [a@http://php.net/manual/function."
"phpinfo.php]phpinfo()[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Tampilkan tautan phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Tampilkan informasi detail server MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
@@ -7576,11 +7589,11 @@ msgstr ""
"Mendefinisikan apakah query SQL yang dihasilkan oleh phpMyAdmin harus "
"ditampilkan."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Tampilkan kueri SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
msgid ""
"Defines whether the query box should stay on-screen after its submission."
@@ -7588,24 +7601,24 @@ msgstr ""
"Mendefinisikan apakah kotak pertanyaan harus tinggal di layar setelah "
"penyerahan."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "Hide query box"
msgid "Retain query box"
msgstr "Sembunyikan kotak kueri"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Memungkinkan untuk menampilkan database dan tabel statistik (misalnya. "
"Penggunaan ruang)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Tampilkan statistik"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
@@ -7613,21 +7626,21 @@ msgstr ""
"Mark menggunakan tabel dan memungkinkan untuk menampilkan database dengan "
"tabel terkunci."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Lewati tabel terkunci"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Menampilkan peringatan pada halaman utama jika Suhosin terdeteksi"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Peringatan Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7640,13 +7653,13 @@ msgstr ""
"Nonaktifkan peringatan bawaan yang ditampilkan sewaktu nama kolom dalam "
"tabel tabel telah dipesan oleh MySQL."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Validitas kuki masuk"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
@@ -7655,11 +7668,11 @@ msgstr ""
"Ukuran textarea (kolom) dalam mode edit, nilai ini akan ditekankan untuk "
"dihapus saja query SQL (*2) dan untuk jendela query (*1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Kolom textarea"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -7668,35 +7681,35 @@ msgstr ""
"Ukuran textarea (baris) dalam mode edit, nilai ini akan ditekankan untuk "
"dihapus saja query SQL (*2) dan untuk jendela query (*1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Baris textarea"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "Judul jendela peramban sewaktu basis data dipilih"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "Judul jendela peramban sewaktu tidak ada yang dipilih"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Judul bawaan"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Judul jendela peramban sewaktu server dipilih."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Judul jendela peramban ketika tabel dipilih."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
msgid ""
"Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example "
@@ -7709,27 +7722,27 @@ msgstr ""
"For) terpercaya, header datang dari proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Daftar proksi tepercaya untuk allow/deny IP"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Direktori server tempat mengunggah berkas ekspor."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Direktori unggahan"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Mengizinkan pencarian terhadap seluruh basis data."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Gunakan pencarian basis data"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7737,26 +7750,26 @@ msgstr ""
"Ketika dinonaktifkan, pengguna tidak dapat mengatur pilihan apapun di bawah "
"ini, lepas centang kotak di sebelah kanan."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Aktifkan tab pengembang dalam pengaturan"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Periksa versi terbaru"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Aktifkan pemeriksaan versi terbaru pada halaman utama phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Pemeriksaan versi"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7768,11 +7781,11 @@ msgstr ""
"jika server yang terinstal phpMyAdmin tidak memiliki akses langsung ke "
"internet. Formatnya adalah: \"hostname:portnumber\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Alamat proxy"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7782,19 +7795,19 @@ msgstr ""
"otentikasi yang dilakukan. Jika nama pengguna diberikan, otentikasi dasar "
"akan dilakukan. Tidak ada jenis otentikasi lain yang didukung saat ini."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Nama Pengguna Proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Password untuk otentikasi proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Password proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7802,35 +7815,35 @@ msgstr ""
"Aktifkan kompresi [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
"untuk operasi impor dan ekspor."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Masukkan kunci publik Anda untuk layanan reCAPTCHA domain Anda."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Kunci publik untuk reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Masukkan kunci privat Anda untuk layanan reCAPTCHA domain Anda."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Kunci privat untuk reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Pilih aksi default saat mengirim laporan kesalahan."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Kirim laporan kesalahan"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
#, fuzzy
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
@@ -7839,7 +7852,7 @@ msgstr ""
"Aktifkan mode Zero Configuration yang memungkinkan anda mengatur phpMyAdmin "
"tabel penyimpanan konfigurasi otomatis."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8293,8 +8306,8 @@ msgstr ", @TABLE@ akan menjadi nama tabel"
#, fuzzy, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Nilai ini ditafsir menggunakan %1$sstrftime%2$s, sehingga Anda dapat "
"menggunakan format string waktu. Tambahan ditransformasi sehingga menjadi: "
@@ -8878,8 +8891,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, fuzzy, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentasi dan informasi lebih lanjut mengenai PBXT dapat ditemukan pada %s "
"PrimeBase XT Halaman %s."
@@ -10154,11 +10167,11 @@ msgstr "Selamat Datang di %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Anda mungkin belum membuat berkas konfigurasi. Anda bisa menggunakan "
-"%1$ssetup script%2$s untuk membuatnya."
+"Anda mungkin belum membuat berkas konfigurasi. Anda bisa menggunakan %1"
+"$ssetup script%2$s untuk membuatnya."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11523,7 +11536,7 @@ msgstr "Nama pengguna"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Kata Sandi"
@@ -11555,8 +11568,8 @@ msgstr "ID Server"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Inang"
@@ -12395,7 +12408,7 @@ msgstr "Tidak ada"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Grup pengguna"
@@ -12440,14 +12453,14 @@ msgstr "Membatasi jumlah koneksi simultan yang dapat dibuat pengguna."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Hak akses khusus tabel"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12458,7 +12471,7 @@ msgid "Administration"
msgstr "Administrasi"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Hak akses global"
@@ -12469,7 +12482,7 @@ msgid "Global"
msgstr "global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Hak akses khusus basis data"
@@ -12489,13 +12502,13 @@ msgstr ""
"tabel hak akses."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Informasi Masuk"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Gunakan text field"
@@ -12523,7 +12536,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Anda telah mencabut hak akses untuk %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Tambahkan pengguna"
@@ -12544,195 +12557,195 @@ msgstr "Berikan semua hak untuk nama wildcard (pengguna\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Berikan semua hak untuk basis data \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Pengguna memiliki akses ke \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Pengguna %s telah ditambahkan."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Pengguna"
# Table column to indicate if the user able to grant a privilege
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Pemberi Izin"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
#, fuzzy
msgid "Not enough privilege to view users."
msgstr "Hak akses tidak cukup untuk melihat pengguna."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Pengguna tidak ditemukan."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Semua"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "khusus basis data"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
#, fuzzy
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "khusus basis data"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Edit Hak Akses"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Cabut"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
msgid "Edit user group"
msgstr "Edit server"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… mempertahankan yang lama."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… hapus yang lama dari User Table."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… cabut seluruh hak yang aktif, kemudian hapuskan yang lama."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… hapuskan yang lama dari tabel pengguna, kemudian muat ulang hak akses."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Ubah Informasi Masuk / Salin Pengguna"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Buat pengguna baru dengan hak akses yang sama dan …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Hak akses khusus kolom"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Tambahkan hak akses pada basis data berikut"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Wildcard _ dan % sebaiknya diakhiri dengan tanda \\ untuk mengunakannya "
"secara harfiah."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Tambahkan hak akses pada tabel berikut"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Hapus pengguna yang dipilih"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Cabut semua hak akses dari pengguna dan hapus setelahnya."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Hapus basis data yang memiliki nama yang sama dengan pengguna."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Tidak ada pengguna yang dipilih untuk dihapus!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Memuat hak akses"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Sukses menghapus pengguna yang dipilih."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Anda telah memperbarui hak akses untuk %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Menghapus %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Hak akses berhasil dimuat ulang."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Pengguna %s telah terdaftar!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Hak Akses untuk %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
#, fuzzy
#| msgid "New"
msgctxt "Create new user"
msgid "New"
msgstr "Baru"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Edit Hak Akses"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
#, fuzzy
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
@@ -12740,17 +12753,17 @@ msgid ""
msgstr ""
"Catatan: Anda mencoba untuk mengedit hak-hak user yang Anda sedang login."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Ikhtisar pengguna"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari "
"tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil "
@@ -12758,11 +12771,11 @@ msgstr ""
"diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum "
"melanjut."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Pengguna yang dipilih tidak ditemukan pada tabel hak akses."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Pengguna baru telah ditambahkan."
@@ -14962,14 +14975,6 @@ msgstr "Nonaktifkan sekarang"
msgid "Delete version"
msgstr "Buat versi"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktif"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "tidak aktif"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Laporan pelacakan"
@@ -14986,8 +14991,8 @@ msgstr "Tidak ada data"
#, php-format
msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s"
msgstr ""
-"Tampilkan %1$s berdasarkan tanggal dari %2$s sampai %3$s oleh pengguna %4$s "
-"%5$s"
+"Tampilkan %1$s berdasarkan tanggal dari %2$s sampai %3$s oleh pengguna %4$s %"
+"5$s"
#: libraries/tracking.lib.php:642
msgid "SQL dump (file download)"
@@ -15103,11 +15108,11 @@ msgstr ""
"Preferensi Anda akan disimpan untuk sesi saat ini saja. Menyimpannya secara "
"permanen membutuhkan %sphpMyAdmin penyimpanan konfigurasi%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Konfigurasi tidak dapat disimpan"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
#, fuzzy
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
@@ -15460,25 +15465,25 @@ msgstr[0] "Nama kolom '%s' adalah kata kunci pesanan MySQL."
msgid "No column selected."
msgstr "Tidak ada kolom yang dipilih."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking of %s.%s is activated."
msgid "Tracking of %s is activated."
msgstr "Pelacakan %s.%s diaktifkan."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Sukses menghapus pengguna yang dipilih."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Tidak ada baris yang dipilih"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Perintah SQL dieksekusi."
@@ -15933,8 +15938,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, fuzzy, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Rasio lancar gratis permintaan memori cache untuk ukuran total cache query "
"adalah %s%%. Ini harus di atas 80%%"
@@ -16103,8 +16108,8 @@ msgstr ""
#| "Rate of temporary tables being written to disk: %s, this value should be "
#| "less than 1 per hour"
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"Tingkat pembuatan tabel temporer ke diska: %s, nilai ini hasul kurang dari 1 "
"per jam"
@@ -16935,6 +16940,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert diatur ke 0"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Tampilkan basis data dalam bentuk daftar"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Hapus pelacakan data untuk tabel ini"
diff --git a/po/it.po b/po/it.po
index dfd7eeff2e..19b2d28b1d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-07 14:23+0200\n"
"Last-Translator: Marco Pozzato \n"
"Language-Team: Italian \n"
-"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Colonna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Primaria"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "No"
@@ -205,16 +205,16 @@ msgstr "No"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Sì"
@@ -261,15 +261,15 @@ msgstr ""
"La configurazione dello storage di phpMyAdmin è disabilitata. %sScopri la "
"ragione%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabella"
@@ -368,13 +368,13 @@ msgstr "Aggiornato"
msgid "Status"
msgstr "Stato"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Azione"
msgid "Show"
msgstr "Mostra"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Cancella monitoraggio"
@@ -405,15 +405,25 @@ msgstr "Rapporto tracking"
msgid "Structure snapshot"
msgstr "Snapshot della struttura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "non attivo"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "attivo"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabelle non monitorate"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Controlla tabella"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Log database"
@@ -537,7 +547,7 @@ msgid "Add geometry"
msgstr "Aggiungi una geometria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -559,9 +569,9 @@ msgstr "Aggiungi una geometria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -600,8 +610,8 @@ msgstr "Parametri incompleti"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Stai probabilmente cercando di caricare sul server un file troppo grande. "
"Fai riferimento alla %sdocumentazione%s se desideri aggirare questo limite."
@@ -922,8 +932,8 @@ 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."
+"Sul server è in esecuzione Suhosin. Controlla la documentazione: %"
+"sdocumentation%s per possibili problemi."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1316,12 +1326,12 @@ msgstr "Aggiungi diagramma alla griglia"
msgid "Please add at least one variable to the series!"
msgstr "Aggiungi almeno una variabile alla serie!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1828,18 +1838,18 @@ msgid "Show query box"
msgstr "Mostra riquadro query SQL"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Modifica"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d non è un numero valido di righe."
@@ -2106,7 +2116,7 @@ msgstr "Contenuto del punto"
msgid "Ignore"
msgstr "Ignora"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copia"
@@ -2123,7 +2133,7 @@ msgstr "Stringa su più linee"
msgid "Polygon"
msgstr "Poligono"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2282,10 +2292,10 @@ msgstr ""
"Clicca sulla freccia
per cambiare lo stato di visualizzazzione dei "
"campi."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Mostra tutti"
@@ -2396,7 +2406,7 @@ msgstr "Nascondi pannello"
msgid "Show hidden navigation tree items."
msgstr "Mostra elementi nascosti dell'albero di navigazione."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2472,7 +2482,7 @@ msgstr ", versione stabile piú recente:"
msgid "up to date"
msgstr "aggiornata"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Crea vista"
@@ -2906,8 +2916,8 @@ msgid "Requery"
msgstr "subquery"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2916,16 +2926,16 @@ msgid "Delete"
msgstr "Elimina"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3011,7 +3021,7 @@ msgid "History"
msgstr "Storico dell'SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3058,7 +3068,7 @@ msgid "During current session"
msgstr "Salta l'errore corrente"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3114,9 +3124,9 @@ msgstr "Tabella di cronologia delle query SQL"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3125,9 +3135,9 @@ msgstr ""
msgid "Ascending"
msgstr "Crescente"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3323,162 +3333,162 @@ msgstr "Nelle tabelle:"
msgid "Inside column:"
msgstr "All'interno del campo:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Salva i dati modificati"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Ripristina l'ordine dei campi"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtra righe"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Cerca nella tabella"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Inizio"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Precedente"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Prossima"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Ultima"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Tutti"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Numero di righe:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Ordina per chiave"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Testi parziali"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Testi completi"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Chiave relazionale"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Campo di visualizzazione relazionale"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Mostra contenuti binari"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Mostra contenuti BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Nascondi le trasformazioni del browser"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "La riga è stata eliminata."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Rimuovi"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Può essere approssimativo. Vedi [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "La query SQL è stata eseguita con successo."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Questa vista ha, come minimo, questo numero di righe. Per informazioni "
"controlla la %sdocumentazione%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Mostro le righe %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d totali, %2$d nella query"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d del totale"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "La query ha impiegato %01.4f secondi."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Se selezionati:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3486,48 +3496,50 @@ msgstr "Se selezionati:"
msgid "Check All"
msgstr "Seleziona tutti"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Modifica"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Esporta"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operazioni sui risultati della query"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Visualizza per stampa"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Vista stampa (con full text)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Mostra diagramma"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualizzare dati GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link non trovato!"
@@ -3693,7 +3705,7 @@ msgstr ""
"possibilmente, essere rimosso."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3753,9 +3765,9 @@ msgstr "Inserisci"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegi"
@@ -3817,7 +3829,7 @@ msgstr "Colonne centrali"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Database"
@@ -3927,7 +3939,7 @@ msgid "Recent"
msgstr "Recente"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabelle preferite"
@@ -4372,21 +4384,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Un piccolo numero in virgola mobile, i valore accettati vanno da "
-"-3.402823466E+38 a -1.175494351E-38, 0, e da 1.175494351E-38 a 3.402823466E"
-"+38"
+"Un piccolo numero in virgola mobile, i valore accettati vanno da -"
+"3.402823466E+38 a -1.175494351E-38, 0, e da 1.175494351E-38 a 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Un numero in virgola mobile a doppia precisione, sono accettati i valori da "
-"-1.7976931348623157E+308 a -2.2250738585072014E-308, 0, e da "
+"Un numero in virgola mobile a doppia precisione, sono accettati i valori da -"
+"1.7976931348623157E+308 a -2.2250738585072014E-308, 0, e da "
"2.2250738585072014E-308 a 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4684,7 +4695,7 @@ msgstr "Dimensione massima: %s%s"
msgid "MySQL said: "
msgstr "Messaggio di MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Spiega SQL"
@@ -4696,7 +4707,7 @@ msgstr "Non Spiegare SQL"
msgid "Without PHP Code"
msgstr "Senza codice PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Crea il codice PHP"
@@ -5210,7 +5221,7 @@ msgid "Set value: %s"
msgstr "Imposta valore: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Ripristinare valori predefiniti"
@@ -5335,8 +5346,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Se lo ritieni necessario, usa ulteriori impostazioni di protezione - "
-"%sautenticazione degli host%s e %slista di proxy fidati%s. Comunque, la "
+"Se lo ritieni necessario, usa ulteriori impostazioni di protezione - %"
+"sautenticazione degli host%s e %slista di proxy fidati%s. Comunque, la "
"protezione a basata su IP potrebbe non essere affidabile se il tuo IP "
"appartiene ad un ISP al quale migliaia di utenti, incluso te, sono connessi."
@@ -5352,8 +5363,8 @@ msgstr ""
"Hai impostato il tipo di autenticazione [kbd]config[/kbd] e hai inclusi il "
"nome utente e la parola chiave per l'auto-login, questo non è desiderato per "
"gli host in uso live. Chiunque che conosce o indovina il tuo URL di "
-"phpMyAdmin potrá direttamente accedere al pannello di phpMyAdmin. Imposta "
-"%sil tipo di autenticazione%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]."
+"phpMyAdmin potrá direttamente accedere al pannello di phpMyAdmin. Imposta %"
+"sil tipo di autenticazione%s a [kbd]cookie[/kbd] o [kbd]http[/kbd]."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6421,7 +6432,7 @@ msgid "Maximum displayed SQL length"
msgstr "Lunghezza massima per visualizzazione SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Gli utenti non possono impostare un valore maggiore"
@@ -6498,33 +6509,33 @@ msgstr "Limite memoria"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Mostra elementi nascosti dell'albero di navigazione."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Mostra logo nel pannello di navigazione."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Visualizza logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL a cui punta il logo del logo nel pannello di navigazione."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL del collegamento per il logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6532,31 +6543,31 @@ msgstr ""
"Apri i link nella finestra principale ([kbd]main[/kbd]) o in una finestra "
"nuova ([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Destinazione del collegamento per il logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
"Visualizza la scelta del server nella parte superiore del pannello di "
"navigazione."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Visalizza la selezione dei server"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Destinazione per l'icona di accesso veloce"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Destinazione per l'icona di accesso veloce"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6564,17 +6575,17 @@ msgstr ""
"Numero minimo di elementi (tabelle, viste, procedure ed eventi) per "
"visualizzare il riquadro di filtraggio."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Numero minimo di elementi per visualizzare il riquadro di filtraggio"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
"Numero minimo di database per visualizzare il riquadro di filtraggio dei "
"database"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6582,59 +6593,64 @@ msgstr ""
"Raggruppa gli elementi nell'albero della navigazione (determinato dal "
"separatore definito più sotto)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Raggruppa elementi nell'albero"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "Stringa che separa i database in livelli dell'albero differenti."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separatore dell'albero database"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "La stringa che separa le tabelle in diversi livelli dell'albero."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separatore dell'albero di tabelle"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Massima profonditá per l'albero delle tabelle"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Evidenzia il server sotto il cursore del mouse."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Abilita evidenziamento"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Se disabilitare la possibilità di espandere il database o no."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Disabilita l'espansione del database"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barra di navigazione delle tabelle"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Il massimo numero di tabelle recenti da visualizzare; imposta 0 per "
"disabilitare"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
@@ -6642,43 +6658,43 @@ msgstr ""
"Il massimo numero di tabelle recenti da visualizzare; imposta 0 per "
"disabilitare"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tabelle utilizzate recentemente"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "Questi sono i collegamenti per Modifica, Copia ed Eliminazione"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Dove mostrare i collegamenti per le righe delle tabelle"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
msgstr ""
"Utilizza un ordine naturale per ordinare i nomi delle tabelle e dei database"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordine naturale"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "Utilizza solo icone, solo testo o entrambi"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Barra di navigazione delle tabelle"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
@@ -6686,11 +6702,11 @@ msgstr ""
"utilizza il buffer di uscita GZip per una maggiore velocità nei "
"trasferimenti via HTTP"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "utilizza il buffer di uscita GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6702,21 +6718,21 @@ msgstr ""
"[kbd]SMART[/kbd] - ad esempio ordine decrescente per i campi dei tipi TIME, "
"DATE, DATETIME e TIMESTAMP, ordine crescente altrimenti"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ordinamento predefinito"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Usa connessioni persistenti per i server MySQL"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Connessione persistente"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6731,11 +6747,11 @@ msgstr ""
"dettagli della Struttura dei database, se qualche tabella necessaria per la "
"memorizzazzione della configurazione di phpMyAdmin non viene trovata"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Mancano le tabelle di configurazione di phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if a difference between the "
@@ -6747,11 +6763,11 @@ msgstr ""
"Disabilita l'avviso predefinito che viene visualizzato se è rilevata una "
"differenza tra la libreria MySQL e il server"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -6764,29 +6780,29 @@ msgstr ""
"dettagli della Struttura dei database se una tabella contiene colonne i cui "
"nomi sono parole chiave MySQL"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Come visualizzare le linguette dei menu"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Disabilita l'opzione di modifica dei campi BLOB e BINARY"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Proteggi campi binari"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6797,21 +6813,21 @@ msgstr ""
"disabilitata, questa utilizzera funzioni JS per visualizzare la cronologia "
"delle query (persa alla chiusura della finstra)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Cronologia delle query permanente"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Il numero di query da mantenere nella cronologia"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Lunghezza per la cronologia delle query"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
@@ -6819,32 +6835,32 @@ msgstr ""
"Seleziona le funzioni che saranno usate per la conversione dell'insieme di "
"caratteri"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Motore di registrazione"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
"L'ordine delle tabelle é memorizzato durante la navigazione delle tabelle"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Ricorda l'ordine delle tabelle"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Ordinamento predefinito"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -6854,93 +6870,93 @@ msgstr ""
"Repeti le instestazioni ogni X celle, [kbd]0[/kbd] disattiva questa "
"funzionalitá"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Ripeti intestazioni"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Campo di visualizzazione relazionale"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Opzioni di visualizzazione dei server."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
#, fuzzy
#| msgid "Save all edited cells at once"
msgid "Grid editing: save all edited cells at once"
msgstr "Salva tutte le celle modificate"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "La cartella sul server dove è possibile salvare le esportazioni"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Salva cartella"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Lascia vuoto se non usato"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Ordine dei permessi del host"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Lascia vuoto per i valori predefiniti"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regole dei permessi del host"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Consenti login senza la parola chiave"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Consenti login per utenti root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Valore sessione"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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 "Il nome del Basic Auth Realm da visualizzare durante HTTP Auth"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Realm HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -6955,21 +6971,21 @@ msgstr ""
"autenticazione hardware SweKey[/a] (not salvata nella cartella document "
"root; percorso consigliato: /etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "File di configurazione SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Metodo di autenticazione da usare"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipo di autenticazione"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
@@ -6981,11 +6997,11 @@ msgstr ""
"Lascia vuoto per disattivare il supporto per i [a@http://wiki.phpmyadmin.net/"
"pma/bookmark]segnalibri[/a], consigliato: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabella dei segnalibri"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -6997,35 +7013,35 @@ msgstr ""
"Lascia vuoto per diattivare i commenti/tipi mime per i campi, consigliato: "
"[kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabella delle informazioni sui campi"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Comprimi la connessione al server MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Comprimi la connessione"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Come connettersi al server, lascia [kbd]tcp[/kbd] se non sei sicuro"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipo di connessione"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Parola chiave per l'utente di controllo"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7039,11 +7055,11 @@ msgstr ""
"ulteriori informazioni disponibili nella [a@http://wiki.phpmyadmin.net/pma/"
"controluser]wiki[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Utente di controllo"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7055,11 +7071,11 @@ msgstr ""
"Un host alternativo per memorizzare la configurazione; lasciate in bianco "
"per utilizzare l'host già definito"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Host di controllo"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7072,19 +7088,19 @@ msgstr ""
"Un host alternativo per memorizzare la configurazione; lasciate in bianco "
"per utilizzare l'host già definito"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "Host di controllo"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Nascondi i database corrispondenti all'espressione regolare (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7092,15 +7108,15 @@ msgstr ""
"Maggiori informazioni su [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"PMA bug tracker[/a] e [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Disabilita l'utilizzo di INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Nascondi i database"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7112,25 +7128,25 @@ msgstr ""
"Lascia vuoto per disabilitare il supporto per la cronologia delle query SQL, "
"consigliato: [kbd]pma_history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabella di cronologia delle query SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "Il nome host dove is server MySQL é in esecuzione"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nome host del server"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Url di logout"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -7142,17 +7158,17 @@ msgstr ""
"Limita il numero delle preferenze di tabella che sono memorizzate nel "
"database, i record più vecchi sono rimossi automaticamente"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Numero massimo di preferenze di tabella da memorizzare"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Vedi la tabella di stato dello slave"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7163,13 +7179,13 @@ msgstr ""
"Lascia vuoto disabilitare il supporto per i schemi PDF, consigliato: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Colonne centrali"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7181,17 +7197,17 @@ msgstr ""
"Lascia vuoto per disabilita il supporto dello schema PDF, consigliato: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Prova ad effettuare la connessione senza una parola chiave"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Effettua connessione senza la parola chiave"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| "You can use MySQL wildcard characters (% and _), escape them if you want "
@@ -7210,21 +7226,21 @@ msgstr ""
"puoi ordinare la lista dei database, basta inserire i loro nomi in ordine e "
"utilizzare [kbd]*[/kbd] alla fine per mostrare il resto in ordine alfabetico."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Mostra solo i database dalla lista"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "Lascia vuoto su il config auth non é utilizzato"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Parola chiave per config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7234,11 +7250,11 @@ msgstr ""
"Lascia vuoto disabilitare il supporto per i schemi PDF, consigliato: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Schema PDF: tabella delle pagine"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7253,23 +7269,23 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] per tutti dettagli. Lascia "
"vuoto per disabilitarne il supporto. Consigliato: [kbd]phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nome del database"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 ""
"La dove il server MySQL ascolta, lascia vuoto per il valore predefinito"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Porta del server"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7281,11 +7297,11 @@ msgstr ""
"Lascia vuoto per disabilitare la memorizzazione delle tabelle recenti nel "
"database, consigliato: [kbd]pma_recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabella utilizzata recentemente"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7297,13 +7313,13 @@ msgstr ""
"Lascia vuoto per disabilitare la memorizzazione delle tabelle recenti nel "
"database, consigliato: [kbd]pma_recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Tabelle preferite"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7315,11 +7331,11 @@ msgstr ""
"Lascia vuoto per disabilitare il supporto per [a@http://wiki.phpmyadmin.net/"
"pma/relation]relation-links[/a], consigliato: [kbd]pma_relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabella relazionale"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7331,15 +7347,15 @@ msgstr ""
"Vedi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipi di "
"autenticazione[/a] per un esempio"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nome della sessione di signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "L'URL di signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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."
@@ -7347,21 +7363,21 @@ msgstr ""
"Il socket sul quale il server MySQL ascolta, lascia vuoto per il valore "
"predefinito"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket del server"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Abilita SSL per la connessione al server MySQL"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Utilizza SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7373,13 +7389,13 @@ msgstr ""
"Lascia vuoto per disabilita il supporto dello schema PDF, consigliato: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "Schema PDF: coordinate delle tabelle"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7391,11 +7407,11 @@ msgstr ""
"La tabella che descrive i campi di visualizzazione, lascia vuoto per "
"disabilitarne il supporto; consigliato: [kbd]pma_table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Visualizza i campi della tabella"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables'UI preferences across sessions, "
@@ -7408,11 +7424,11 @@ msgstr ""
"dell'interfaccia utenti nel database, consigliato: [kbd]pma_table_uiprefs[/"
"kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabella di memorizzazione delle preferenze dell'interfaccia utente"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7420,11 +7436,11 @@ msgstr ""
"Se aggiungere un instruzione DROP DATABASE IF EXISTS sulla prima linea del "
"log quando viene creato un database."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Aggiungi DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7432,11 +7448,11 @@ msgstr ""
"Se aggiungere un instruzione DROP TABLE IF EXISTS sulla prima linea del log "
"quando viene creato una tabella."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Aggiungi DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7444,21 +7460,21 @@ msgstr ""
"Se aggiungere un instruzione DROP VIEW IF EXISTS sulla prima linea del log "
"quando viene creata una vista."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Aggiungi DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Istruzioni da monitorare"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7470,11 +7486,11 @@ msgstr ""
"Lascia vuoto per disabilitare il supporto per il monitoriaggio delle query "
"SQL, consigliato: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabella de monitoraggio delle query SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7482,11 +7498,11 @@ msgstr ""
"Se il meccanismo di monitoraggio crea versioni per tabelle e viste "
"automaticamente."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Crea versioni automaticamente"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7498,37 +7514,37 @@ msgstr ""
"Lascia vuoto per disabilitare la memorizzazione delle preferenze degli "
"utenti nel database, consigliato: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabella di memorizzazione delle preferenze degli utenti"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Utilizza tabelle"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Utilizza la Tabella dell'Host"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7540,15 +7556,15 @@ msgstr ""
"Lascia vuoto per disabilitare la memorizzazione delle preferenze degli "
"utenti nel database, consigliato: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Utente per il config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7556,21 +7572,21 @@ msgstr ""
"Una descrizione di facile utilizzo di questo server. Lascia vuoto per "
"visualizzare il nome host, invece."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nome completo di questo server"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "Se visualizzare all'utente un pulsante \"mostra tutte le (righe)\""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Consenti la visualizzazione di tutte le righe"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7587,45 +7603,45 @@ msgstr ""
"di configurazione; questo non limita la capacità di eseguire lo stesso "
"comando direttamente"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Mostra il modulo di modifica della parola chiave"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Mostra il modulo di creazione dei database"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show more actions"
msgid "Show Creation timestamp"
msgstr "Mostra piú azioni"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
#| msgid "Show master status"
msgid "Show Last check timestamp"
msgstr "Mostra lo stato del master"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7637,32 +7653,32 @@ msgstr ""
"Stabilisce se i tipi dei campi dovrebbero essere visualizzati inizialmente "
"nella modalitá di inserimento/modifica"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Mostra i tipi di campi"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr ""
"Visualizza i campi delle funzioni nelle modalita di inserimento/modifica"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Mostra i campi delle funzioni"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "Se mostrare il suggerimento o meno"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Mostra suggerimento"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7674,15 +7690,15 @@ msgstr ""
"Mostra un collegamento all'output di [a@http://php.net/manual/function."
"phpinfo.php]phpinfo()[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Mostra un collegamento a phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Mostra informazioni dettagliate del server MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7692,11 +7708,11 @@ msgstr ""
"Definisce se le query SQL generate da phpMyAdmin devrebbero essere "
"visualizzate"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Mostra query SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7706,11 +7722,11 @@ msgstr ""
"Definisce se la finestra della query deve stare sullo schermo dopo la "
"conferma"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Nascondi riquadro query SQL"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
@@ -7718,11 +7734,11 @@ msgstr ""
"Consenti la visualizzazione delle statistiche dei database e tabelle (ad "
"esempio spazio utilizzato)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Mostra statistiche"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7732,21 +7748,21 @@ msgstr ""
"Segna le tabelle come utilizzate e quindi consenti la visualizzazione dei "
"database con delle tabelle bloccate"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Ignora le tabelle bloccate"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Mostra un avviso sulla pagina principale se Suhosin é stato trovato"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Avviso Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7760,13 +7776,13 @@ msgstr ""
"dettagli della Struttura dei database se una tabella contiene colonne i cui "
"nomi sono parole chiave MySQL"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Validitá per il cookie di login"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -7779,11 +7795,11 @@ msgstr ""
"valore incrementato per le aree di testo delle query SQL (x2) e per la "
"finestra di query (x1.25)"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Campi di aree di testo"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7792,31 +7808,31 @@ msgstr ""
"viene incrementato per le aree di testo delle query SQL (×2) e per la "
"finestra di query (×1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Righe nelle aree di testo"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titolo della finestra del browser quando un database è selezionato."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titolo della finestra del browser quando niente è selezionato."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Titolo Predefinito"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titolo della finestra del browser quando un server è selezionato."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titolo della finestra del browser quando una tabella è selezionata."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7828,28 +7844,28 @@ 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]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista dei proxy di fiducia per l'accettazione/rifiuto degli IP"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
"La cartella sul server dove è possibile caricare i file per l'importazione."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Cartella di upload"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Consenti la ricerca all'interno di un intero database."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Utilizza la ricerca dei database"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
#, fuzzy
#| msgid ""
#| "When disabled, users cannot set any of the options below, regardless of "
@@ -7861,15 +7877,15 @@ msgstr ""
"Quando disabilitato, gli utenti non possono impostare alcune opzioni "
"sottostanti, indipendentemente dalla casella di controllo sulla destra"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Abilita la tabulazione per Sviluppatori nelle impostazioni"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Controlla l'ultima versione"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
@@ -7877,14 +7893,14 @@ msgstr ""
"Abilita la prova per la versione più recente sulla pagina principale di "
"phpMyAdmin"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Controllo versione"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7892,34 +7908,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Nome utente"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Password"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7931,43 +7947,43 @@ msgstr ""
"Abilita la compressione [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP"
"[/a] per le operazioni di importazione ed esportazione"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Porta del server"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8423,8 +8439,8 @@ msgstr ", @TABLE@ diventerá il nome della tabella"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Questo valore è interpretato usando %1$sstrftime%2$s: in questo modo puoi "
"usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte "
@@ -8994,8 +9010,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"La documentazione ed ulteriori informazioni a riguardo di PBXT é disponibile "
"su %sPrimeBase XT Home Page%s."
@@ -10176,8 +10192,8 @@ msgstr "Benvenuto in %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"La ragione di questo è che probabilmente non hai creato alcun file di "
"configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno."
@@ -11534,7 +11550,7 @@ msgstr "Nome utente"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Password"
@@ -11566,8 +11582,8 @@ msgstr "ID del server"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -12419,7 +12435,7 @@ msgstr "Nessun"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12460,14 +12476,14 @@ msgstr "Limite di connessioni simultanee che un utente può fare."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilegi relativi alle tabelle"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12478,7 +12494,7 @@ msgid "Administration"
msgstr "Amministrazione"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilegi globali"
@@ -12489,7 +12505,7 @@ msgid "Global"
msgstr "globale"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilegi specifici al database"
@@ -12509,13 +12525,13 @@ msgstr ""
"privilegi."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Informazioni di Login"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Utilizza campo text"
@@ -12540,7 +12556,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Hai revocato i privilegi per %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Aggiungi utente"
@@ -12561,93 +12577,93 @@ msgstr "Concedi tutti i privilegi al nome con caratteri jolly (username\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Garantisci tutti i privilegi per il database \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Utenti che hanno accesso a \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "L'utente é stato aggiunto."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Utente"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Grant"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Nessun utente trovato."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Qualsiasi"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globale"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "specifico del database"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "carattere jolly"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "specifico del database"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Modifica Privilegi"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Revoca"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Modifica server"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… mantieni quello vecchio."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… cancella quello vecchio dalla tabella degli utenti."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12655,125 +12671,125 @@ msgstr ""
"… cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i "
"privilegi."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Cambia le Informazioni di Login / Copia Utente"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Crea un nuovo utente con gli stessi privilegi e …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilegi relativi ai campi"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Aggiungi privilegi sul seguente database"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"I caratteri jolly _ e % dovrebbero essere preceduti da un \\ per l'utilizzo "
"letterale."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Aggiungi privilegi sulla seguente tabella"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Rimuove gli utenti selezionati"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Revoca tutti i privilegi attivi agli utenti e dopo li cancella."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Elimina i databases gli stessi nomi degli utenti."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nessun utente selezionato per la cancellazione!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Caricamento dei privilegi in corso"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Gli utenti selezionati sono stati cancellati con successo."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Hai aggiornato i permessi per %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Cancellazione in corso di %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "I privilegi sono stati ricaricati con successo."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "L'utente %s esiste già!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilegi per %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nuovo"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Modifica Privilegi"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Vista d'insieme degli utenti"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella "
"dei privilegi di MySQL. Il contenuto di questa tabella può differire dai "
"privilegi usati dal server se sono stati fatti cambiamenti manuali. In "
"questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "L'utente selezionato non è stato trovato nella tabella dei privilegi."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Hai aggiunto un nuovo utente."
@@ -14891,14 +14907,6 @@ msgstr "Disattiva ora"
msgid "Delete version"
msgstr "Crea versione"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "attivo"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "non attivo"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Instruzioni per il monitoraggio"
@@ -15027,11 +15035,11 @@ msgstr ""
"permanante di questi richiede l'abilitazione della %smemorizzazione della "
"configurazione di phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Impossibile salvare la configurazione"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15376,24 +15384,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Nessuna colonna selezionata."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Monitoraggio di %s é attivo."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Gli utenti selezionati sono stati cancellati con successo."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nessuna riga selezionata"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Instruzione SQL eseguita."
@@ -15837,12 +15845,12 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Il rapporto corrente tra la memoria libera nella cache delle query e la "
-"dimensione totale della cache delle query è %s%%. Dovrebbe essere sopra "
-"l'80%%"
+"dimensione totale della cache delle query è %s%%. Dovrebbe essere sopra l'80%"
+"%"
#: libraries/advisory_rules.txt:181
msgid "Query cache fragmentation"
@@ -16000,8 +16008,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% di tutti gli ordinamenti causano la creazione di tabelle temporanee, "
"questo valore dovrebbe essere inferiore al 10%%."
@@ -16809,6 +16817,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert è impostato a 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Disabilita l'espansione del database"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Cancella dati di tracciamento per questa tabella"
@@ -17224,8 +17235,8 @@ msgstr "concurrent_insert è impostato a 0"
#~ "%s."
#~ msgstr ""
#~ "Il validatore SQL non può essere inizializzato. Prego controllare di "
-#~ "avere installato le estensioni php necessarie come descritto nella "
-#~ "%sdocumentazione%s."
+#~ "avere installato le estensioni php necessarie come descritto nella %"
+#~ "sdocumentazione%s."
#, fuzzy
#~| msgid "Error: Relation not added."
@@ -17891,8 +17902,8 @@ msgstr "concurrent_insert è impostato a 0"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
-#~ "Sei sicuro di voler disabilitare tutte le referenze BLOB per il database "
-#~ "%s?"
+#~ "Sei sicuro di voler disabilitare tutte le referenze BLOB per il database %"
+#~ "s?"
#~ msgid "Unknown error while uploading."
#~ msgstr "Errore sconosciuto durante il caricamento del file."
diff --git a/po/ja.po b/po/ja.po
index 49f7e06310..27ecee3c47 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-21 01:16+0200\n"
"Last-Translator: Masahiko HISAKAWA \n"
"Language-Team: Japanese \n"
-"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.2\n"
@@ -91,7 +91,7 @@ msgstr "カラム"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "主"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "いいえ"
@@ -205,16 +205,16 @@ msgstr "いいえ"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "はい"
@@ -261,15 +261,15 @@ msgstr ""
"phpMyAdmin 環境保管領域が無効になっています。理由については%sこちら%sをご覧く"
"ださい。"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "テーブル"
@@ -371,13 +371,13 @@ msgstr "更新日時"
msgid "Status"
msgstr "状態"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -390,7 +390,7 @@ msgstr "操作"
msgid "Show"
msgstr "表示"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -410,15 +410,25 @@ msgstr "追跡レポート"
msgid "Structure snapshot"
msgstr "構造のスナップショット"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "非アクティブ"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "アクティブ"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "SQL コマンドを追跡していないテーブル"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "テーブルを追跡する"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "データベースのログです"
@@ -540,7 +550,7 @@ msgid "Add geometry"
msgstr "幾何データを追加する"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -562,9 +572,9 @@ msgstr "幾何データを追加する"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -603,8 +613,8 @@ msgstr "不完全なパラメータ"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"アップロードしようとしたファイルが大きすぎるようです。この制限に関する対策に"
"ついては %sドキュメント%s をご覧ください。"
@@ -1350,12 +1360,12 @@ msgstr "モニタリンググラフを追加する"
msgid "Please add at least one variable to the series!"
msgstr "少なくとも1つの系列を追加してください"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1859,18 +1869,18 @@ msgid "Show query box"
msgstr "クエリボックスを表示"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "編集"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d は不正な行番号です。"
@@ -2135,7 +2145,7 @@ msgstr "プロット点におけるデータ内容"
msgid "Ignore"
msgstr "無視"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "コピー"
@@ -2151,7 +2161,7 @@ msgstr "線分"
msgid "Polygon"
msgstr "ポリゴン"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "幾何データ"
@@ -2319,10 +2329,10 @@ msgstr "ダブルクリックでカラム名をコピー。"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "クリックでカラムの表示/非表示
ができるドロップダウンを表示"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "すべて表示"
@@ -2425,7 +2435,7 @@ msgstr "パネルを隠す"
msgid "Show hidden navigation tree items."
msgstr "左のフレーム内にロゴを表示します。"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2499,7 +2509,7 @@ msgstr ", 最終安定バージョン:"
msgid "up to date"
msgstr "最新版"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "ビューを作成する"
@@ -2922,8 +2932,8 @@ msgid "Requery"
msgstr "サブクエリ"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2932,16 +2942,16 @@ msgid "Delete"
msgstr "削除"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3024,7 +3034,7 @@ msgid "History"
msgstr "SQL 履歴"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3071,7 +3081,7 @@ msgid "During current session"
msgstr "現在のエラーをスキップする"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3125,9 +3135,9 @@ msgstr "SQL クエリ履歴テーブル"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3136,9 +3146,9 @@ msgstr ""
msgid "Ascending"
msgstr "昇順"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3357,125 +3367,125 @@ msgstr "検索するテーブル:"
msgid "Inside column:"
msgstr "検索するカラム:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "変更したデータを保存する"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "カラムの順番を元に戻す"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "フィルタ"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "データベース内検索"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "先頭"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "前へ"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "次へ"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "最後"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "全部"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "行数:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "キーでソート"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "部分テキスト"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "全文"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "リレーションキー"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "リレーション表示カラム"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "バイナリの内容を表示する"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB の内容を表示する"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "ブラウザ変換機能を隠す"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "空間データをテキストで表示"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "空間データをバイナリで表示"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "行を削除しました"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "停止"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "正確な数字とは限りません。[doc@faq3-11]FAQ 3.11[/doc] をご覧ください"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3484,46 +3494,46 @@ msgstr "正確な数字とは限りません。[doc@faq3-11]FAQ 3.11[/doc] を
msgid "Your SQL query has been executed successfully."
msgstr "SQL は正常に実行されました"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "このビューの最低行数。詳しくは%sドキュメント%sをご覧ください。"
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "行の表示"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "合計"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "クエリの実行時間 %01.4f 秒"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "チェックしたものを:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3531,48 +3541,50 @@ msgstr "チェックしたものを:"
msgid "Check All"
msgstr "すべてチェックする"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "変更"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "エクスポート"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "クエリ結果操作"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "印刷用画面"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "印刷用画面 (全テキストを含む)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "グラフで表示する"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "空間情報のデータを視覚化する"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3750,7 +3762,7 @@ msgstr ""
"れません。"
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "サーバ"
@@ -3810,9 +3822,9 @@ msgstr "挿入"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "特権"
@@ -3876,7 +3888,7 @@ msgstr "textarea の 1 行の文字数"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "データベース"
@@ -3993,7 +4005,7 @@ msgid "Recent"
msgstr "リセット"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4454,20 +4466,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"単精度浮動小数、有効範囲は -3.402823466E+38 から -1.175494351E-38、0、"
"1.175494351E-38 から 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"倍精度浮動小数、有効範囲は -1.7976931348623157E+308 から "
-"-2.2250738585072014E-308、0、2.2250738585072014E-308 から 1.7976931348623157E"
+"倍精度浮動小数、有効範囲は -1.7976931348623157E+308 から -"
+"2.2250738585072014E-308、0、2.2250738585072014E-308 から 1.7976931348623157E"
"+308"
#: libraries/Types.class.php:336
@@ -4752,7 +4764,7 @@ msgstr "最長: %s%s"
msgid "MySQL said: "
msgstr "MySQL のメッセージ: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "EXPLAIN で確認"
@@ -4764,7 +4776,7 @@ msgstr "SQL の EXPLAIN 解析をスキップ"
msgid "Without PHP Code"
msgstr "PHP コードを省略"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP コードの作成"
@@ -5300,7 +5312,7 @@ msgid "Set value: %s"
msgstr "値「%s」を設定"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "デフォルト値に戻す"
@@ -5418,8 +5430,8 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:416
#, fuzzy, php-format
#| msgid ""
-#| "If using cookie authentication and %sLogin cookie store%s is not 0, "
-#| "%sLogin cookie validity%s must be set to a value less or equal to it."
+#| "If using cookie authentication and %sLogin cookie store%s is not 0, %"
+#| "sLogin cookie validity%s must be set to a value less or equal to it."
msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
@@ -5431,21 +5443,20 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:423
#, fuzzy, php-format
#| msgid ""
-#| "If you feel this is necessary, use additional protection settings - "
-#| "%shost authentication%s settings and %strusted proxies list%s. However, "
-#| "IP-based protection may not be reliable if your IP belongs to an ISP "
-#| "where thousands of users, including you, are connected to."
+#| "If you feel this is necessary, use additional protection settings - %"
+#| "shost authentication%s settings and %strusted proxies list%s. However, IP-"
+#| "based protection may not be reliable if your IP belongs to an ISP where "
+#| "thousands of users, including you, are connected to."
msgid ""
"If you feel this is necessary, use additional protection settings - %shost "
"authentication%s settings and %strusted proxies list%s. However, IP-based "
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"それでも、[kbd]config[/kbd] 認証が必要であると思われる場合、追加の保護設定"
-"(%sホスト認証%s設定および%s信頼されたプロキシのリスト%s)を使用してくださ"
-"い。しかしながら、ユーザが数千人もいるような ISP に所属している、含まれてい"
-"る、接続されている場合には、IP アドレスを基にした保護は信頼性が高いとはいえま"
-"せん。"
+"それでも、[kbd]config[/kbd] 認証が必要であると思われる場合、追加の保護設定(%"
+"sホスト認証%s設定および%s信頼されたプロキシのリスト%s)を使用してください。し"
+"かしながら、ユーザが数千人もいるような ISP に所属している、含まれている、接続"
+"されている場合には、IP アドレスを基にした保護は信頼性が高いとはいえません。"
#: libraries/config/ServerConfigChecks.class.php:431
#, php-format
@@ -6684,7 +6695,7 @@ msgid "Maximum displayed SQL length"
msgstr "表示できる SQL 文の最大の長さ"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "ユーザはこれより高い値を設定することはできません"
@@ -6766,35 +6777,35 @@ msgstr "メモリ制限"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "左のフレーム内にロゴを表示します。"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "ナビゲーションパネル内にロゴを表示します。"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "ロゴを表示する"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "ロゴのリンク URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6802,31 +6813,31 @@ msgstr ""
"リンク先のページをメインウィンドウ ([kbd]main[/kbd]) または新しいウィンドウ "
"([kbd]new[/kbd]) で開く。"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "ロゴリンクのターゲット"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the left frame"
msgid "Display server choice at the top of the navigation panel."
msgstr "左フレームの上部にサーバ選択を表示します。"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "サーバ選択を表示する"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "クイックアクセスアイコンのリンク先"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "クイックアクセスアイコンのリンク先"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid ""
@@ -6834,17 +6845,17 @@ msgid ""
"display a filter box."
msgstr "テーブル表示数を絞るための入力欄が現れる最小のテーブル数"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of items to display the filter box"
msgstr "テーブル表示数を絞るための入力欄が現れる最小のテーブル数"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "データベース表示数を絞るための入力欄が現れる最小のデータベース数"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -6855,114 +6866,115 @@ msgid ""
msgstr ""
"軽快モードのみ。下の項目で定義する区切りが合った場合、ツリー表示になります。"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "ツリーレベルにデータベースを区切るための文字列"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "データベースツリーの区切り"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "ツリーレベルにテーブルを区切るための文字列"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "テーブルツリーの区切り"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "テーブルツリーの最大の深さ"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "マウスカーソルの下のサーバ名を強調表示します。"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "強調表示を有効にする"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "データベースをリストで表示する"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "ナビゲーションバーのアイコン"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "最近使用したテーブルの最大数。0 で無効になります。"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "最近使用したテーブルの最大数。0 で無効になります。"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "最近使用したテーブル"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "編集、コピー、削除のリンクことです。"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "テーブルの行リンクを表示する場所"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
msgstr "テーブルやデータベースの名前のソートを人間が行うような手法で行います。"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "自然順"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
"「アイコンのみ表示」または「テキストのみ表示」または「アイコン/テキスト両方表"
"示」。"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "ナビゲーションバーのアイコン"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, 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 の出力バッファリングを使用します。"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip の出力バッファリング"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6974,21 +6986,21 @@ msgstr ""
"[kbd]SMART[/kbd] とは TIME、DATE、DATETIME、TIMESTAMP 型のカラムに対しては "
"DESC、それ以外は ASC の並び順にします。"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "デフォルトの並び順"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL データベースへの永続的な接続を使用します。"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "永続的な接続"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7002,11 +7014,11 @@ msgstr ""
"phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー"
"タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "phpMyAdmin 環境保管領域用のテーブルが不明"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -7018,11 +7030,11 @@ msgstr ""
"cookie 認証で mcrypt 拡張がなかった場合、警告を表示します。チェックを入れると"
"このメッセージは表示されません。"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7035,29 +7047,29 @@ msgstr ""
"phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー"
"タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "メニュータブの表示方法"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB および BINARY カラムへの編集を禁止します。"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "バイナリカラムの保護"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -7067,51 +7079,51 @@ msgstr ""
"環境保管領域の設定が必要です)。無効にした場合、クエリ履歴の表示に JavaScript "
"を利用します (ウィンドウを閉じると履歴は消えます)。"
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "永続的なクエリの履歴"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "履歴に残るクエリの件数"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "クエリ履歴の長さ"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr "文字セットの変換に使用される関数を選択します。"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "コード変換エンジン"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "表示している各テーブルのソートが記憶されます。"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "テーブルのソートを記憶する"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "デフォルトの並び順"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -7120,93 +7132,93 @@ msgid ""
msgstr ""
"カラム名を何行おきに挿入するか。[kbd]0[/kbd] でこの機能は無効になります。"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "カラム名の差し込み間隔"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "リレーション表示カラム"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "サーバの表示オプション"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
#, fuzzy
#| msgid "Save all edited cells at once"
msgid "Grid editing: save all edited cells at once"
msgstr "編集したセルを一度にすべて保存する"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "エクスポートをサーバ上に保存できるディレクトリ"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "保存ディレクトリ"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "使用しない場合は空欄にします。"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "ホストの認証順番"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "デフォルトにする場合は空欄にします。"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "ホスト認証のルール"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "パスワードなしログインの許可"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "root ログインの許可"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "セッション値"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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 Basic 認証領域における名称"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP 領域"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -7220,21 +7232,21 @@ msgstr ""
"[a@http://swekey.com]SweKey ハードウェア認証[/a]用の設定ファイルのパス (ド"
"キュメントルートには配置しないこと。/etc/swekey.conf がいいでしょう。)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey 設定ファイル"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "使用する認証方法"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "認証タイプ"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
@@ -7246,11 +7258,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/bookmark]ブックマーク[/a]機能を使わない場合"
"は空欄にします。[kbd]pma_bookmark[/kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "ブックマークテーブル"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -7262,36 +7274,36 @@ msgstr ""
"カラムのコメントと MIME タイプ機能を使わない場合は空欄にします。[kbd]"
"pma_column_info[/kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "カラム情報テーブル"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL サーバと圧縮プロトコルで接続します。"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "圧縮通信を行う"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"サーバへの接続方法。確信がなければ [kbd]tcp[/kbd] のままにしてください。"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "接続方法"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "phpMyAdmin ユーザのパスワード"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7304,11 +7316,11 @@ msgstr ""
"権限を制限して設定しておいた特別な MySQL ユーザを使います。詳細は [a@http://"
"wiki.phpmyadmin.net/pma/controluser]wiki[/a] を参照してください。"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "phpMyAdmin ユーザ"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7320,11 +7332,11 @@ msgstr ""
"環境保管領域に対しての代替ホスト。空欄で既に定義されているホストを使用しま"
"す。"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "環境保管領域ホスト"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7337,19 +7349,19 @@ msgstr ""
"環境保管領域に対しての代替ホスト。空欄で既に定義されているホストを使用しま"
"す。"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "環境保管領域ホスト"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "正規表現 (PCRE) で一致するデータベースを非表示にします。"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7357,15 +7369,15 @@ msgstr ""
"詳細は [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA bug tracker[/"
"a] と [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]を"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA の使用を無効にする"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "非表示にするデータベース"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7377,25 +7389,25 @@ msgstr ""
"SQL クエリの履歴機能を使わない場合は空欄にします。[kbd]pma_history[/kbd] とし"
"ておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL クエリ履歴テーブル"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "稼働している MySQL サーバのホスト名"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "サーバのホスト名"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "ログアウト URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -7407,17 +7419,17 @@ msgstr ""
"データベースに保管されるテーブル環境設定の上限。古いものから自動的に削除され"
"ます。"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "テーブル環境設定の最大保管数"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "スレーブのステータステーブルを閲覧する"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7428,13 +7440,13 @@ msgstr ""
"PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma_pdf_pages[/kbd] と"
"しておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "textarea の 1 行の文字数"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7446,17 +7458,17 @@ msgstr ""
"PDF スキーマを使用しない場合は空欄にします。[kbd]pma_table_coords[/kbd] とし"
"ておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "パスワードなしでの接続を試みます。"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "パスワードなしで接続する"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| "You can use MySQL wildcard characters (% and _), escape them if you want "
@@ -7476,21 +7488,21 @@ msgstr ""
"力していき、最後に [kbd]'*'[/kbd] とだけ入力しておきます。[kbd]'*'[/kbd] は"
"残ったものをアルファベット順に並べて表示する働きをします。"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "リスト化したデータベースだけを表示する"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "config 認証を使用しない場合は空欄のままにします。"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "config 認証用のパスワード"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7500,11 +7512,11 @@ msgstr ""
"PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma_pdf_pages[/kbd] と"
"しておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF スキーマ:ページテーブル"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7520,23 +7532,23 @@ msgstr ""
"れらの機能を使わない場合は空欄にします。[kbd]phpmyadmin[/kbd] としておくのが"
"いいでしょう。"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "データベース名"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 サーバで開いているポート。デフォルトにしたい場合は空欄のままにします。"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "サーバのポート"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7548,11 +7560,11 @@ msgstr ""
"最近使用したテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし"
"ます。[kbd]pma_recent[/kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "最近使用したテーブル"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7564,13 +7576,13 @@ msgstr ""
"最近使用したテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし"
"ます。[kbd]pma_recent[/kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "変数"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7582,11 +7594,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/relation]リレーションリンク[/a]機能を使わな"
"い場合は空欄にします。[kbd]pma_relation[/kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "リレーションテーブル"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7598,15 +7610,15 @@ msgstr ""
"設定例は[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認証モード[/a]を"
"参照してください。"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "サインオンセッション名"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "サインオン URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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."
@@ -7614,21 +7626,21 @@ msgstr ""
"MySQL サーバで開いているソケット。デフォルトにしたい場合は空欄のままにしま"
"す。"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "サーバのソケット"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL サーバへの接続において SSL を有効にします。"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL を使用する"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7640,13 +7652,13 @@ msgstr ""
"PDF スキーマを使用しない場合は空欄にします。[kbd]pma_table_coords[/kbd] とし"
"ておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF スキーマ:テーブルの座標"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7658,11 +7670,11 @@ msgstr ""
"表示するカラムを記述するためのテーブル。使用しない場合は空欄にします。[kbd]"
"pma_table_info[/kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "表示するカラムためのテーブル"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables'UI preferences across sessions, "
@@ -7674,11 +7686,11 @@ msgstr ""
"テーブルに対する環境設定をセッションを跨いで「永続的に」記憶しない場合は空欄"
"にします。[kbd]pma_table_uiprefs[/kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "テーブルに対する環境設定を保管するテーブル"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7686,11 +7698,11 @@ msgstr ""
"データベースを作成するときにログの最初の行に DROP DATABASE IF EXISTS 文を追加"
"するかどうか。"
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE を追加する"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7698,11 +7710,11 @@ msgstr ""
"テーブルを作成するときにログの最初の行に DROP TABLE IF EXISTS 文を追加するか"
"どうか。"
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE を追加する"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7710,19 +7722,19 @@ msgstr ""
"ビューを作成するときにログの最初の行に DROP VIEW IF EXISTS 文を追加するかどう"
"か。"
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW を追加する"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr "新しい世代に対して自動生成使用するコマンドのリストを定義します。"
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "追跡するコマンド"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7734,11 +7746,11 @@ msgstr ""
"SQL コマンドの追跡機能を使わない場合は空欄にします。[kbd]pma_tracking[/kbd] "
"としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL コマンド追跡テーブル"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7746,11 +7758,11 @@ msgstr ""
"SQL コマンドの追跡機能が、テーブルやビューに対して自動的に世代を作成するかど"
"うか。"
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "世代の自動作成"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7762,37 +7774,37 @@ msgstr ""
"データベースにユーザ設定の保存しない場合は空欄にします。[kbd]pma_userconfig[/"
"kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "ユーザ環境保管テーブル"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "利用するテーブル"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "ホストテーブルを使う"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7804,15 +7816,15 @@ msgstr ""
"データベースにユーザ設定の保存しない場合は空欄にします。[kbd]pma_userconfig[/"
"kbd] としておくのがいいでしょう。"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "config 認証用のユーザ"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7820,21 +7832,21 @@ msgstr ""
"このサーバのわかりやすい説明。ホスト名をそのまま表示させる場合には、空欄のま"
"まにします。"
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "このサーバの詳細な名前"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "「(行を) すべて表示」ボタンを表示するかどうか。"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "すべての行の表示を許可する"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7851,26 +7863,26 @@ msgstr ""
"れはパスワード変更コマンドに対して直接実行する機能を制限するものではありませ"
"ん。"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "パスワード変更フォームを表示する"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "「データベースを作成する」の部分を表示する"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, 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 "テーブル一覧において作成日時の列を表示させるかどうか"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "作成日時を表示する"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last update timestamp for all tables"
@@ -7878,11 +7890,11 @@ msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "テーブル一覧において最終更新日時の列を表示させるかどうか"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "最終更新日時を表示する"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last check timestamp for all tables"
@@ -7890,11 +7902,11 @@ msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "テーブル一覧において最終検査日時の列を表示させるかどうか"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "最終検査日時を表示する"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7904,31 +7916,31 @@ msgid ""
"insert mode."
msgstr "編集/挿入モードでデータ型項目を表示するかどうか定義します。"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "データ型項目を表示する"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "編集/挿入モードで関数項目を表示します。"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "関数項目を表示する"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "操作ヒントを表示するかどうか。"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "操作ヒントを表示する"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7940,15 +7952,15 @@ msgstr ""
"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] の結果へのリンク"
"を表示します。"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "phpinfo() リンクを表示する"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "詳細な MySQL サーバ情報を表示する"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7957,11 +7969,11 @@ msgid ""
msgstr ""
"phpMyAdmin によって生成される SQL クエリを表示するかどうかを定義します。"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL クエリを表示する"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7969,21 +7981,21 @@ msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr "送信後もクエリボックスを画面上に残しておくかどうかを定義します。"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "クエリボックスを保持する"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "データベースやテーブルの状態(領域の使用状況など)の表示を許可します。"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "統計を表示する"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7993,11 +8005,11 @@ msgstr ""
"使われているテーブルには印をして、テーブルがロックされていても可能であれば"
"データベースを閲覧します。"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "ロックされているテーブルをスキップする"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
@@ -8005,11 +8017,11 @@ msgstr ""
"Suhosin が検出された場合、警告をメインページに表示します。チェックを入れると"
"このメッセージは表示されません。"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin 警告"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -8023,13 +8035,13 @@ msgstr ""
"phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー"
"タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "ログインクッキーの有効期間"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -8041,11 +8053,11 @@ msgstr ""
"編集モードでの textarea の 1 行の文字数。SQL クエリ用のでは 2 倍、クエリウィ"
"ンドウに対しては 1.25 倍になります。"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "textarea の 1 行の文字数"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
#| msgid ""
#| "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -8057,39 +8069,39 @@ msgstr ""
"編集モードでの textarea の行数。SQL クエリ用のでは 2 倍、クエリウィンドウに対"
"しては 1.25 倍になります。"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "textarea の行数"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "データベース選択時のブラウザのウィンドウタイトル"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "何も選択していないときのブラウザのウィンドウタイトル"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "デフォルトタイトル"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "サーバ選択時のブラウザのウィンドウタイトル"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "テーブル選択時のブラウザのウィンドウタイトル"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -8107,31 +8119,31 @@ msgstr ""
"HTTP_X_FORWARDED_FOR (X-Forwarded-For) ヘッダを信頼するように指定することにな"
"ります。[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "信頼されたプロキシのリスト(IP アドレスの許可/拒否)"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr "インポート用ファイルをアップロードできるサーバ上のディレクトリ"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "アップロードディレクトリ"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "全てのデータベース内を検索することを許可します。"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "データベース検索を使用する"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
#, fuzzy
#| msgid ""
#| "When disabled, users cannot set any of the options below, regardless of "
@@ -8143,28 +8155,28 @@ msgstr ""
"無効にすると、右端のチェックボックスに関係なく、ユーザが以下のオプションを設"
"定することはできません。"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "設定に開発者向けタブを追加する"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "バージョンアップの確認"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "phpMyAdmin のメインページ上で最終バージョンチェックを有効にします。"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "バージョンの確認"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -8172,34 +8184,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "ユーザ名"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "パスワード"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -8209,46 +8221,46 @@ msgid ""
"for import and export operations."
msgstr ""
"インポートおよびエクスポートの操作に対して [a@http://ja.wikipedia.org/wiki/"
-"ZIP_%28%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC"
-"%E3%83%9E%E3%83%83%E3%83%88%29]ZIP[/a] 圧縮を有効にします。"
+"ZIP_%28%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC%E3%83%"
+"9E%E3%83%83%E3%83%88%29]ZIP[/a] 圧縮を有効にします。"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "サーバのポート"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8705,8 +8717,8 @@ msgstr "、@TABLE@ はテーブル名に"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"この値は %1$sstrftime%2$s を使用して解釈されますので、時刻の書式文字列を使用"
"することができます。また、埋め込み変数変換も行われます(%3$s変換されま"
@@ -9267,8 +9279,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"PBXT に関するドキュメントおよび詳細な情報は、%sPrimeBase XT オフィシャルサイ"
"ト%sにあります。"
@@ -10457,11 +10469,11 @@ msgstr "%s へようこそ"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"設定ファイルが作成されていないものと思われます。%1$sセットアップスクリプ"
-"ト%2$s を利用して設定ファイルを作成してください。"
+"設定ファイルが作成されていないものと思われます。%1$sセットアップスクリプト%2"
+"$s を利用して設定ファイルを作成してください。"
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11790,7 +11802,7 @@ msgstr "ユーザ名"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "パスワード"
@@ -11822,8 +11834,8 @@ msgstr "サーバ ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "ホスト"
@@ -12656,7 +12668,7 @@ msgstr "なし"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12694,14 +12706,14 @@ msgstr "ユーザの同時接続数を制限する。"
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "テーブル固有の特権"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12712,7 +12724,7 @@ msgid "Administration"
msgstr "管理"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "グローバル特権"
@@ -12723,7 +12735,7 @@ msgid "Global"
msgstr "グローバル"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "データベースに固有の特権"
@@ -12741,13 +12753,13 @@ msgid ""
msgstr "特権テーブルの再読み込みなしでユーザ・特権の追加を許可する。"
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "ログイン情報"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "テキスト入力項目の値を利用する"
@@ -12772,7 +12784,7 @@ msgid "You have revoked the privileges for %s."
msgstr "%s の特権を取り消しました。"
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "ユーザを追加する"
@@ -12794,218 +12806,218 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "データベース \"%s\" への全ての特権を与える。"
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\" にアクセスできるユーザ"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "ビュー %s を破棄しました。"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "ユーザ"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "権限委譲"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "ユーザが存在しません。"
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "すべて"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "グローバル"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "データベース固有"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "ワイルドカード"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "データベース固有"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "特権を編集"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "取り消し"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "サーバの編集"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "元のユーザも残す。"
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "ユーザテーブルから元のユーザを削除する。"
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "元のユーザの特権をすべて無効にしてから削除する。"
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "ユーザテーブルから元のユーザを削除し、特権の再読み込みをする。"
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "ログイン情報の変更 / ユーザの複製"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "同じ特権を持つ新しいユーザを作る…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "このカラムに固有の特権"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "データベースに特権を追加"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"_ や % というワイルドカードを文字として使用するときは \\ でエスケープしてくだ"
"さい。"
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "テーブルに特権を追加"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "選択したユーザを削除する"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "特権をすべて取り消してユーザを削除する。"
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "ユーザと同名のデータベースを削除する。"
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "削除するユーザが選択されていません!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "特権を再読み込みしています"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "選択されたユーザは正常に削除されました。"
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s の特権を更新しました。"
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s を削除中です"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "特権を正常に再読み込みしました。"
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "ユーザ %s は既に存在します!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s に対する特権"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
#, fuzzy
#| msgid "New"
msgctxt "Create new user"
msgid "New"
msgstr "新規作成"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "特権を編集"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "ユーザ概略"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"注意: phpMyAdmin は MySQL の特権テーブルから直接ユーザ特権を取得しますが、手"
"作業で特権を更新した場合は phpMyAdmin が利用しているテーブルの内容とサーバの"
"特権の内容が一致しなくなることがありますので、作業を続ける前に %s特権の再読み"
"込み%s をしてください。"
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "特権テーブルには選択したユーザがいません。"
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "新しいユーザを追加しました。"
@@ -15056,14 +15068,6 @@ msgstr "すぐに非アクティブにする"
msgid "Delete version"
msgstr "世代を作成する"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "アクティブ"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "非アクティブ"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "追跡しているコマンド"
@@ -15195,11 +15199,11 @@ msgstr ""
"環境設定は、現在のセッションでのみ有効です。この設定を永続的に有効にするに"
"は、%sphpMyAdmin 環境保管領域%sが必要です。"
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "設定が保存できません"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15545,24 +15549,24 @@ msgstr[0] ""
msgid "No column selected."
msgstr "カラムが選択されていません。"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s の SQL コマンド追跡機能はアクティブです。"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "選択されたユーザは正常に削除されました。"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "行が選択されていません"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL 文が実行されました。"
@@ -15999,8 +16003,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"クエリキャッシュの総量に対するクエリキャッシュの空きメモリの割合は、%s%% で"
"す。この値は、80%% 以上がいいと言われています"
@@ -16157,8 +16161,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"全ソートの内 %s%% が一時テーブルを使用しています。この値は、10%% 未満がいいと"
"言われています。"
@@ -16710,8 +16714,8 @@ msgstr ""
msgid ""
"Max_used_connections is at %s%% of max_connections, it should be below 80%%"
msgstr ""
-"Max_used_connections は max_connections の %s%% になっています。この値は、"
-"80%% 未満がいいと言われています"
+"Max_used_connections は max_connections の %s%% になっています。この値は、80%"
+"% 未満がいいと言われています"
#: libraries/advisory_rules.txt:399
msgid "Percentage of aborted connections"
@@ -16930,10 +16934,10 @@ msgid ""
"perfectly adequate for your system if you don't have much InnoDB tables or "
"other services running on the same machine."
msgstr ""
-"現在、メモリの %s%% が InnoDB バッファプールに使われています。割り当てが "
-"60%% 未満の時にこの事象が表示されるようになりますが、多くの InnoDB テーブルを"
-"使用していない、もしくは同マシン上で他のサービスを稼動させていないのであれ"
-"ば、ご使用のシステムではこの設定で十分かもしれません。"
+"現在、メモリの %s%% が InnoDB バッファプールに使われています。割り当てが 60%"
+"% 未満の時にこの事象が表示されるようになりますが、多くの InnoDB テーブルを使"
+"用していない、もしくは同マシン上で他のサービスを稼動させていないのであれば、"
+"ご使用のシステムではこの設定で十分かもしれません。"
#: libraries/advisory_rules.txt:459
msgid "MyISAM concurrent inserts"
@@ -16957,6 +16961,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert は 0 に設定されています"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "データベースをリストで表示する"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "このテーブルに対しての追跡データを削除する"
diff --git a/po/ka.po b/po/ka.po
index f572ecf1e4..c9aee0382b 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-27 15:20+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Georgian \n"
-"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -93,7 +93,7 @@ msgstr "სვეტები"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "პირველადი"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "არა"
@@ -207,16 +207,16 @@ msgstr "არა"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "დიახ"
@@ -268,15 +268,15 @@ msgstr ""
"The additional features for working with linked tables have been "
"deactivated. To find out why click %shere%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "ცხრილი"
@@ -379,13 +379,13 @@ msgstr ""
msgid "Status"
msgstr "სტატუსი"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -398,7 +398,7 @@ msgstr "მოქმედება"
msgid "Show"
msgstr "ჩვენება"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -418,16 +418,26 @@ msgstr ""
msgid "Structure snapshot"
msgstr "სნეიფშუთის სტრუქტურა"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
#, fuzzy
msgid "Track table"
msgstr "ცხრილის შემოწმება"
-#: db_tracking.php:325
+#: db_tracking.php:347
#, fuzzy
msgid "Database Log"
msgstr "მონაცემთა ბაზა"
@@ -550,7 +560,7 @@ msgid "Add geometry"
msgstr "გეომეტრიის დამატება"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -572,9 +582,9 @@ msgstr "გეომეტრიის დამატება"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -615,8 +625,8 @@ msgstr "სრული ჩასმები"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1409,12 +1419,12 @@ msgstr "Snap to grid"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1972,18 +1982,18 @@ msgid "Show query box"
msgstr "SQL Query box"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "რედაქტირება"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2248,7 +2258,7 @@ msgstr "Data pointer size"
msgid "Ignore"
msgstr "იგნორირება"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "ასლი"
@@ -2266,7 +2276,7 @@ msgstr "Lines terminated by"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2426,10 +2436,10 @@ msgstr "სვეტების სახელები"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "ყველაფრის ჩვენება"
@@ -2542,7 +2552,7 @@ msgstr "ახალი ველის დამატება"
msgid "Show hidden navigation tree items."
msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize export options"
@@ -2617,7 +2627,7 @@ msgstr "უკანასკნელ ვერსიაზე შემოწ
msgid "up to date"
msgstr "მონაცემთა ბაზები არაა"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3101,8 +3111,8 @@ msgid "Requery"
msgstr "მოთხოვნაში"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3111,16 +3121,16 @@ msgid "Delete"
msgstr "წაშლა"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3204,7 +3214,7 @@ msgid "History"
msgstr "SQL history"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3249,7 +3259,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3304,9 +3314,9 @@ msgstr "Flush query cache"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3315,9 +3325,9 @@ msgstr ""
msgid "Ascending"
msgstr "ზრდადობით"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3544,32 +3554,32 @@ msgstr "ცხრილ(ებ)ში:"
msgid "Inside column:"
msgstr "სვეტში:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "დირექტორიის შენახვა"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Restore column order"
msgstr "CHAR textarea columns"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "ფაილები"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "მონაცემთა ბაზაში ძებნა"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3577,7 +3587,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "დასაწყისი"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3586,7 +3596,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "წინა"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3595,7 +3605,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "შემდეგი"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3603,87 +3613,87 @@ msgctxt "Last page"
msgid "End"
msgstr "დასასრული"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "ყველა"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "ველების რაოდენობა"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Partial Texts"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Full Texts"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Relational display field"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "ორობითი შიგთავსის ჩვენება"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "ინფორმაცია ბრაუზერის შესახებ"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "სტრიქონი წაიშალა"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "შეიძლება იყოს მიახლოებითი. იხილეთ [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3692,45 +3702,45 @@ msgstr "შეიძლება იყოს მიახლოებითი.
msgid "Your SQL query has been executed successfully."
msgstr "%s databases have been dropped successfully."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "სულ"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "მოთხოვნას დასჭირდა %01.4f წმ"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3738,50 +3748,52 @@ msgstr ""
msgid "Check All"
msgstr "ყველას შემოწმება"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "შეცვლა"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "ექსპორტი"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "ხედის ამობეჭდვა"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "ხედის ამობეჭდვა (სრული ტექსტებით)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF სქემის ჩვენება"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3949,7 +3961,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "სერვერი"
@@ -4009,9 +4021,9 @@ msgstr "ჩასმა"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "პრივილეგიები"
@@ -4075,7 +4087,7 @@ msgstr "CHAR textarea columns"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "მონაცემთა ბაზები"
@@ -4204,7 +4216,7 @@ msgid "Recent"
msgstr "დაბრუნება"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4670,14 +4682,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4931,7 +4943,7 @@ msgstr "მაქს: %s%s"
msgid "MySQL said: "
msgstr "MySQL-მა თქვა: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL-ის ახსნა"
@@ -4943,7 +4955,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr "PHP კოდის გარეშე"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP კოდის შექმნა"
@@ -5495,7 +5507,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6791,7 +6803,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6861,63 +6873,63 @@ msgstr "მეხსიერების შეზღუდვა"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "ლოგოს ჩვენება"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "Show logo in left frame"
msgid "URL where logo in the navigation panel will point to."
msgstr "მარცხენა ჩარჩოში ლოგოს ჩვენება"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logo link URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid ""
@@ -6925,120 +6937,120 @@ msgid ""
"display a filter box."
msgstr "Maximum number of tables displayed in table list"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Minimum number of items to display the filter box"
msgstr "Maximum number of tables displayed in table list"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Minimum number of databases to display the database filter box"
msgstr "Maximum number of tables displayed in table list"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "მონაცემთა ბაზების სიის სახით ჩვენება"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+msgid "Enable navigation tree expansion"
+msgstr "Customize navigation frame"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Maximum number of tables displayed in table list"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Maximum number of tables displayed in table list"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
msgid "Recently used tables"
msgstr "დაბლოკილი ცხრილების გამოტოვება"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Alter table order by"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
msgid "Table navigation bar"
msgstr "Customize navigation frame"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, "
@@ -7050,72 +7062,72 @@ msgstr ""
"[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL სერვერთან კავშირის შეკუმშვა"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY fields from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Disallow BLOB and BINARY fields from editing"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
#, fuzzy
#| msgid "Protect binary fields"
msgid "Protect binary columns"
msgstr "Protect binary fields"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
#, fuzzy
#| msgid ""
#| "ble if you want DB-based query history (requires phpMyAdmin configuration "
@@ -7130,153 +7142,153 @@ msgstr ""
"storage). If disabled, this utilizes JS-routines to display query history "
"(lost by window close)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Rename table to"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Repair threads"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display"
msgstr "Relational display field"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "სერვერის ჩვენების პარამეტრები"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "დირექტორიის შენახვა"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
#, fuzzy
#| msgid "Host authentication order"
msgid "Host authorization order"
msgstr "Host authentication order"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
#, fuzzy
#| msgid "Host authentication rules"
msgid "Host authorization rules"
msgstr "Host authentication rules"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "root-ით შესვლის ნებართვა"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "სესიის მნიშვნელობა"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication type"
msgid "Authentication method to use."
msgstr "ავთენტიფიკაციის ტიპი"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "ავთენტიფიკაციის ტიპი"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7287,11 +7299,11 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "ცხრილის ჩანიშვნა"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7302,86 +7314,86 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL სერვერთან კავშირის შეკუმშვა"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "კავშირის შეკუმშვა"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "კავშირის ტიპი"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Control user"
msgid "Control host"
msgstr "Control user"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control user"
msgid "Control port"
msgstr "Control user"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA-ის გამოყენების აკრძალვა"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "მონაცემთა ბაზების დამალვა"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7392,39 +7404,39 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "სერვერის ჰოსტის სახელი"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximal number of table preferences to store"
msgstr "Maximum number of tables displayed in table list"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7435,13 +7447,13 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Central columns table"
msgstr "CHAR textarea columns"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7452,17 +7464,17 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Connect without password"
msgid "Try to connect without password."
msgstr "პაროლის გარეშე დაკავშირება"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "პაროლის გარეშე დაკავშირება"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| " can use MySQL wildcard characters (% and _), escape them if you want use "
@@ -7475,19 +7487,19 @@ msgstr ""
"You can use MySQL wildcard characters (% and _), escape them if you want to "
"use their literal instances, i.e. use 'my\\_db' and not 'my_db'"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7497,33 +7509,33 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "მონაცემთა ბაზა"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "სერვერის პორტი"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7534,13 +7546,13 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Recall user name"
msgid "Recently used table"
msgstr "Recall user name"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7551,13 +7563,13 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "ცვლადები"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7568,43 +7580,43 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server socket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "SSL კავშირის ჩართვა MySQL სერვერზე"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL-ის გამოყენება"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7615,11 +7627,11 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "le to describe the display fields, leave blank for no support; gested: "
@@ -7631,13 +7643,13 @@ msgstr ""
"Table to describe the display fields, leave blank for no support; suggested: "
"[kbd]pma_table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Display fields table"
msgid "Display columns table"
msgstr "Display fields table"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7648,51 +7660,51 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI პარამეტრების მაგიდა"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Statements"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7703,25 +7715,25 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
#, fuzzy
#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "SQL query history table"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Automatic recovery mode"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7732,35 +7744,35 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "გამოიყენე ცხრილები"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7771,225 +7783,225 @@ msgstr ""
"Leave blank for no SQL query history support, suggested: [kbd]pma_history[/"
"kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "Whether a user should be displayed a \"show all (records)\" button"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "პაროლის შეცვლის ფორმის ჩვენება"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "მონაცემთა ბაზის შექმნის ფორმის ჩვენება"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "PHP-ის ინფორმაციის ჩვენება"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
msgid "Show Last check timestamp"
msgstr "Show slave status"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Show open tables"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "ფუნქციების ველების ჩვენება"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Show grid"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "phpinfo() ბმულის ჩვენება"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "MySQL სერვერის შესახებ დეტალური ინფორმაციის ჩვენება"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL მოთხოვნების ჩვენება"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "SQL Query box"
msgid "Retain query box"
msgstr "SQL Query box"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "სტატისტიკის ჩევნება"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "დაბლოკილი ცხრილების გამოტოვება"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Textarea columns"
msgstr "CHAR textarea columns"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
#, fuzzy
#| msgid "CHAR textarea rows"
msgid "Textarea rows"
msgstr "CHAR textarea rows"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default table tab"
msgid "Default title"
msgstr "Default table tab"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7997,52 +8009,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "ატვირთვის დირექტორია"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "უკანასკნელ ვერსიაზე შემოწმება"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "ვერსიის შემოწმება"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -8050,33 +8062,33 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "მომხმარებელი:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "პაროლი"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
@@ -8088,43 +8100,43 @@ msgstr ""
"[a@http://ka.wikipedia.org/wiki/Bzip2]bzip2[/a] შეკუმშვის ჩართვა "
"იმპორტირების და ექსპორტირების ოპერაციებისთვის"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "სერვერის პორტი"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8629,16 +8641,16 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
-#| "matting strings. Additionally the following transformations will pen: "
-#| "%3$s. Other text will be kept as is."
+#| "matting strings. Additionally the following transformations will pen: %3"
+#| "$s. Other text will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -9157,8 +9169,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10336,8 +10348,8 @@ msgstr "მოგესალმებათ %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11674,7 +11686,7 @@ msgstr "მომხმარებლის სახელი"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "პაროლი"
@@ -11707,8 +11719,8 @@ msgstr "სერვერის ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "ჰოსტი"
@@ -12589,7 +12601,7 @@ msgstr "არაა"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12626,14 +12638,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -12642,7 +12654,7 @@ msgid "Administration"
msgstr "ადმინისტრირება"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "გლობალური პრივილეგიები"
@@ -12653,7 +12665,7 @@ msgid "Global"
msgstr "გლობალულრი"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -12671,13 +12683,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "გამოიყენე ტექსტური ველი"
@@ -12702,7 +12714,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "მომხმარებლის დამატება"
@@ -12724,94 +12736,94 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "ყველა პრივილეგიის მინიჭება მონაცემთა ბაზისთვის \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "View %s has been dropped"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "მომხმარებელი"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Grant"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "მომხმარებლ(ებ)ის პოვნა ვერ მოხერხდა."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "ნებისმიერი"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "გლობალულრი"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "wildcard"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "პრივილეგიების რედაქტირება"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "სერვერის რედაქტირება"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… ძველის შენახვა."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… ძველი მომხმარებლის მომხმარებლების ცხრილიდან წაშლა."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12819,122 +12831,122 @@ msgstr ""
"… ძველი მომხმარებლის მომხმარებლების სიიდან წაშლა და შემდეგ პრივილეგიების "
"გადატვირთვა."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "იგივე პრივილეგიების მქონე ახალი მომხმარებლის შექმნა და …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "პრივილეგიების დამატება შემდეგი მონაცემთა ბაზისათვის"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "პრივილეგიების დამატება შემდეგი ცხრილისათვის"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s-ის წაშლა"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "მომხმარებელი %s უკვე არსებობს!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "პრივილეგიები"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "პრივილეგიების რედაქტირება"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "მომხმარებლის მიმოხილვა"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "თქვენ დაამატეთ ახალი მომხმარებელი."
@@ -14908,14 +14920,6 @@ msgstr ""
msgid "Delete version"
msgstr "Create relation"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -15047,13 +15051,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Could not save configuration"
msgstr "კონფიგურაციის შენახვა ან ჩატვირთვა ვერ მოხერხდა"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15395,24 +15399,24 @@ msgstr[0] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "%s databases have been dropped successfully."
msgid "Tracking versions deleted successfully."
msgstr "%s databases have been dropped successfully."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "Remove selected users"
msgid "No versions selected."
msgstr "Remove selected users"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15819,8 +15823,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15954,8 +15958,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16681,6 +16685,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "max. concurrent connections"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "მონაცემთა ბაზების სიის სახით ჩვენება"
+
#, fuzzy
#~| msgid "Database for user"
#~ msgid "Table Structure"
diff --git a/po/kk.po b/po/kk.po
index 8ae73d5177..3158d2084c 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-31 14:26+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Kazakh \n"
-"Language: kk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: kk\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -97,7 +97,7 @@ msgstr "Бағана"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -182,16 +182,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Жоқ"
@@ -211,16 +211,16 @@ msgstr "Жоқ"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Иә"
@@ -272,15 +272,15 @@ msgstr ""
"Кейбір ұлғаймалы мүмкіндіктеріне байланысты, PhpMyAdmin қол жетімсіз. "
"Себебін анықтау үшін %sмұнда%s басыңыз."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Кесте"
@@ -381,13 +381,13 @@ msgstr "Жаңартылған"
msgid "Status"
msgstr "Күй"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -400,7 +400,7 @@ msgstr "Әрекет"
msgid "Show"
msgstr "Көрсету"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting"
msgid "Delete tracking"
@@ -420,15 +420,25 @@ msgstr "Бақылаудың есептемесі"
msgid "Structure snapshot"
msgstr "Құрылым түсірілімі"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "өшірулі"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "қосулы"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Бақылауға болмайтын кестелер"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Кестені бақылау"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Дерекқор журналы"
@@ -562,7 +572,7 @@ msgid "Add geometry"
msgstr "Геометрияны қосу"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -584,9 +594,9 @@ msgstr "Геометрияны қосу"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -631,11 +641,11 @@ msgstr ""
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Мүмкін, жүктегелі отырған файлдың өлшемі тым үлкен. Осы шектеуді айналып өту "
"әдістері, %sқұжаттамада%s сипатталған."
@@ -1335,12 +1345,12 @@ msgstr "Торға график қосу"
msgid "Please add at least one variable to the series!"
msgstr "Тәңiр жарылқасын, ең болмаса топтамаға бiр айнымалы қосыңыз"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1820,18 +1830,18 @@ msgid "Show query box"
msgstr "Сұраныс өрісін көрсету"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Өзгерту"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2084,7 +2094,7 @@ msgstr ""
msgid "Ignore"
msgstr "Елемеу"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Көшіру"
@@ -2100,7 +2110,7 @@ msgstr "Сызық"
msgid "Polygon"
msgstr "Көпбұрыш"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Геометрия"
@@ -2252,10 +2262,10 @@ msgstr "Атын көшіру үшін өріске тышқанмен екі р
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Бәрін көрсету"
@@ -2361,7 +2371,7 @@ msgstr "Индекстерді жасыру"
msgid "Show hidden navigation tree items."
msgstr "Индекстерді көрсету"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Hide indexes"
@@ -2433,7 +2443,7 @@ msgstr "Соңғы тұрақты болжам:"
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2854,8 +2864,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2864,16 +2874,16 @@ msgid "Delete"
msgstr "Жою"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2952,7 +2962,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2997,7 +3007,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3051,9 +3061,9 @@ msgstr "Сұраныс өрісін көрсету"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3062,9 +3072,9 @@ msgstr ""
msgid "Ascending"
msgstr "Өсу бойынша"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3281,123 +3291,123 @@ msgstr "Кесте бойынша:"
msgid "Inside column:"
msgstr "Бағана бойынша:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filter"
msgid "Filter rows"
msgstr "Сүзгі"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Дерекқорынан іздеу"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "Table %s has been emptied."
msgid "The row has been deleted."
msgstr "%s кестесі аластанды"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3406,44 +3416,44 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "SQL-сұранысы сәтті орындалды"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "%d table(s)"
msgid "%d total"
msgstr "%d Кесте(лер)"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Белгi соғылғандарды:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3451,48 +3461,50 @@ msgstr "Белгi соғылғандарды:"
msgid "Check All"
msgstr "Барлығын белгілеу"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Өзгерту"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Экспорт"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Баспаға шығару түрі"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Links to"
msgid "Link not found!"
@@ -3654,7 +3666,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3714,9 +3726,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3780,7 +3792,7 @@ msgstr "Бағаналар қосу"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Дерекқоры"
@@ -3896,7 +3908,7 @@ msgid "Recent"
msgstr "Ұсыныс"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Tracked tables"
msgid "Favorite tables"
@@ -4336,14 +4348,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4593,7 +4605,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4605,7 +4617,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -5122,7 +5134,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6224,7 +6236,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6288,966 +6300,967 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show indexes"
msgid "Show databases navigation as tree"
msgstr "Индекстерді көрсету"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Table comments"
msgid "Show logo in navigation panel."
msgstr "Кестеге түсініктеме:"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database comment:"
-msgid "Disable database expansion"
-msgstr "Дерекқорына түсініктеме: "
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table comments"
+msgid "Enable navigation tree expansion"
+msgstr "Кестеге түсініктеме:"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table comments"
msgid "Table navigation bar"
msgstr "Кестеге түсініктеме:"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "No data found"
msgid "Relational display"
msgstr "Мәліметтер жоқ"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Table comments"
msgid "For display Options"
msgstr "Кестеге түсініктеме:"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add columns"
msgid "Central columns table"
msgstr "Бағаналар қосу"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Tracked tables"
msgid "Favorites table"
msgstr "Қадағаланатын кестелер"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Кестелерді қолдану"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7255,52 +7268,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7308,74 +7321,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username:"
msgid "Proxy username"
msgstr "Қолданушы:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password:"
msgid "Proxy password"
msgstr "Құпия сөз:"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Local monitor configuration incompatible"
msgid "Enable Zero Configuration mode"
@@ -7806,8 +7819,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8301,8 +8314,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9444,8 +9457,8 @@ msgstr "%s-ге қош келдіңіз"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10623,7 +10636,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10653,8 +10666,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11429,7 +11442,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11466,14 +11479,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11482,7 +11495,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11491,7 +11504,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11509,13 +11522,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11540,7 +11553,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Қолданушыны қосу"
@@ -11561,202 +11574,202 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Reloading Privileges"
msgid "Edit Privileges:"
msgstr "Артықшылықтардың қайта қосылуы"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13605,14 +13618,6 @@ msgstr ""
msgid "Delete version"
msgstr "Соңғы нұсқа"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "қосулы"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "өшірулі"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13734,11 +13739,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14056,24 +14061,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Бірде-бір қатар таңдалынбады"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Your SQL query has been executed successfully."
msgid "Tracking versions deleted successfully."
msgstr "SQL-сұранысы сәтті орындалды"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Бірде-бір қатар таңдалынбады"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14474,8 +14479,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14600,8 +14605,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15243,6 +15248,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Паралельді_кірістірмелерді анықтау"
+#, fuzzy
+#~| msgid "Database comment:"
+#~ msgid "Disable database expansion"
+#~ msgstr "Дерекқорына түсініктеме: "
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Кесте үшін мәліметтерді бақылауды тоқтату"
diff --git a/po/km.po b/po/km.po
index abcb5dc556..36397eab2f 100644
--- a/po/km.po
+++ b/po/km.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-04-19 18:59+0200\n"
"Last-Translator: Sovichet Tep \n"
"Language-Team: Central Khmer \n"
-"Language: km\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: km\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -94,7 +94,7 @@ msgstr "ជួរឈរ"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "ទេ"
@@ -208,16 +208,16 @@ msgstr "ទេ"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "បាទ/ចាស"
@@ -267,15 +267,15 @@ msgstr ""
"ការកំណត់រចនាសម្ព័ន្ធឃ្លាំងផ្ទុក phpMyAdmin ត្រូវបានបិទដំណើរការ។ សូមចុច %shere%s ដើម្បីស្វែងរក"
"មូលហេតុ។"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "តារាង"
@@ -373,13 +373,13 @@ msgstr "បានធ្វើបច្ចុប្បន្នភាព"
msgid "Status"
msgstr "ស្ថានភាព"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -392,7 +392,7 @@ msgstr "សកម្មភាព"
msgid "Show"
msgstr "បង្ហាញ"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -412,15 +412,25 @@ msgstr "របាយការណ៍តាមដាន"
msgid "Structure snapshot"
msgstr "រូបភាពរចនាសម្ព័ន្ធ"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ដែលអសកម្ម"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "ដែលសកម្ម"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "តារាងដែលមិនតាមដាន"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "តាមដានតារាង"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "កំណត់ត្រាមូលដ្ឋានទិន្នន័យ"
@@ -540,7 +550,7 @@ msgid "Add geometry"
msgstr "បន្ថែមធរណីមាត្រ"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -562,9 +572,9 @@ msgstr "បន្ថែមធរណីមាត្រ"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -603,8 +613,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1272,12 +1282,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1755,18 +1765,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2007,7 +2017,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2023,7 +2033,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2170,10 +2180,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2271,7 +2281,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2337,7 +2347,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2753,8 +2763,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2763,16 +2773,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2849,7 +2859,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2892,7 +2902,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2942,9 +2952,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2953,9 +2963,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3148,160 +3158,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "ត្រងជួរដេក"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3309,48 +3319,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3510,7 +3522,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3570,9 +3582,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3634,7 +3646,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3742,7 +3754,7 @@ msgid "Recent"
msgstr "ថ្មីៗ"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "តារាងដែលពេញចិត្ត"
@@ -4154,14 +4166,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4409,7 +4421,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4421,7 +4433,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4925,7 +4937,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6009,7 +6021,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6073,950 +6085,951 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "តារាងដែលពេញចិត្ត"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7024,52 +7037,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7077,70 +7090,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7557,8 +7570,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8046,8 +8059,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9147,8 +9160,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10294,7 +10307,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10324,8 +10337,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11093,7 +11106,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11130,14 +11143,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11146,7 +11159,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11155,7 +11168,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11173,13 +11186,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11204,7 +11217,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11225,200 +11238,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13175,14 +13188,6 @@ msgstr ""
msgid "Delete version"
msgstr "កំណែចុងក្រោយ"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "ដែលសកម្ម"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ដែលអសកម្ម"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13304,11 +13309,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13621,22 +13626,22 @@ msgstr[0] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No databases selected."
msgid "No versions selected."
msgstr "មិនបានជ្រើសមូលដ្ឋានទិន្នន័យ។"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14001,8 +14006,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14120,8 +14125,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/kn.po b/po/kn.po
index f15a999ff1..05097d542b 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-12-24 02:27+0200\n"
"Last-Translator: Robin van der Vliet \n"
"Language-Team: Kannada \n"
-"Language: kn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: kn\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -93,7 +93,7 @@ msgstr ""
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "ಯಾವುದೇ"
@@ -207,16 +207,16 @@ msgstr "ಯಾವುದೇ"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "ಹೌದು"
@@ -261,15 +261,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr ""
@@ -366,13 +366,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -385,7 +385,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -403,15 +403,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -531,7 +541,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -553,9 +563,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -592,8 +602,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1232,12 +1242,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1714,18 +1724,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1958,7 +1968,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1974,7 +1984,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2113,10 +2123,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2208,7 +2218,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2266,7 +2276,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2680,8 +2690,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2690,16 +2700,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2769,7 +2779,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2810,7 +2820,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2852,9 +2862,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2863,9 +2873,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3058,160 +3068,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3219,48 +3229,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3418,7 +3430,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3478,9 +3490,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3542,7 +3554,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3650,7 +3662,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4062,14 +4074,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4317,7 +4329,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4329,7 +4341,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4825,7 +4837,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5909,7 +5921,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5973,948 +5985,949 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr ""
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6922,52 +6935,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -6975,70 +6988,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7451,8 +7464,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7934,8 +7947,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9028,8 +9041,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10160,7 +10173,7 @@ msgstr "ಬಳಕೆಯ ಹೆಸರು"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10190,8 +10203,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -10960,7 +10973,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -10997,14 +11010,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11013,7 +11026,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11022,7 +11035,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11040,13 +11053,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11071,7 +11084,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11092,200 +11105,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "ಸದಸ್ಯ"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13021,14 +13034,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13150,11 +13155,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13468,20 +13473,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13846,8 +13851,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -13965,8 +13970,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/ko.po b/po/ko.po
index a74af47ae9..3fd1983de1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-21 19:46+0200\n"
"Last-Translator: JongDeok \n"
"Language-Team: Korean \n"
-"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.2\n"
@@ -92,7 +92,7 @@ msgstr "컬럼명"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "기본"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "아니오"
@@ -206,16 +206,16 @@ msgstr "아니오"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "예"
@@ -262,15 +262,15 @@ msgstr ""
"phpMyAdmin 설정 스토리지가 비활성화되어 있습니다. 원인을 확인하려면 %s여기를 "
"클릭%s하십시오."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "테이블"
@@ -368,13 +368,13 @@ msgstr "수정됨"
msgid "Status"
msgstr "상태"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "실행"
msgid "Show"
msgstr "보기"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -407,15 +407,25 @@ msgstr "추적 보고서"
msgid "Structure snapshot"
msgstr "구조 요약"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "비활성"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "활성"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "추적되지 않은 테이블"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "테이블 추적"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "데이터베이스 로그"
@@ -535,7 +545,7 @@ msgid "Add geometry"
msgstr "공간 데이터를 추가"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -557,9 +567,9 @@ msgstr "공간 데이터를 추가"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -598,11 +608,11 @@ msgstr "불완전한 인자"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"너무 큰 파일을 업로드하려고 시도했습니다. 제한을 해결하기 위해서는 "
-"%sdocumentation%s를 참조하여 주십시오."
+"너무 큰 파일을 업로드하려고 시도했습니다. 제한을 해결하기 위해서는 %"
+"sdocumentation%s를 참조하여 주십시오."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -907,8 +917,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
-"Server 가 Suhosin 으로 운영중입니다. 이로 인해 발생할 수 있는 문제는 "
-"%sdocumentation%s 에서 확인이 가능합니다."
+"Server 가 Suhosin 으로 운영중입니다. 이로 인해 발생할 수 있는 문제는 %"
+"sdocumentation%s 에서 확인이 가능합니다."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1298,12 +1308,12 @@ msgstr "차트에 그리드 추가"
msgid "Please add at least one variable to the series!"
msgstr "하나 이상의 변수를 시리즈에 추가하십시오!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1795,18 +1805,18 @@ msgid "Show query box"
msgstr "질의 상자 보이기"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "수정"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d는 올바른 행번호가 아닙니다."
@@ -2041,7 +2051,7 @@ msgstr "데이터 포인트 내용"
msgid "Ignore"
msgstr "무시"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "복사"
@@ -2057,7 +2067,7 @@ msgstr "줄(열) 구분자"
msgid "Polygon"
msgstr "폴리곤"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "기하데이터"
@@ -2206,10 +2216,10 @@ msgstr "칼럼명을 복사하려면 더블클릭하세요."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "칼럼보이기 여부를 바꾸려면
드롭다운 화살표를 클릭하세요."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "모두 보기"
@@ -2304,7 +2314,7 @@ msgstr "패널 숨기기"
msgid "Show hidden navigation tree items."
msgstr "숨겨진 탐색 트리의 항목보기."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2378,7 +2388,7 @@ msgstr ", 최신 안정 버전:"
msgid "up to date"
msgstr "최신버전"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "뷰 생성"
@@ -2797,8 +2807,8 @@ msgid "Requery"
msgstr "다시 쿼리하기"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2807,16 +2817,16 @@ msgid "Delete"
msgstr "삭제"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2885,7 +2895,7 @@ msgid "History"
msgstr "최근 기록"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2926,7 +2936,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2968,9 +2978,9 @@ msgstr "시작할 때 질의 기록을 보여주기"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2979,9 +2989,9 @@ msgstr ""
msgid "Ascending"
msgstr "오름차순"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3174,161 +3184,161 @@ msgstr "검색할 테이블:"
msgid "Inside column:"
msgstr "검색할 컬럼:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "수정한 데이터 저장"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "컬럼(열) 순서 복구"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "행 필터링"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "현재 테이블 검색"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "처음"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "이전"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "다음"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "마지막"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "모두"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "행 갯수:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "키로 정렬"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "텍스트의 일부분"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "전체 텍스트"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "관계키"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "연관된 행 표시"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "바이너리 항목 보이기"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB 내용 보기"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "브라우저 정보 숨기기"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "잘 알려진 텍스트"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "잘 알려진 바이너리"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "행을 삭제 하였습니다."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Kill"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "근사값입니다. [doc@faq3-11]FAQ 3.11[/doc]를 참조하세요."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "쿼리가 성공적으로 실행되었습니다."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"이 뷰는 최소 이 숫자 이상의 열을 가지고 있습니다. %s문서%s를 참조해 주십시오."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "%1s - %2s행 표시 중"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "총 %1$d개 중 현재 쿼리에 %2$d개"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "합계 %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "질의 실행시간 %01.4f 초."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "선택한 것을:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3336,48 +3346,50 @@ msgstr "선택한 것을:"
msgid "Check All"
msgstr "모두 체크"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "변경"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "내보내기"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "쿼리 결과 처리방법"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "인쇄용 보기"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "인쇄용 보기 (전체 텍스트)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "차트 표시"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "GIS 데이터를 시각화"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "링크를 찾을 수 없습니다!"
@@ -3539,7 +3551,7 @@ msgstr ""
"인덱스 %1$s와 %2$s는 동일한 것으로, 두 가지 중 하나는 제거해도 상관없습니다."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "서버"
@@ -3599,9 +3611,9 @@ msgstr "삽입"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "사용권한"
@@ -3663,7 +3675,7 @@ msgstr "중심 열"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "데이터베이스"
@@ -3768,7 +3780,7 @@ msgid "Recent"
msgstr "최근"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "즐겨찾기 테이블"
@@ -4202,21 +4214,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"작은 부동소수점 숫자, 허용 가능한 값은 -3.402823466E+38 에서 "
-"-1.175494351E-38 까지, 0, 그리고 1.175494351E-38 에서 3.402823466E+38 까지입"
-"니다"
+"작은 부동소수점 숫자, 허용 가능한 값은 -3.402823466E+38 에서 -1.175494351E-"
+"38 까지, 0, 그리고 1.175494351E-38 에서 3.402823466E+38 까지입니다"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"배정밀도 부동소수점 숫자, 허용 가능한 값은 -1.7976931348623157E+308 에서 "
-"-2.2250738585072014E-308 까지, 0, 그리고 2.2250738585072014E-308 에서 "
+"배정밀도 부동소수점 숫자, 허용 가능한 값은 -1.7976931348623157E+308 에서 -"
+"2.2250738585072014E-308 까지, 0, 그리고 2.2250738585072014E-308 에서 "
"1.7976931348623157E+308 까지입니다"
#: libraries/Types.class.php:336
@@ -4494,7 +4505,7 @@ msgstr "최대: %s%s"
msgid "MySQL said: "
msgstr "MySQL 메시지: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL 해석"
@@ -4506,7 +4517,7 @@ msgstr "SQL 해석 생략"
msgid "Without PHP Code"
msgstr "PHP 코드 없이 보기"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP 코드 보기"
@@ -5010,7 +5021,7 @@ msgid "Set value: %s"
msgstr "설정된 값: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "기본값으로 복원"
@@ -5116,8 +5127,8 @@ msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"[kbd]쿠키[/kbd] 인증을 사용하면서 %sLogin cookie store%s가 0이 아니라면, "
-"%sLogin cookie validity%s은 그 값 이하의 값을 가져야합니다."
+"[kbd]쿠키[/kbd] 인증을 사용하면서 %sLogin cookie store%s가 0이 아니라면, %"
+"sLogin cookie validity%s은 그 값 이하의 값을 가져야합니다."
#: libraries/config/ServerConfigChecks.class.php:423
#, php-format
@@ -5142,8 +5153,8 @@ msgid ""
msgstr ""
"[kbd]config[/kbd] 권한 타입 설정에 자동 로그인을 위해 사용자명과 암호를 포함"
"했습니다. 이 설정은 실서비스용으로는 권장하지 않습니다. 누군가가 phpMyAdmin"
-"이 설치된 주소를 추측하고 접속하여 phpMyAdmin 패널을 건드릴 수 있습니다. "
-"%sauthentication type%s을 [kbd]cookie[/kbd]나 [kbd]http[/kbd]로 설정하세요."
+"이 설치된 주소를 추측하고 접속하여 phpMyAdmin 패널을 건드릴 수 있습니다. %"
+"sauthentication type%s을 [kbd]cookie[/kbd]나 [kbd]http[/kbd]로 설정하세요."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6167,7 +6178,7 @@ msgid "Maximum displayed SQL length"
msgstr "최대한 표시될 SQL 길이"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "사용자는 더 높은 값을 설정 할 수 없습니다"
@@ -6235,33 +6246,33 @@ msgstr "메모리 제한"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "숨겨진 탐색 트리의 항목보기."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "탐색 패널에 로고를 보여줌."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "로고 출력"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "탐색 패널의 로고가 가리키는 URL."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "로고 링크 URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6269,135 +6280,140 @@ msgstr ""
"링크된 페이지를 메인 창([kbd]메인[/kbd])으로 열지, 새 창([kbd]새[/kbd])으로 "
"열지 선택."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "로고 링크 타겟"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "네비게이션 패널 맨 위에 서버 선택 메뉴를 표시."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "서버 선택 출력"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "빠른 접근 아이콘 대상"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "빠른 접근 아이콘 대상"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
"필터 박스에 표시할 아이템(테이블, 뷰, 루틴, 이벤트)의 최소 개수를 정의."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "필터 박스에 표시할 최소 아이템 개수"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "데이터베이스 필터 박스에 표시할 최소 데이터베이스 수"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr "네비게이션 트리의 그룹 아이템 (아래 정의된 구분자로 구분)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "트리의 그룹 아이템"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "데이터베이스를 서로 다른 트리 레벨로 구분하기 위한 문자열."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "데이터베이스 트리 구분자"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "테이블을 서로 다른 트리 레벨로 구분하기 위한 문자열."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "테이블 트리 구분자"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "테이블 트리의 최대 깊이(depth)"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "마우스 커서 아래의 서버를 강조 표시."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "강조 표시 사용"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "데이터베이스 확장 가능 여부를 비활성화할 것인지."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "데이터베이스 확장 비활성화"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "테이블 네비게이션 바"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "최근 사용한 테이블 최대 개수; 0이면 이 기능 사용 안 함."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "즐겨찾기 테이블 최대 개수; 0이면 이 기능 사용 안 함."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "최근 사용한 테이블"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "수정, 복사, 삭제 링크가 있음."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "테이블 열 링크를 표시할 위치"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "테이블과 데이터베이스를 정렬할 때 자연 순서(natural order) 사용."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "자연순서"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "아이콘만 사용, 텍스트만 사용, 둘 다 사용."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "테이블 네비게이션 바"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "HTTP 전송 시 속도에 맞춰 GZip 출력 버퍼를 사용."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip 출력 버퍼"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6405,19 +6421,19 @@ msgstr ""
"[kbd]SMART[/kbd] - 예: TIME, DATE, DATETIME 및 TIMESTAMP 형식 컬럼에 대해 내"
"림차순 정렬, 다른 형식에 대해 오름차순 정렬."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "기본 정렬 순서"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL 데이터베이스에 영속적인 연결 사용."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "영속적인 연결"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6426,21 +6442,21 @@ msgstr ""
"데이터베이스 상세 구조 페이지에서, phpMyAdmin 설정 저장용 테이블 중 하나가 없"
"을 경우 출력되는 기본 경고를 끄기."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "phpMyAdmin 설정 공간 테이블이 없습니다"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr "MySQL 라이브러리와 서버간의 차이가 있을 때 출력되는 기본 경고를 끄기."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "서버/라이브러리 차이점 경고"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6448,27 +6464,27 @@ msgstr ""
"테이블의 컬럼 이름이 MySQL 예약어일 경우 구조 페이지에서 출력되는 기본 경고"
"를 끄기."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL 예약어 경고"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "메뉴탭 보여주기 방식"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "여러 기능 링크를 표시하는 방법"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB, 바이너리 컬럼 편집 허용 안함."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "바이너리 컬럼 보호"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6478,125 +6494,125 @@ msgstr ""
"다). 비활성화 할 경우, 쿼리 기록으로 JS-routines가 사용됩니다 (창을 닫을 경"
"우 소멸됩니다)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "영구적 쿼리 기록"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "히스토리에 저장될 쿼리의 갯수."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "쿼리 기록 길이"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "문자열 변환을 위한 함수를 선택하세요."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "기록 엔진"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "조회한 테이블의 정렬 순서를 기억함."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "테이블의 정렬 순서 기억하기"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "기본 키 기본 정렬 순서"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
"X번의 셀 마다 헤더를 다시 보여줍니다. [kbd]0[/kbd]이면 이 기능 비활성화."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "반복 헤더"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "격자판 수정: 트리거 동작"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "연관된 행 표시"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "서버보기 옵션."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "격자판 수정: 수정된 칸들이 한 번에 저장됨"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "내보내기가 저장될 서버상의 디렉토리."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "저장 디렉토리"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "사용하지 않으면 빈칸으로 두세요."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "호스트 인증 지시"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "빈칸으로 두면 기본값이 적용됩니다."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "호스트 인증 규칙"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "암호 없이 로그인 허용"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "루트 사용자 로그인 허용"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "세션 값"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "HTTP 인증시 HTTP 기본 렐름 이름."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP 렐름"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6605,19 +6621,19 @@ msgstr ""
"[a@http://swekey.com]SweKey hardware authentication[/a] 설정 파일 경로 "
"(document root에 없습니다; 권장값: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey 설정 파일"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "사용할 인증 방법."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "인증 형식"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6625,11 +6641,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/bookmark]북마크[/a] 지원이 필요 없는 경우 "
"비워두세요, 추천: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "테이블 즐겨찾기"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6637,31 +6653,31 @@ msgstr ""
"컬럼의 주석이나 마임타입을 지정하지 않을 경우 비워두세요. 제안값: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "컬럼 정보 테이블"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "MySQL 서버와의 압축된 통신."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "연결 압축"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "서버와의 연결 방법, 모르면 [kbd]tcp[/kbd]로 두세요."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "연결 형식"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "유저 비밀번호 제어"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6669,21 +6685,21 @@ msgstr ""
"제한된 권한 설정을 위한 특별한 MySQL 사용자 설정. 추가 정보는 [a@http://wiki."
"phpmyadmin.net/pma/controluser]위키[/a]에."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "유저 제어"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr "설정 저장을 위한 대체서버; 비워두면 이전에 정의된 서버를 사용."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "호스트 제어"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6692,29 +6708,29 @@ msgstr ""
"설정 저장공간을 가지고 있는 서버에 연결할 포트 번호; 빈 값으로 두면 기본값을 "
"사용하거나, controlhost와 host가 같은 경우 다른 곳에 정의된 값을 사용합니다."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "제어 포트"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "정규식에 일치하는 데이터베이스 숨기기 (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA를 사용할 수 없도록 함"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "데이터베이스 숨기기"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6722,38 +6738,38 @@ msgstr ""
"SQL 쿼리 내역 저장 기능을 사용하지 않으려면 빈 칸으로 비워두세요, 권장: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL 쿼리 히스토리 테이블"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "MySQL 서버가 구동중인 호스트의 이름."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "서버 호스트명"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "로그아웃 URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
"데이터베이스에 저장될 테이블 설정 갯수 제한, 오래된 것은 자동으로 삭제됨."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "저장될 테이블 설정의 최대 갯수"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "QBE가 검색 테이블에 저장되었습니다"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -6764,13 +6780,13 @@ msgid ""
msgstr ""
"PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "중심 열"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -6782,15 +6798,15 @@ msgstr ""
"PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__table_coords[/"
"kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "암호없이 연결 시도."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "암호없이 연결"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6799,29 +6815,29 @@ msgstr ""
"MySQL 와일드카드 문자 (%와 _)를 쓸 수 있습니다. 원래 의미로 쓰기 위해서는 이"
"스케이프 하세요([kbd]'my_db'[/kbd]로 하지 말고 [kbd]'my\\_db'[/kbd])."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "리스트에 있는 데이터베이스만 보여주기"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "config 인증을 사용하지 않을 경우 비워두세요."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "config 인증용 패스워드"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
"PDF 스키마를 제공하지 않을 경우 비워두세요. 권장: [kbd]pma__pdf_pages[/kbd]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF 스키마: 페이지 테이블"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6831,20 +6847,20 @@ msgstr ""
"phpmyadmin.net/pma/pmadb]pmadb[/a]를 참고하세요. 이 기능들을 제공하지 않으려"
"면 비워두세요. 권장: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "데이터베이스명"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "MySQL 서버의 네트워크 포트. 기본값을 쓰려면 비워두세요."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "서버 포트"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -6856,11 +6872,11 @@ msgstr ""
"데이터베이스에 사용자 설정 스토리지를 두지 않으려면 비워둠, 추천: [kbd]"
"pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "최근에 사용한 테이블"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -6872,13 +6888,13 @@ msgstr ""
"데이터베이스에 사용자 설정 스토리지를 두지 않으려면 비워둠, 추천: [kbd]"
"pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "즐겨찾기 테이블"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -6890,11 +6906,11 @@ msgstr ""
"SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: [kbd]"
"pma__tracking[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "연관된 테이블"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6902,31 +6918,31 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]인증 타입[/a] 예제를 참조"
"하세요."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "접속 세션 이름"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "접속 URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr "MySQL 서버가 listen하고 있는 소켓으로, 비워두면 기본값으로 설정됩니다."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "서버 소켓"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL 서버 연결시 SSL을 활성화합니다."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL 사용"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -6934,11 +6950,11 @@ msgstr ""
"PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__table_coords[/"
"kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -6949,11 +6965,11 @@ msgid ""
msgstr ""
"PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "열 목록 표시"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -6965,11 +6981,11 @@ msgstr ""
"데이터베이스에 사용자 설정 스토리지를 두지 않으려면 비워둠, 추천: [kbd]"
"pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI 설정 테이블"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -6977,41 +6993,41 @@ msgstr ""
"데이터베이스 생성 시 DROP DATABASE IF EXISTS 구문을 로그 첫 번째 줄에 추가할"
"지 여부."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE 추가"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
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 구문을 로그 첫 번째 줄에 추가할지 여부."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE 추가"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
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 구문을 추가할지 여부."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW 추가"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "문장 추적"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7019,21 +7035,21 @@ msgstr ""
"SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL 쿼리 추적 테이블"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr "SQL 쿼리 추적 기능이 테이블과 뷰에 대한 버전을 자동으로 생성할지 여부."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "버전 자동생성"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7041,11 +7057,11 @@ msgstr ""
"데이터베이스에 사용자 설정 저장공간을 두지 않으려면 비워둠, 권장: [kbd]"
"pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "사용자 설정 스토리지 테이블"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7055,11 +7071,11 @@ msgstr ""
"하나라도 값을 비워두면 해당 기능을 사용할 수 없음. 권장: [kbd]pma__users[/"
"kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "사용자 목록"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7069,11 +7085,11 @@ msgstr ""
"도 값을 비워두면 해당 기능을 사용할 수 없음. 권장: [kbd]pma__usergroups[/"
"kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "사용자 그룹 테이블"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7081,34 +7097,34 @@ msgstr ""
"네비게이션 아이템 숨기기/보이기 기능을 사용하지 않으려면 비워두세요. 권장: "
"[kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "숨겨진 네비게이션 아이템 테이블"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "설정 인증용 사용자"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
"이 서버에 대한 알기 쉬운 설명. 호스트 이름을 표시하려면 공백으로 두세요."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "이 서버 이름 보기"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "\"모든 행 보기\" 버튼을 출력할지 여부."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "모든 행 보기 허용"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7118,125 +7134,125 @@ msgstr ""
"다. 왜나하면 패스워드가 설정 파일에 적혀있기 때문입니다. 이 기능은 같은 명령"
"어를 직접 실행하는 것을 제한하는 기능은 없습니다."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "비밀번호 변경 폼 보기"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "데이터베이스 생성 폼 보기"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr "전체 테이블의 생성 시간을 표시하는 컬럼을 보이기/숨기기."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "생성 시간 보기"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "모든 테이블에 대해 최종 업데이트 시간을 표시하는 컬럼을 보이기/숨기기."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "최종 업데이트 시간 표시"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "모든 테이블에 대해 최종 체크 시간을 표시하는 컬럼을 보이기/숨기기."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "최종 체크 시간 표시"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr "편집/삽입 모드에서 타입 필드가 기본적으로 보일지 여부 정의."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "필드 타입 출력"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "편집/삽입 모드에서 함수 필드 보이기."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "함수 필드 보이기"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "힌트 보여주기 여부."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "힌트 보여주기"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] 출력 링크 표시."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "phpinfo()링크 표시"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "MYSQL 서버 정보 자세하게 표시"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "phpMyAdmin이 생성한 SQL 쿼리를 표시할지 여부를 정의."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL 쿼리 보기"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr "쿼리 전송 후 쿼리 박스가 화면상에 남아있을지 여부."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "쿼리 박스 유지"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "데이터베이스와 테이블 상태 출력 허용 (사용량 등)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "통계보기"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "잠긴 테이블 건너띄기"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Suhosin이 발견될 경우 메인 페이지에 경고가 표시됩니다."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "수호신 경고"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7249,55 +7265,55 @@ msgstr ""
"테이블의 컬럼 이름이 MySQL 예약어일 경우 구조 페이지에서 출력되는 기본 경고"
"를 끄기."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "로그인 쿠키 유효시간"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "텍스트 편집 필드 칸 수"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "텍스트 편집 필드 줄 수"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "데이터베이스가 선택되었을 때 브라우저 창의 제목."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "아무것도 선택되지 않았을 때의 브라우저 윈도우의 제목"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "기본 제목"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "서버가 선택되었을 때의 브라우저 윈도우의 제목"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "테이블이 선택되었을 때 브라우저 윈도우의 제목"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7305,27 +7321,27 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "IP 허용/거부를 위한 신뢰할만한 프록시 목록"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "가져오기 파일을 업로드할 서버 상의 디렉토리"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "업로드 디렉토리"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "전체 데이터베이스 내에서의 검색 허용"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "데이터베이스 검색 사용"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7333,26 +7349,26 @@ msgstr ""
"꺼져있을 경우, 사용자들은 오른쪽 체크박스에 관계없이 아래의 옵션 중 어느것도 "
"설정할 수 없습니다."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "설정화면에서 개발자 탭을 가능하게 함"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "최신 버전 확인"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "phpMyAdmin 메인 화면에서 최근 버전 확인을 활성화함"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "버전 확인"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7364,30 +7380,30 @@ msgstr ""
"고 프록시를 거쳐야 하는 경우 필요합니다. 양식은 \"hostname:포트 번호\" 입니"
"다."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "프록시 주소"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "프록시 사용자명"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "프록시를 이용한 인증에 사용할 암호입니다."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "프록시 암호"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7395,41 +7411,41 @@ msgstr ""
"가져오기와 내보내기 작업들에 대해 [a@http://en.wikipedia.org/wiki/ZIP_"
"(file_format)]ZIP[/a] 압축이 가능하게 함."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "당신의 도메인의 reCaptcha 서비스를 위한 공개키를 입력하세요."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "reCaptcha용 공개 키(Public key)"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "당신의 도메인의 reCaptcha 서비스를 위한 개인키를 입력하세요."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "reCaptcha용 개인 키(Private key)"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "오류 보고를 전송하기 전 물어보기"
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "오류보고서 전송"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "제로-설정 모드를 활성화함"
@@ -7851,8 +7867,8 @@ msgstr ", @TABLE@은 테이블 이름이 됨"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"이 값은 %1$sstrftime%2$s에 의해 생성되었습니다. 따라서, 시간 포맷 문자열을 써"
"서 변경할 수 있습니다. 또한, 다음과 같은 변환도 일어납니다: %3$s. 그 외의 문"
@@ -8371,8 +8387,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr "PBXT에 관한 문서나 추가 정보는 %sPrimeBase XT 홈페이지%s에 있습니다."
#: libraries/engines/pbxt.lib.php:138
@@ -9489,8 +9505,8 @@ msgstr "%s에 오셨습니다"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"설정 파일을 생성하지 않은 것 같습니다. %1$ssetup script%2$s 를 사용해 설정 파"
"일을 생성할 수 있습니다."
@@ -10709,7 +10725,7 @@ msgstr "사용자명"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "암호"
@@ -10739,8 +10755,8 @@ msgstr "서버 아이디"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "호스트"
@@ -11541,7 +11557,7 @@ msgstr "없음"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11579,14 +11595,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "테이블에 관한 권한"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "주의: MySQL 권한 이름은 영어로 표시됩니다."
@@ -11595,7 +11611,7 @@ msgid "Administration"
msgstr "관리"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "전체적 권한"
@@ -11604,7 +11620,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "데이터베이스에 관한 권한"
@@ -11622,13 +11638,13 @@ msgid ""
msgstr "권한 테이블을 갱신하지 않고 사용자와 권한 추가하기 허용."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "로그인 정보"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "텍스트 입력 필드를 사용"
@@ -11653,7 +11669,7 @@ msgid "You have revoked the privileges for %s."
msgstr "%s의 권한을 제거했습니다."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "사용자 추가"
@@ -11674,210 +11690,210 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "데이터베이스 \"%s\"에 대한 모든 권한을 부여."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\" 에 접근할 수 있는 사용자들"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "사용자가 추가되었습니다."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "사용자"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "허용"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "사용자가 없습니다."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "누구나"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "데이터베이스 고유"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "Databases"
msgid "table-specific"
msgstr "데이터베이스"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "권한 수정"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "제거"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "서버 수정"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
#, fuzzy
#| msgid "Delete the matches for the %s table?"
msgid "… delete the old one from the user tables."
msgstr "테이블 %s에 대하여 일치하는 것들을 삭제 하겠습니까?"
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "... 이전 버전의 모든 활성화된 권한을 취소한 후 이전 버전을 삭제합니다."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"... 사용자 테이블로부터 이전 것을 삭제하고, 권한 정보를 새로고침 합니다."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "로그인 정보 변경 / 사용자 복사"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "새로운 사용자를 동일한 권한으로 생성하고 …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "열(칼럼)에 관한 권한"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "다음 데이터베이스들에 대한 권한 추가:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "%와 _는 와일드카드입니다. 일반 문자처럼 사용하려면 \\를 앞에 붙이세요."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "다음 테이블에 대한 권한 추가:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "선택한 사용자를 삭제"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "모든 활성화된 권한을 박탈하고 사용자를 삭제함."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "사용자명과 같은 이름의 데이터베이스를 삭제합니다."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "삭제할 사용자를 선택하세요!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "사용권한을 갱신합니다(Reloading the privileges)"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "선택한 사용자들을 삭제했습니다."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s 의 권한을 업데이트했습니다."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s 을 삭제합니다"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "권한을 다시 로딩했습니다."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "사용자 %s 가 이미 존재합니다!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s에 대한 권한"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "권한 수정:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "사용자 개요"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"주의: phpMyAdmin은 사용자의 권한 정보를 MySQL의 privilege 테이블에서 가져옵니"
"다. 만약 수동으로 서버의 권한 정보를 수정하였다면, 서버의 정보와 맞지 않을 "
"수 있습니다. 이 경우, %sreload the privileges%s를 먼저 수행하세요."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "선택한 사용자는 사용권한 테이블에 존재하지 않습니다."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "새 사용자를 추가했습니다."
@@ -13765,14 +13781,6 @@ msgstr "지금 비활성화"
msgid "Delete version"
msgstr "버전 삭제"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "활성"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "비활성"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "추적 상태"
@@ -13902,11 +13910,11 @@ msgstr ""
"당신의 설정은 현재 세션에만 저장됩니다. 설정을 영구 저장하려면 %sphpMyAdmin "
"설정 스토리지%s가 필요합니다."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "설정을 저장할 수 없습니다"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14235,24 +14243,24 @@ msgstr[0] "'%s'라는 컬럼명은 MySQL 예약어입니다."
msgid "No column selected."
msgstr "선택된 열이 없습니다."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s의 트래킹이 활성화되었습니다."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "선택한 사용자들을 삭제했습니다."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "선택된 행이 없습니다"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL 문장이 실행되었습니다."
@@ -14658,8 +14666,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"전체 쿼리 캐시 크기(Size)에서 남은 쿼리 캐시 메모리의 현재 비율은 %s%% 입니"
"다. 80%%보다 높아야 됩니다"
@@ -14789,8 +14797,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"정렬 연산의 %s%%가 임시 테이블을 생성합니다. 이 값은 10%% 미만인 것이 좋습니"
"다."
@@ -15494,6 +15502,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert가 0으로 설정되었습니다"
+#~ msgid "Disable database expansion"
+#~ msgstr "데이터베이스 확장 비활성화"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "이 테이블에 대한 추적 데이터를 제거"
diff --git a/po/ksh.po b/po/ksh.po
index 75f63fc961..9cd4abad52 100644
--- a/po/ksh.po
+++ b/po/ksh.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-10-02 15:09+0200\n"
"Last-Translator: Purodha \n"
"Language-Team: Colognian \n"
-"Language: ksh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ksh\n"
"Plural-Forms: nplurals=3; plural=n==0 ? 0 : n==1 ? 1 : 2;\n"
"X-Generator: Weblate 1.10-dev\n"
@@ -96,7 +96,7 @@ msgstr "Kolonn"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -181,16 +181,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nä"
@@ -210,16 +210,16 @@ msgstr "Nä"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Joh"
@@ -264,15 +264,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabäll"
@@ -370,13 +370,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -389,7 +389,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -407,15 +407,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "nit aktief"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktief"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -535,7 +545,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -557,9 +567,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -598,8 +608,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1242,12 +1252,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1724,18 +1734,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1968,7 +1978,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1984,7 +1994,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2123,10 +2133,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2220,7 +2230,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2280,7 +2290,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2694,8 +2704,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2704,16 +2714,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2784,7 +2794,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2825,7 +2835,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2871,9 +2881,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2882,9 +2892,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3079,160 +3089,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3240,48 +3250,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3439,7 +3451,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3499,9 +3511,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3563,7 +3575,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3674,7 +3686,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4088,14 +4100,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4343,7 +4355,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4355,7 +4367,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4857,7 +4869,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5941,7 +5953,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6005,949 +6017,950 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
msgid "Favorites table"
msgstr "Ein Tabäll"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6955,52 +6968,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7008,70 +7021,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7484,8 +7497,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7973,8 +7986,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9072,8 +9085,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10205,7 +10218,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10235,8 +10248,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11007,7 +11020,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11044,14 +11057,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11060,7 +11073,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11069,7 +11082,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11087,13 +11100,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11118,7 +11131,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11139,200 +11152,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13068,14 +13081,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktief"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "nit aktief"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13197,11 +13202,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13516,20 +13521,20 @@ msgstr[2] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13894,8 +13899,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14013,8 +14018,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/ky.po b/po/ky.po
index 74f590790a..3362122345 100644
--- a/po/ky.po
+++ b/po/ky.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-02-03 16:59+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Kyrgyz \n"
-"Language: ky\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ky\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -95,7 +95,7 @@ msgstr "Мамыча"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Жок"
@@ -209,16 +209,16 @@ msgstr "Жок"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ооба"
@@ -267,18 +267,18 @@ msgstr "%1$s берилиштер базасы %2$s на(га) кочурулд
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"пхпМенинАдминимдин конфигурацияларын сактоо очурулду. Табуу учун эмнеге "
-"%shere%s бастыныз."
+"пхпМенинАдминимдин конфигурацияларын сактоо очурулду. Табуу учун эмнеге %"
+"shere%s бастыныз."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Жадыбал"
@@ -375,13 +375,13 @@ msgstr "Жаңыланды"
msgid "Status"
msgstr "Статус"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -394,7 +394,7 @@ msgstr "Кыймыл"
msgid "Show"
msgstr "Көрсөт"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -412,15 +412,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "активдүү эмес"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "активдүү"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Берилиштер базасынын логу"
@@ -543,7 +553,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -565,9 +575,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -606,8 +616,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -860,8 +870,8 @@ msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
-"пхпМенинАдминимдин конфигурацияларын сактоо очурулду. Табуу учун эмнеге "
-"%shere%s бастыныз."
+"пхпМенинАдминимдин конфигурацияларын сактоо очурулду. Табуу учун эмнеге %"
+"shere%s бастыныз."
#: index.php:549
msgid ""
@@ -1258,12 +1268,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1740,18 +1750,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1984,7 +1994,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2000,7 +2010,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2140,10 +2150,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2237,7 +2247,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2299,7 +2309,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2713,8 +2723,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2723,16 +2733,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2802,7 +2812,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2843,7 +2853,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2889,9 +2899,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2900,9 +2910,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3095,162 +3105,162 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "Database %1$s has been created."
msgid "The row has been deleted."
msgstr "%1$s аттуу берилиштер базасы түзүлдү."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3258,48 +3268,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Links to"
msgid "Link not found!"
@@ -3459,7 +3471,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3519,9 +3531,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3585,7 +3597,7 @@ msgstr "\"%s\" мамычанын мааниси"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3693,7 +3705,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4105,14 +4117,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4360,7 +4372,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4372,7 +4384,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4876,7 +4888,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5960,7 +5972,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6024,953 +6036,954 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Value for the column \"%s\""
msgid "Central columns table"
msgstr "\"%s\" мамычанын мааниси"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "%s table"
#| msgid_plural "%s tables"
msgid "Favorites table"
msgstr "%s жадыбал"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6978,52 +6991,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7031,70 +7044,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7507,8 +7520,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7996,8 +8009,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9100,8 +9113,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10247,7 +10260,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10277,8 +10290,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11047,7 +11060,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11084,14 +11097,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11100,7 +11113,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11109,7 +11122,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11127,13 +11140,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11158,7 +11171,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11179,200 +11192,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13136,14 +13149,6 @@ msgstr ""
msgid "Delete version"
msgstr "Акыркы версия"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "активдүү"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "активдүү эмес"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13265,11 +13270,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13583,20 +13588,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13961,8 +13966,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14080,8 +14085,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/li.po b/po/li.po
index 86fd3cb0c9..00404d4d9e 100644
--- a/po/li.po
+++ b/po/li.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-12-21 13:06+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: li\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: li\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: changelog.php:36 license.php:28
@@ -91,7 +91,7 @@ msgstr ""
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr ""
@@ -205,16 +205,16 @@ msgstr ""
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr ""
@@ -259,15 +259,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr ""
@@ -364,13 +364,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -383,7 +383,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -401,15 +401,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -529,7 +539,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -551,9 +561,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -590,8 +600,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1230,12 +1240,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1712,18 +1722,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1956,7 +1966,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1972,7 +1982,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2111,10 +2121,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2206,7 +2216,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2264,7 +2274,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2678,8 +2688,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2688,16 +2698,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2767,7 +2777,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2808,7 +2818,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2850,9 +2860,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2861,9 +2871,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3056,160 +3066,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3217,48 +3227,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3416,7 +3428,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3476,9 +3488,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3540,7 +3552,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3648,7 +3660,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4060,14 +4072,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4315,7 +4327,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4327,7 +4339,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4823,7 +4835,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5907,7 +5919,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5971,948 +5983,949 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr ""
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6920,52 +6933,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -6973,70 +6986,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7449,8 +7462,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7932,8 +7945,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9026,8 +9039,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10158,7 +10171,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10188,8 +10201,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -10958,7 +10971,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -10995,14 +11008,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11011,7 +11024,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11020,7 +11033,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11038,13 +11051,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11069,7 +11082,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11090,200 +11103,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Gebroeker"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13019,14 +13032,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13148,11 +13153,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13466,20 +13471,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13844,8 +13849,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -13963,8 +13968,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/lt.po b/po/lt.po
index 3468d05593..efb77209db 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-15 18:57+0200\n"
"Last-Translator: Vytautas Motuzas \n"
"Language-Team: Lithuanian \n"
-"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
-"%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
+"100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.2-dev\n"
#: changelog.php:36 license.php:28
@@ -94,7 +94,7 @@ msgstr "Stulpelis"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr "Pirminis"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ne"
@@ -208,16 +208,16 @@ msgstr "Ne"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Taip"
@@ -262,15 +262,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmin nustatymų saugykla išjungta. %sIšsiaiškinkite kodėl%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Lentelė"
@@ -372,13 +372,13 @@ msgstr "Atnaujinta"
msgid "Status"
msgstr "Būsena"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -391,7 +391,7 @@ msgstr "Veiksmas"
msgid "Show"
msgstr "Rodyti"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -411,15 +411,25 @@ msgstr "Sekimo ataskaita"
msgid "Structure snapshot"
msgstr "Momentinė struktūros kopija"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "neaktyvus"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktyvus"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nesekamos lentelės"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Sekti lentelę"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Duomenų bazės žurnalas"
@@ -540,7 +550,7 @@ msgid "Add geometry"
msgstr "Pridėti geometriją"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -562,9 +572,9 @@ msgstr "Pridėti geometriją"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -603,11 +613,11 @@ msgstr "užbaigti įterpimus"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Jūs tikriausiai bandėte įkelti per didelį failą. Prašome perskaityti "
-"%sdokumentaciją%s būdams kaip apeiti šį apribojimą."
+"Jūs tikriausiai bandėte įkelti per didelį failą. Prašome perskaityti %"
+"sdokumentaciją%s būdams kaip apeiti šį apribojimą."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1356,12 +1366,12 @@ msgstr "Pritraukti prie tinklelio"
msgid "Please add at least one variable to the series!"
msgstr "Prašome pridėti bent vieną kintamąjį į eilę"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1870,18 +1880,18 @@ msgid "Show query box"
msgstr "Rodyti užklausos laukelį"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Redaguoti"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nėra galimas eilutės numeris."
@@ -2152,7 +2162,7 @@ msgstr "Duomenų rodyklės dydis"
msgid "Ignore"
msgstr "Ignoruoti"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopijuoti"
@@ -2168,7 +2178,7 @@ msgstr "Atkarpų seka"
msgid "Polygon"
msgstr "Daugiakampis"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrija"
@@ -2332,10 +2342,10 @@ msgstr "Stulpelių vardai"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Rodyti viską"
@@ -2443,7 +2453,7 @@ msgstr "Nerodyti indeksų"
msgid "Show hidden navigation tree items."
msgstr "Logotipą rodyti kairiame rėmelyje"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2519,7 +2529,7 @@ msgstr ", naujausia stabili versija:"
msgid "up to date"
msgstr "naujausias"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Sukurti rodinį"
@@ -2890,8 +2900,8 @@ msgstr ""
#| "Failed formatting string for rule '%s'. PHP threw following error: %s"
msgid "Failed formatting string for rule '%s'."
msgstr ""
-"Nepavyko suformuoti eilutės taisyklei „%s“. PHP išspjovė štai tokią klaidą: "
-"%s"
+"Nepavyko suformuoti eilutės taisyklei „%s“. PHP išspjovė štai tokią klaidą: %"
+"s"
#: libraries/Advisor.class.php:396
#, php-format
@@ -2962,8 +2972,8 @@ msgid "Requery"
msgstr "SQL užklausa"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2972,16 +2982,16 @@ msgid "Delete"
msgstr "Trinti"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3068,7 +3078,7 @@ msgid "History"
msgstr "SQL užklausų istorija"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3115,7 +3125,7 @@ msgid "During current session"
msgstr "Praleisti šią klaidą"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3169,9 +3179,9 @@ msgstr "SQL užklausų žurnalo lentelė"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3180,9 +3190,9 @@ msgstr ""
msgid "Ascending"
msgstr "Didėjimo tvarka"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3405,31 +3415,31 @@ msgstr "Viduje lentelių:"
msgid "Inside column:"
msgstr "Stulpelio viduje:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "Išsaugoti katalogą"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Atstatyti stulpelių rikiavimą"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "Filtrai"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Paieška duomenų bazėje"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3437,7 +3447,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Pradžia"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3446,7 +3456,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Ankstesnis"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3455,7 +3465,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Kitas"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3463,79 +3473,79 @@ msgctxt "Last page"
msgid "End"
msgstr "Pabaiga"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Viską"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Eilučių skaičius:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Rūšiuoti pagal raktą"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Tekstus rodyti dalinai"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Tekstus rodyti pilnai"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Sąryšių raktas"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Ryšių rodymo stulpelis"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Rodyti dvejetainį turinį"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Rodyti BLOB turinį"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Naršyklės transformacija"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Eilutė buvo ištrinta"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Stabdyti procesą"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Gali būti apytikslis. Žiūrėkite [doc@faq3-11]DUK 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3544,48 +3554,48 @@ msgstr "Gali būti apytikslis. Žiūrėkite [doc@faq3-11]DUK 3.11[/doc]"
msgid "Your SQL query has been executed successfully."
msgstr "Jūsų SQL užklausa sėkmingai įvykdyta"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Šis rodinys turi mažiausiai tiek eilučių. Daugiau informacijos "
-"%sdokumentacijoje%s."
+"Šis rodinys turi mažiausiai tiek eilučių. Daugiau informacijos %"
+"sdokumentacijoje%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Rodomi įrašai"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "iš viso"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Užklausa užtruko %01.4f sek."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Pasirinktus:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3593,48 +3603,50 @@ msgstr "Pasirinktus:"
msgid "Check All"
msgstr "Pažymėti visas"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Redaguoti"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksportuoti"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Veiksmai su užklausos rezultatais"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Spausdinti struktūrą"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Spausdinti rezultatus (su pilnais tekstais)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Rodyti diagramą"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3807,7 +3819,7 @@ msgstr ""
"Žurnalai %1$s ir %2$s atrodo vienodi ir vienas iš jų gali būti pašalintas."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Serveris"
@@ -3867,9 +3879,9 @@ msgstr "Įterpti"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegijos"
@@ -3933,7 +3945,7 @@ msgstr "Textarea stulpeliai"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Duomenų bazės"
@@ -4056,7 +4068,7 @@ msgid "Recent"
msgstr "Atstatyti į pradinę būseną"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4527,14 +4539,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4790,7 +4802,7 @@ msgstr "Didžiausias dydis: %s%s"
msgid "MySQL said: "
msgstr "MySQL atsakymas: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Paaiškinti SQL"
@@ -4802,7 +4814,7 @@ msgstr "Praleisti SQL užklausos aiškinimą"
msgid "Without PHP Code"
msgstr "be PHP kodo"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP kodas"
@@ -5344,7 +5356,7 @@ msgid "Set value: %s"
msgstr "Nustatyti reikšmę: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Atstatyti numatytąsias reikšmes"
@@ -6700,7 +6712,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maksimalus SQL rodymo ilgis"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Naudotojai negali nustatyti didesnės reikšmės"
@@ -6779,37 +6791,37 @@ msgstr "Atminties apribojimai"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "Logotipą rodyti kairiame rėmelyje"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Logotipą rodyti kairiame rėmelyje"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Rodyti logotipą"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logotipo saito adresas"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6821,29 +6833,29 @@ msgstr ""
"Atidaryti susijusį puslapį pagrindiniame lange ([kbd]pagrindiniame[/kbd]) "
"arba ([kbd]naujame[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logotipas nukreipia į nuorodą"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, 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"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Rodyti serverių pasirinkimą"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid ""
@@ -6851,19 +6863,19 @@ msgid ""
"display a filter box."
msgstr "Minimalus skaičius lentelių, kad rodyti lentelių filtro dėžutę"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, 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ę"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, 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ę"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -6874,116 +6886,117 @@ msgid ""
msgstr ""
"Tik maža versija; rodyti duomenų bazės medį (skyriklis nustatomas žemiau)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, 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"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Duomenų bazės medžio skyriklis"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, 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"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Lentelės medžio skyriklis"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maksimalus lentelių medžio gylis"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Paryškinti serverį užvedus pelės žymekliu"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Įjungti paryškinimą"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Rodyti duomenų bazes kaip sąrašą"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Piktograminė navigacijos juostelė"
+
+#: libraries/config/messages.inc.php:468
+#, 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"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, 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"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Paskiausiai naudotos lentelės"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Kur parodyti lentelės eilučių nuorodas"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, 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"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Natūrali tvarka"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, 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"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "Piktograminė navigacijos juostelė"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, 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ų"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip išvedimo buferis"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6995,21 +7008,21 @@ msgstr ""
"[kbd]SMART[/kbd] - t.y. mažėjantis rikiavimas stulpeliams kurių tipai TIME, "
"DATE, DATETIME ir TIMESTAMP, didėjantis kitu atveju"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Numatytoji rikiavimo tvarka"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Naudoti ilgalaikius prisijungimus prie MySQL duomenų bazių"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Ilgalaikiai sujungimai"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7024,11 +7037,11 @@ msgstr ""
"puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų "
"lentelių"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7042,11 +7055,11 @@ msgstr ""
"puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų "
"lentelių"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7060,31 +7073,31 @@ msgstr ""
"puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų "
"lentelių"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "Leisti rodyti visas eilutes (įrašus)"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Neleisti redaguoti BLOB ir BINARY stulpelių"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Apsaugoti dvejetainius stulpelius"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -7094,21 +7107,21 @@ msgstr ""
"(reikalinga phpMyAdmin nustatymų saugykla). Jeigu išjungta, naudoja "
"JavaScript užklausų istorijai rodyti (prarandama uždarius langą)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Nuolatinė užklausų istorija"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Kiek užklausų laikoma istorijoje"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Užklausų istorijos ilgis"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
@@ -7116,31 +7129,31 @@ msgstr ""
"Pasirinkti kokios funkcijos bus naudojamos ženklų rinkinio (koduotės) "
"konvertavimui"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Įrašymo varikliukas"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, 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"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Įsiminti lentelės rūšiavimą"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Numatytoji rikiavimo tvarka"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -7148,112 +7161,112 @@ 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ę"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Pakartoti antraštes"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Ryšių rodymo stulpelis"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Serverių rodymo nustatymai"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
#, 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"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, 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"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Išsaugoti katalogą"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Palikite tuščią, jei nenaudojamas"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Palikite tuščią nutylėtoms reikšmėms"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Leisti prisijungti be slaptažodžio"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Leisti prisijungti kaip root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Sesijos reikšmė"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication settings"
msgid "Authentication method to use."
msgstr "Atpažinimo nustatymai"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Autentifikacijos tipas"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7265,11 +7278,11 @@ msgstr ""
"Palikite tuščią jei nenorite, kad palaikytų [a@http://wiki.phpmyadmin.net/"
"pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Pažymėti lentelę"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7281,36 +7294,36 @@ msgstr ""
"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Stulpelio informacinė lentelė"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Naudoti suspaudimą jungiantis prie MySQL serverio"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Naudoti suspaustą susijungimą"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Kaip prisijungti prie serverio, jei nesate tikras palikite [kbd]tcp[/kbd]"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Susijungimo tipas"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Kontroliuoti naudotojų slaptažodį"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7323,42 +7336,42 @@ msgstr ""
"Specialus MySQL naudotojas sukonfigūruotas su ribotom galimybėm, daugiau "
"informacijos [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontroliuoti naudotoją"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Control user"
msgid "Control host"
msgstr "Kontroliuoti naudotoją"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control user"
msgid "Control port"
msgstr "Kontroliuoti naudotoją"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, 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)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7366,15 +7379,15 @@ msgstr ""
"Daugiau informacijos [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA[/"
"a] ir [a@http://bugs.mysql.com/19588]MySQL[/a] klaidų puslapiuose"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Neleisti matyti INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Slėpti duomenų bazes"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7386,41 +7399,41 @@ msgstr ""
"Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: [kbd]pma_history"
"[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL užklausų žurnalo lentelė"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "Kompiuterio, kuriame veikia MySQL serveris, pavadinimas"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Serverio adresas"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Atsijungimo nuoroda"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Didžiausias skaičius išsaugomų lentelės nustatymų"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Peržiūrėti pavaldžiojo serverio būklės lentelę"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7431,13 +7444,13 @@ msgstr ""
"Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Textarea stulpeliai"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7449,17 +7462,17 @@ msgstr ""
"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Bandyti prisijungti be slaptažodžio"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Prisijungti be slaptažodžio"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| "You can use MySQL wildcard characters (% and _), escape them if you want "
@@ -7479,21 +7492,21 @@ msgstr ""
"ir pabaigoje nurodykite [kbd]*[/kbd], kad parodytumėte likusias abėcėlės "
"tvarka."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Rodyti tik šias duomenų bazes"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, 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"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7503,11 +7516,11 @@ msgstr ""
"Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF schema: puslapių lentelė"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7522,12 +7535,12 @@ msgstr ""
"informaciją rasite [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. "
"Palikite tušią, kad nepalaikytų. Pasiūlymas: [kbd]phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Duomenų bazės vardas"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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."
@@ -7535,11 +7548,11 @@ msgstr ""
"Jungtis per kurią MySQL serveris laukia atsakymo, palikite tuščią numatytam "
"nustatymui"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Serverio jungtis"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7550,11 +7563,11 @@ msgstr ""
"Palikite tuščią jeigu nenorite „įkyrių“ neseniai naudotų lentelių tarp "
"seansų, siūlome: [kbd]pma_recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Paskiausiai naudota lentelė"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7565,13 +7578,13 @@ msgstr ""
"Palikite tuščią jeigu nenorite „įkyrių“ neseniai naudotų lentelių tarp "
"seansų, siūlome: [kbd]pma_recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Kintamieji"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7583,11 +7596,11 @@ msgstr ""
"Palikite tuščią jei nenorite, kad palaikytų [a@http://wiki.phpmyadmin.net/"
"pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Sąryšių lentelė"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7599,35 +7612,35 @@ msgstr ""
"Žiūrėkite [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"autentifikacijos tipus[/a] dėl pavyzdžių"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Prisijungimo sesijos vardas"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Prisijungimo adresas"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Serverio prievadas (socket)"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "Įjungti SSL susijungimams prie MySQL serverio"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Naudoti SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7639,13 +7652,13 @@ msgstr ""
"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF schema: lentelės koordinatės"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7657,11 +7670,11 @@ msgstr ""
"Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Rodyti lentelės stulpelius"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgid ""
@@ -7671,49 +7684,49 @@ msgstr ""
"Jei tuščias nebus „įkyrių“ UI nustatymų tarp seansų, siūlome: [kbd]"
"pma_table_uiprefs[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Naudotojo sąsajos nustatymų lentelė"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Pridėti DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Pridėti DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Pridėti DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Sekamos užklausos"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7725,21 +7738,21 @@ msgstr ""
"Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: [kbd]pma_history"
"[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL užklausų sekimo lentelė"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automatiškai sukurti versijas"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7750,37 +7763,37 @@ msgstr ""
"Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Naudoti lenteles"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Naudoti Host lentelę"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7791,110 +7804,110 @@ msgstr ""
"Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Leisti rodyti visas eilutes (įrašus)"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Rodyti slaptažodžio keitimo formą"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Rodyti duomenų bazės sukūrimo formą"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show more actions"
msgid "Show Creation timestamp"
msgstr "Rodyti daugiau veiksmų"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
#| msgid "Show master status"
msgid "Show Last check timestamp"
msgstr "Rodyti pagrindinio serverio būklę"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Rodyti laukelių tipus"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, 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"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Rodyti funkcijų laukelius"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Where to show the table row links"
msgid "Whether to show hint or not."
msgstr "Kur parodyti lentelės eilučių nuorodas"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show indexes"
msgid "Show hint"
msgstr "Rodyti indeksus"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7906,15 +7919,15 @@ msgstr ""
"Rodyti nuorodą į [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"išvedimą"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Rodyti phpinfo() nuorodą"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Rodyti išsamią MySQL serverio informaciją"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7923,22 +7936,22 @@ msgid ""
msgstr ""
"Nustato kada turi būti rodomos SQL užklausos kurias sugeneravo phpMyAdmin"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Rodyti SQL užklausas"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "Hide query box"
msgid "Retain query box"
msgstr "Slėpti užklausos laukelį"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
@@ -7946,30 +7959,30 @@ msgstr ""
"Leisti rodyti duomenų bazių ir lentelių statistiką (pavyzdžiui vietos "
"naudojimą)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Rodyti statistika"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Praleisti užrakintas lenteles"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Įspėjimas rodomas pagrindiniame puslapyje jeigu Suhosin yra aptinkamas"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin įspėjimas"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7984,61 +7997,61 @@ msgstr ""
"puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų "
"lentelių"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Prisijungimo slapuko galiojimas"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Textarea stulpeliai"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Textarea eilutės"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, 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"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, 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"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Numatytasis pavadinimas"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, 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"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, 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ė"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -8046,31 +8059,31 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Sąrašas patikimų proxy serverių IP leidimui/atmetimui"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, 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"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Įkelties katalogas"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, 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"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Naudoti duomenų bazės paiešką"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
#, fuzzy
#| msgid ""
#| "When disabled, users cannot set any of the options below, regardless of "
@@ -8082,29 +8095,29 @@ msgstr ""
"Kai išjungta, naudotojai negali nustatyti jokių žemiau esančių nustatymų, "
"nepriklausomo nuo to, kad pažymėjimo laukelis yra dešinėje"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Patikrinti ar naujausia versija"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, 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"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versijos patikrinimas"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -8112,34 +8125,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Vartotojo vardas"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Slaptažodis"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -8151,43 +8164,43 @@ msgstr ""
"Įjungia [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] glaudinimą "
"importo ir eksporto operacijoms"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Serverio jungtis"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8645,8 +8658,8 @@ msgstr ", @TABLE@ taps lentelės pavadinimu"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Ši reikšmė interpretuojama naudojant %1$sstrftime%2$s, taigi Jūs galite "
"keisti laiko formatavimą. Taip pat pakeičiamos šios eilutės: %3$s. Kitas "
@@ -9176,8 +9189,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10352,8 +10365,8 @@ msgstr "Jūs naudojate %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Jūs dar turbūt nesukūrėte nustatymų failo. Galite pasinaudoti %1$snustatymų "
"skriptu%2$s, kad sukurtumėte failą."
@@ -11710,7 +11723,7 @@ msgstr "Naudotojo vardas"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Slaptažodis"
@@ -11742,8 +11755,8 @@ msgstr "Serverio ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Darbinė stotis"
@@ -12587,7 +12600,7 @@ msgstr "Nėra"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12628,14 +12641,14 @@ msgstr "Riboti skaičių lygiagrečių prisijungimų kurį naudotojai gali turė
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Specifinės lentelių privilegijos"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12646,7 +12659,7 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globalios teisės"
@@ -12657,7 +12670,7 @@ msgid "Global"
msgstr "globalus"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Specifinės duomenų bazių privilegijos"
@@ -12677,13 +12690,13 @@ msgstr ""
"privilegijų lentelės."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Prisijungimo informacija"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Naudokite teksto įvedimo lauką"
@@ -12708,7 +12721,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Jūs panaikinote privilegijas %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Pridėti naudotoją"
@@ -12730,93 +12743,93 @@ msgstr "Suteikti visas privilegijas pakaitos vardui (username\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Suteikti visas privilegijas duomenų bazei „%s“."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Vartotojai turintys priėjimą prie „%s“"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Naudotojas buvo pridėtas."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Naudotojas"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Suteikti"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Nerasta jokių naudotojų."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Bet kurį(ią)"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globalus"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "tam tikros duomenų bazės"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "pakaitos simbolis"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "tam tikros duomenų bazės"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Redaguoti privilegijas"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Panaikinti"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Redaguoti serverį"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… palikti seną vartotoją."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… pašalinti seną vartotoją iš vartotojų lentelės."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… panaikinti visas privilegijas iš seno vartotojo ir poto jį pašalinti."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12824,126 +12837,126 @@ msgstr ""
"… pašalinti seną vartotoją iš vartotojų lentelės ir po to perkrauti "
"privilegijas."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Sukurti naują vartotoją su tom pačiom privilegijom ir …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Specifinės stulpelių privilegijos"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Sukurti privilegijas šiai duomenų bazei"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "Norėdami naudoti _ ir % kaip simbolius, prieš juos prirašykite \\."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Sukurti privilegijas šiai lentelei"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Pašalinti pažymėtus vartotojus"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Panaikinti visas aktyvias vartotojų privilegijas ir pašalinti vartotojus."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Pašalinti duomenų bazes, turinčias tokius pačius pavadinimus kaip ir "
"vartotojai."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nepasirinta vartotojų trynimui!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Perkraunamos privilegijos"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Pažymėti vartotojai sėkmingai pašalinti."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Jūs pakeitėte privilegijas %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Šaliname: %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Teisės sėkmingai perkrautos."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Vartotojas %s jau yra!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegijos"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Redaguoti privilegijas"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Naudotojų apžvalga"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Pastaba: phpMyAdmin gauna vartotojų teises tiesiai iš MySQL privilegijų "
"lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo nustatymų "
"failuose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Privilegijų lentelėje pasirinktas vartotojas nerastas."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Jūs sukūrėte naują vartotoją."
@@ -14900,14 +14913,6 @@ msgstr "Deaktyvuoti dabar"
msgid "Delete version"
msgstr "Sukurti versiją"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktyvus"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "neaktyvus"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -15034,11 +15039,11 @@ msgstr ""
"Jūsų nustatymai bus išsaugoti tik šiai sesijai. Saugant juos visam laikui "
"reikia %sphpMyAdmin nustatymų saugyklos%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Nepavyko išsaugoti konfigūracijos"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15377,25 +15382,25 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nepasirinkti įrašai"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking of %s.%s is activated."
msgid "Tracking of %s is activated."
msgstr "Stebėjimas %s.%s yra aktyvuotas."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Pažymėti vartotojai sėkmingai pašalinti."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nepasirinkti įrašai"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL užklausos įvykdytos."
@@ -15807,8 +15812,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15941,8 +15946,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16654,6 +16659,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "MyISAM concurrent įterpimai"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Rodyti duomenų bazes kaip sąrašą"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Ištrinti šios lentelės sekimo duomenis"
diff --git a/po/lv.po b/po/lv.po
index 62c9c03803..e2cd26cc01 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-16 08:32+0200\n"
"Last-Translator: Ukko \n"
"Language-Team: Latvian \n"
-"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: lv\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -92,7 +92,7 @@ msgstr "Lauks"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Primārā"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nē"
@@ -206,16 +206,16 @@ msgstr "Nē"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Jā"
@@ -266,15 +266,15 @@ msgstr ""
"Papildiespējas darbam ar saistītām tabulām tika izslēgtas. Lai uzzinātu "
"kāpēc, klikškiniet %sšeit%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabula"
@@ -376,13 +376,13 @@ msgstr "Atjaunots"
msgid "Status"
msgstr "Statuss"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -395,7 +395,7 @@ msgstr "Darbība"
msgid "Show"
msgstr "Rādīt"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -415,16 +415,26 @@ msgstr ""
msgid "Structure snapshot"
msgstr "Struktūras apskats"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "neaktīvs"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktīvs"
+
+#: db_tracking.php:277
#, fuzzy
msgid "Untracked tables"
msgstr "Tabulas, kas netiek izsekotas"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Pārbaudīt tabulu"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Datubāzes žurnāls"
@@ -548,7 +558,7 @@ msgid "Add geometry"
msgstr "Pievienot jaunu ģeometriju"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -570,9 +580,9 @@ msgstr "Pievienot jaunu ģeometriju"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -611,11 +621,11 @@ msgstr "Nepabeigti parametri"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Visticamāk Jūs mēģinājāt augšupielādēt failu, kas ir par lielu. Skaties "
-"%sdocumentation%s, lai atrastu risinājumu šai problēmai."
+"Visticamāk Jūs mēģinājāt augšupielādēt failu, kas ir par lielu. Skaties %"
+"sdocumentation%s, lai atrastu risinājumu šai problēmai."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1321,12 +1331,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1814,18 +1824,18 @@ msgid "Show query box"
msgstr "Rādīt pieprasījumu logu"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Labot"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2092,7 +2102,7 @@ msgstr "Satura rādītājs"
msgid "Ignore"
msgstr "Ignorēt"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopēt"
@@ -2108,7 +2118,7 @@ msgstr "Līnija"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Ģeometrija"
@@ -2269,10 +2279,10 @@ msgstr "Kolonnu nosaukumi"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Rādīt visu"
@@ -2383,7 +2393,7 @@ msgstr "Pievienot jaunu lauku"
msgid "Show hidden navigation tree items."
msgstr "Rādīt režģi"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2452,7 +2462,7 @@ msgstr ""
msgid "up to date"
msgstr "Nav datubāzu"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -2932,8 +2942,8 @@ msgid "Requery"
msgstr "vaicājumā"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2942,16 +2952,16 @@ msgid "Delete"
msgstr "Dzēst"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3035,7 +3045,7 @@ msgid "History"
msgstr "SQL vēsture"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3081,7 +3091,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3134,9 +3144,9 @@ msgstr "SQL vaicājums"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3145,9 +3155,9 @@ msgstr ""
msgid "Ascending"
msgstr "Augošā secībā"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3377,31 +3387,31 @@ msgstr "Tabulā(s):"
msgid "Inside column:"
msgstr "Tabulā(s):"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Pievienot/Dzēst laukus (kolonnas)"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filter"
msgid "Filter rows"
msgstr "Filtrs"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Meklēt datubāzē"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3409,7 +3419,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Sākums"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3418,7 +3428,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Iepriekšējie"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3427,7 +3437,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Nākamie"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3435,88 +3445,88 @@ msgctxt "Last page"
msgid "End"
msgstr "Beigas"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Visi"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "Rindu skaits vienā lapā"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Kārtot pēc atslēgas"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Daļēji teksti"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Pilni teksti"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Relāciju shēma"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Relāciju shēma"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Pārlūkprogrammas transformācija"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Ieraksts tika dzēsts"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Nogalināt"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Var būt aptuvens skaits. Skatīt [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3525,46 +3535,46 @@ msgstr "Var būt aptuvens skaits. Skatīt [doc@faq3-11]FAQ 3.11[/doc]"
msgid "Your SQL query has been executed successfully."
msgstr "Jūsu SQL vaicājums tika veiksmīgi izpildīts"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Parādu rindas"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "kopā"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Vaicājums ilga %01.4f s"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Ar iezīmēto:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3572,50 +3582,52 @@ msgstr "Ar iezīmēto:"
msgid "Check All"
msgstr "Iezīmēt visu"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Labot"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksports"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Izdrukas versija"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Drukas skats (ar pilniem tekstiem)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Rādīt PDF shēmu"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3783,7 +3795,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Serveris"
@@ -3843,9 +3855,9 @@ msgstr "Pievienot"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilēģijas"
@@ -3909,7 +3921,7 @@ msgstr "Pievienot/Dzēst laukus (kolonnas)"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Datubāzes"
@@ -4037,7 +4049,7 @@ msgid "Recent"
msgstr "Atcelt"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4495,14 +4507,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4758,7 +4770,7 @@ msgstr "Maksimālais izmērs: %s%s"
msgid "MySQL said: "
msgstr "MySQL teica: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Izskaidrot SQL"
@@ -4770,7 +4782,7 @@ msgstr "Neizskaidrot SQL"
msgid "Without PHP Code"
msgstr "Bez PHP koda"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Izveidot PHP kodu"
@@ -5313,7 +5325,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6480,7 +6492,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6546,1017 +6558,1018 @@ msgstr "Resursu ierobežojumi"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Rādīt režģi"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Datubāzu eksporta opcijas"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Datubāzu eksporta opcijas"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Tabulas virsraksts"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Analizēt tabulu"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Mainīt datu kārtošanas laukus"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Tabulas virsraksts"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Pārsaukt tabulu uz"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Primārā atslēga pievienota uz lauka %s."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Relāciju shēma"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Datubāzu eksporta opcijas"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Sesijas vērtība"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "Dokumentācija"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Nevar pieslēgties MySQL serverim"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Konekcijas"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Jebkurš hosts"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Jebkurš hosts"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Nav datubāzu"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "Servera izvēle"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Pievienot/Dzēst laukus (kolonnas)"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Nemainīt paroli"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "Datubāze"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "Servera ID"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Analizēt tabulu"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Mainīgie"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Restaurēt tabulu"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Servera izvēle"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr ""
"Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Rādu kolonnu komentārus"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Defragmentēt tabulu"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Parametrs"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
msgid "Automatically create versions"
msgstr "Servera versija"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Lietot tabulas"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Lietot hostu tabulu"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Parādīt PHP informāciju"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "Rādīt tabulas"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Rādīt režģi"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Rādīt pilnos vaicājumus"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL vaicājums"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "Rindas statistika"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Pievienot/Dzēst laukus (kolonnas)"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Noklusēts"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7564,52 +7577,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7617,74 +7630,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Lietotājvārds:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Parole"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "Servera ID"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Enable Zero Configuration mode"
@@ -8179,8 +8192,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8691,8 +8704,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9870,8 +9883,8 @@ msgstr "Laipni lūgti %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11190,7 +11203,7 @@ msgstr "Lietotājvārds"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Parole"
@@ -11221,8 +11234,8 @@ msgstr "Servera ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Hosts"
@@ -12080,7 +12093,7 @@ msgstr "Nav"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12123,14 +12136,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabulu specifiskās privilēģijas"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12141,7 +12154,7 @@ msgid "Administration"
msgstr "Administrācija"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globālās privilēģijas"
@@ -12152,7 +12165,7 @@ msgid "Global"
msgstr "globāls"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Datubāžu specifiskās privilēģijas"
@@ -12172,13 +12185,13 @@ msgstr ""
"pārlādēšanas."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Piekļuves informācija"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Lietot teksta lauku"
@@ -12203,7 +12216,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Jūs atņēmāt privilēgijas lietotājam %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Pievienot lietotāju"
@@ -12224,95 +12237,95 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Pārbaudīt privilēģijas uz datubāzi \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Lietotāji, kam ir pieja datubāzei \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
msgid "User has been added."
msgstr "Lauks %s tika izdzēsts"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Lietotājs"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Piešķirt"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Lietotāji netika atrasti."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Jebkurš"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globāls"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "datubāzei specifisks"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "aizstājējzīme"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "datubāzei specifisks"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Mainīt privilēģijas"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Atsaukt"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… paturēt veco lietotāju."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… dzēst veco lietotāju no lietotāju tabulas."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… atņemt vecajam lietotājam visas aktīvās privilēģijas, un pēc tam dzēst "
"viņu."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12320,127 +12333,127 @@ msgstr ""
"… dzēst veco lietotāju no lietotāju tabulas, un pēc tam pārlādēt "
"privilēģijas."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Mainīt piekļuves informāciju / Klonēt lietotāju"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Izveidot jaunu lietotāju ar tādām pašām privilēģijām un …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Kolonnu specifiskās privilēģijas"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Pievienot privilēģijas uz sekojošo datubāzi"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Aizstājējzīmes _ un % jāaizsargā ar \\ priekšā, lai izmantotu tās burtiski."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Pievienot privilēģijas uz sekojošo tabulu"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Dzēst izvēlētos lietotājus"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Atņemt visas aktīvās privilēģijas lietotājiem, un pēc tam dzēst tos."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Dzēst datubāzes, kurām ir tādi paši vārdi, kā lietotājiem."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Pārlādējam privilēģijas"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Jūs modificējāt privilēģijas objektam %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Dzēšam %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilēģijas tika veiksmīgi pārlādētas."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Lietotājs %s jau eksistē!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilēģijas"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Mainīt privilēģijas"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Lietotāju pārskats"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Piezīme: phpMyAdmin saņem lietotāju privilēģijas pa taisno no MySQL "
"privilēģiju tabilām. Šo tabulu saturs var atšķirties no privilēģijām, ko "
-"lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams "
-"%spārlādēt privilēģijas%s pirms Jūs turpināt."
+"lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams %"
+"spārlādēt privilēģijas%s pirms Jūs turpināt."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Izvēlētais lietotājs nav atrasts privilēģiju tabulā."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Jūs pievienojāt jaunu lietotāju."
@@ -14413,14 +14426,6 @@ msgstr ""
msgid "Delete version"
msgstr "Servera versija"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktīvs"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "neaktīvs"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14552,11 +14557,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14885,24 +14890,24 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nav izvēlēta kolonna."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Izvēlētie lietotāji tika veiksmīgi dzēsti."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Rindas nav iezīmētas"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15299,8 +15304,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15428,8 +15433,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16090,6 +16095,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Datubāzu eksporta opcijas"
+
#, fuzzy
#~| msgid "Databases"
#~ msgid "Table Structure"
@@ -16366,8 +16376,8 @@ msgstr ""
#~ "%s."
#~ msgstr ""
#~ "Nevar inicializēt SQL pārbaudītāju. Lūdzu pārbaudiet, vai esat "
-#~ "uzinstalējuši nepieciešamos PHP paplašinājumus, kā aprakstīts "
-#~ "%sdokumentācijā%s."
+#~ "uzinstalējuši nepieciešamos PHP paplašinājumus, kā aprakstīts %"
+#~ "sdokumentācijā%s."
#, fuzzy
#~| msgid "Copy"
diff --git a/po/mk.po b/po/mk.po
index 0456d3588a..492fa6667e 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-05 10:33+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Macedonian \n"
-"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: mk\n"
"Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -94,7 +94,7 @@ msgstr "Имиња на колони"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr "Примарен"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Не"
@@ -208,16 +208,16 @@ msgstr "Не"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Да"
@@ -269,15 +269,15 @@ msgstr ""
"Дополнителните можности за работа со поврзаните табели се исклучени. За да "
"дознаете зошто, кликнете %sовде%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Табела"
@@ -388,13 +388,13 @@ msgstr "Ажурирано"
msgid "Status"
msgstr "Статус"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -407,7 +407,7 @@ msgstr "Акција"
msgid "Show"
msgstr "Прикажи"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -429,16 +429,26 @@ msgstr ""
msgid "Structure snapshot"
msgstr "Само структура"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
#, fuzzy
msgid "Track table"
msgstr "Проверка на табелата"
-#: db_tracking.php:325
+#: db_tracking.php:347
#, fuzzy
msgid "Database Log"
msgstr "База на податоци"
@@ -575,7 +585,7 @@ msgid "Add geometry"
msgstr "Додади нов корисник"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -597,9 +607,9 @@ msgstr "Додади нов корисник"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -640,8 +650,8 @@ msgstr "Комплетен INSERT (со имиња на полињата)"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1400,12 +1410,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1949,18 +1959,18 @@ msgid "Show query box"
msgstr "SQL упит"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Промени"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2227,7 +2237,7 @@ msgstr "Големина на покажувачите на податоци"
msgid "Ignore"
msgstr "Игнорирај"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Копирај"
@@ -2245,7 +2255,7 @@ msgstr "Линиите се завршуваат со"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2401,10 +2411,10 @@ msgstr "Имиња на колони"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "прикажи ги сите"
@@ -2514,7 +2524,7 @@ msgstr "Додади ново поле"
msgid "Show hidden navigation tree items."
msgstr "Прикажи мрежа"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2584,7 +2594,7 @@ msgstr ""
msgid "up to date"
msgstr "Базата на податоци не постои"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3064,8 +3074,8 @@ msgid "Requery"
msgstr "во упитот"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3074,16 +3084,16 @@ msgid "Delete"
msgstr "избриши"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3166,7 +3176,7 @@ msgid "History"
msgstr "SQL историја"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3212,7 +3222,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3265,9 +3275,9 @@ msgstr "SQL упит"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3276,9 +3286,9 @@ msgstr ""
msgid "Ascending"
msgstr "Растечки редослед"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3510,31 +3520,31 @@ msgstr "во табела(и):"
msgid "Inside column:"
msgstr "во табела(и):"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
msgid "Save edited data"
msgstr "Основен директориум на податоците"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Додади/избриши колона"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Полиња"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Пребарување низ базата на податоци"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3542,7 +3552,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Почеток"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3551,7 +3561,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Претходна"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3560,7 +3570,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Следен"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3568,82 +3578,82 @@ msgctxt "Last page"
msgid "End"
msgstr "Крај"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Се"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "Број на записи на страница"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Подредување по клуч"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Дел на текстот"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Полн текст"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Релациона шема"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Релациона шема"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Транформации на веб прелистувачот"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Записот е избришан"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Прекини"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
@@ -3651,7 +3661,7 @@ msgstr ""
"Бројот на записи може да биде приближен. За подетални информации види "
"[doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3660,46 +3670,46 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "Вашиот SQL упит успешно е извршен"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Приказ на записи од"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "вкупно"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "време на извршување на упитот %01.4f секунди"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Обележаното:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3707,50 +3717,52 @@ msgstr "Обележаното:"
msgid "Check All"
msgstr "обележи ги сите"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Промени"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Извоз"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Преглед за печатење"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Преглед за печатење (целосен текст)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Прикажи PDF шема"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3921,7 +3933,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сервер"
@@ -3981,9 +3993,9 @@ msgstr "Нов запис"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Привилегии"
@@ -4047,7 +4059,7 @@ msgstr "Додади/избриши колона"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "База на податоци"
@@ -4175,7 +4187,7 @@ msgid "Recent"
msgstr "Поништи"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4633,14 +4645,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4896,7 +4908,7 @@ msgstr "Максимална големина: %s%s"
msgid "MySQL said: "
msgstr "MySQL порака: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Објасни SQL"
@@ -4908,7 +4920,7 @@ msgstr "Прескокни ги објаснувањата на SQL-от"
msgid "Without PHP Code"
msgstr "без PHP код"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Направи PHP код"
@@ -5452,7 +5464,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6625,7 +6637,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6692,1022 +6704,1023 @@ msgstr "Ограничување на ресурси"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Прикажи мрежа"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Опции за извоз на бази на податоци"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Опции за извоз на бази на податоци"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Коментар на табела"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Анализа на табелата"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Промени го редоследот во табелата"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Коментар на табела"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Промени го името на табелата во "
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Примарниот клуч %s е додаден."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Нишки на поправка"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Релациона шема"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Опции за извоз на бази на податоци"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
#, fuzzy
msgid "Save directory"
msgstr "Основен директориум на податоците"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Вредност на сесијата"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "Документација"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Не можам да се пријавам на MySQL серверот"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Конекции"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Било кој host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Било кој host"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Базата на податоци не постои"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "Избор на сервер"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Додади/избриши колона"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Немој да ја менуваш лозинката"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "База на податоци"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "ID на серверот"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Анализа на табелата"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Променливи"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Поправка на табелата"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Избор на сервер"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr ""
"Го ограничува бројот на нови конекции кои корисникот може да ги отвори за "
"еден час."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Прикажувам коментари на колоните"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Дефрагментирај ја табелата"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Име"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Режим на автоматско опоравување"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Користи табели"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Користи ја табелата на host-от"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Прикажи информации за PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "Прикажи табели"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Прикажи мрежа"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Прикажи комплетни упити"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL упит"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "Статистики за записите"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Додади/избриши колона"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Default"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7715,52 +7728,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7768,74 +7781,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Корисничко име:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Лозинка"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "ID на серверот"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Enable Zero Configuration mode"
@@ -8328,8 +8341,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8860,8 +8873,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10043,8 +10056,8 @@ msgstr "%s Добредојдовте"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11381,7 +11394,7 @@ msgstr "Назив на корисник"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Лозинка"
@@ -11412,8 +11425,8 @@ msgstr "ID на серверот"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -12272,7 +12285,7 @@ msgstr "нема"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12320,14 +12333,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Привилегии поврзани со табелата"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12339,7 +12352,7 @@ msgid "Administration"
msgstr "Администрација"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глобални привилегии"
@@ -12350,7 +12363,7 @@ msgid "Global"
msgstr "глобално"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Привилегии во врска со базата на податоци"
@@ -12370,13 +12383,13 @@ msgstr ""
"табелата на привилегии."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Податоци за најавувањето"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Користи текст поле"
@@ -12401,7 +12414,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Ги забранивте привилегиите за %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12424,96 +12437,96 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Провери привилегии за базата на податоци \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Корисници кои имаат пристап \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Прегледот %s е избришан"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Корисник"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Овозможи"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Корисникот не е пронајден."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Било кој"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "глобално"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Специфично за базата на податоци"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "џокер"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Специфично за базата на податоци"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Промена на привилегии"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Забрани"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Ажурирање на следниот запис"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… сочувај го стариот."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… избриши ги старите од табелата на корисници."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… прво одземи ги сите привилегии на корисниците а потоа избриши ги."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12521,117 +12534,117 @@ msgstr ""
"… избриши го стариот корисник од табелата на корисници а потоа повторно "
"вчитај ги привилегиите."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Промени ги информациите за најавувањето / Копирај го корисникот"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Направи нов корисник со исти привилегии и …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Привилегии врзани за колоните"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Додади привилегии на следната база"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Пред џокер знаците _ и % треба да стои знакот \\ ако ги користите самостојно."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Додади привилегии на следната табела"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Избриши ги селектираните корисници"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Одземи ги сите привилегии на активните корисници а потоа избриши ги."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Избриши ги базите на податоци кои се именувани исто како и корисниците."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Повторно ги вчитувам привилегиите"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Изабраните корисници успешно се избришани."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ги ажуриравте привилегиите за %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Бришам %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Привилегиите се успешно вчитани."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Корисник %s веќе постои!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Привилегии"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Промена на привилегии"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Преглед на корисници"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Напомена: phpMyAdmin ги зема привилегиите на корисникот директно од MySQL "
"табелата на привилегии. Содржината на оваа табела табела може да се "
@@ -12639,11 +12652,11 @@ msgstr ""
"измени. Во тој случај %sповторно вчитајте ги привилегиите%s пред да "
"продолжите со работа."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Изабраниот корисник не е пронајден во табелата на привилегии."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Додадовте нов корисник."
@@ -14612,14 +14625,6 @@ msgstr ""
msgid "Delete version"
msgstr "Верзија на серверот"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14751,11 +14756,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15084,24 +15089,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Нема селектирани записи"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Изабраните корисници успешно се избришани."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Нема селектирани записи"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15500,8 +15505,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15630,8 +15635,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16319,6 +16324,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Опции за извоз на бази на податоци"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Избришете го податоците за тракирање од табелава"
diff --git a/po/ml.po b/po/ml.po
index 81696f883e..47216d5391 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -5,15 +5,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-02-27 10:56+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Malayalam \n"
-"Language: ml\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ml\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -93,7 +93,7 @@ msgstr "നിര"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "ഇല്ല"
@@ -207,16 +207,16 @@ msgstr "ഇല്ല"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "അതേ"
@@ -263,15 +263,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "പട്ടിക"
@@ -378,13 +378,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -397,7 +397,7 @@ msgstr ""
msgid "Show"
msgstr "പ്രദർശിപ്പിക്കുക"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -415,15 +415,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -543,7 +553,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -565,9 +575,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -604,8 +614,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1257,12 +1267,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1741,18 +1751,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1993,7 +2003,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2009,7 +2019,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2148,10 +2158,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "എല്ലാം കാണിക്കൂ"
@@ -2249,7 +2259,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr "എല്ലാം കാണിക്കൂ"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2309,7 +2319,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2723,8 +2733,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2733,16 +2743,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2812,7 +2822,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2855,7 +2865,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2903,9 +2913,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2914,9 +2924,9 @@ msgstr ""
msgid "Ascending"
msgstr "ആരോഹണം"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3123,123 +3133,123 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Sort"
msgid "Filter rows"
msgstr "തരംതിരിക്കുക"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Use this value"
msgid "Search this table"
msgstr "ഈ വില ഉപയോഗിക്കൂ"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "Database %1$s has been created."
msgid "The row has been deleted."
msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3248,45 +3258,45 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "%s table"
#| msgid_plural "%s tables"
msgid "%d total"
msgstr "%s പട്ടിക"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3294,48 +3304,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Links to"
msgid "Link not found!"
@@ -3495,7 +3507,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3555,9 +3567,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3621,7 +3633,7 @@ msgstr "നിരകൾ ചേർക്കുക/മായക്കുക"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3729,7 +3741,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Show all"
msgid "Favorite tables"
@@ -4154,14 +4166,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4409,7 +4421,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4421,7 +4433,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4929,7 +4941,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6025,7 +6037,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6089,964 +6101,965 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show all"
msgid "Show databases navigation as tree"
msgstr "എല്ലാം കാണിക്കൂ"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Table comments"
msgid "Show logo in navigation panel."
msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database comment:"
-msgid "Disable database expansion"
-msgstr "വിവരശേഖര അഭിപ്രായം: "
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table comments"
+msgid "Enable navigation tree expansion"
+msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table comments"
msgid "Table navigation bar"
msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Table comments"
msgid "For display Options"
msgstr "പട്ടിക അഭിപ്രയങ്ങൾ"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Central columns table"
msgstr "നിരകൾ ചേർക്കുക/മായക്കുക"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Show all"
msgid "Favorites table"
msgstr "എല്ലാം കാണിക്കൂ"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "പട്ടികകൾ ഉപയോഗിക്കുക"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7054,52 +7067,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7107,70 +7120,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7589,8 +7602,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8078,8 +8091,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9207,8 +9220,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10360,7 +10373,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10390,8 +10403,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11161,7 +11174,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11198,14 +11211,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11214,7 +11227,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11223,7 +11236,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11241,13 +11254,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11272,7 +11285,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11293,200 +11306,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13281,14 +13294,6 @@ msgstr ""
msgid "Delete version"
msgstr "വിവരശേഖര അഭിപ്രായം: "
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13410,11 +13415,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13728,24 +13733,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "%s എന്ന വിവരശേഖരം ഉപേക്ഷിച്ചിരിക്കുന്നു."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "Remove database"
msgid "No versions selected."
msgstr "വിവരശേഖരം നീക്കുക"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14116,8 +14121,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14235,8 +14240,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -14858,6 +14863,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database comment:"
+#~ msgid "Disable database expansion"
+#~ msgstr "വിവരശേഖര അഭിപ്രായം: "
+
#, fuzzy
#~| msgid "Database comment:"
#~ msgid "Table Structure"
diff --git a/po/mn.po b/po/mn.po
index c2a21c6da8..a190b878fb 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-05 10:28+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Mongolian \n"
-"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: mn\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -94,7 +94,7 @@ msgstr "Багана"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr "Үндсэн"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Үгүй"
@@ -208,16 +208,16 @@ msgstr "Үгүй"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Тийм"
@@ -269,15 +269,15 @@ msgstr ""
"phpMyAdmin-ы тохиргооны санах ой идэвхигүйжсэн байна. %sЭнд%s дарж учрыг "
"мэднэ үү."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Хүснэгт"
@@ -386,13 +386,13 @@ msgstr "Шинэчлэгдсэн"
msgid "Status"
msgstr "Статус"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -405,7 +405,7 @@ msgstr "Үйлдэл"
msgid "Show"
msgstr "Харах"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -425,15 +425,25 @@ msgstr "Хөөлтын илтгэл"
msgid "Structure snapshot"
msgstr "Бүтцийн тойм"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "идэвхигүй"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "идэвхитэй"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Хөөгөөгүй хүснэгтүүд"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Хүснэгтийг хөөх"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Өгөгдлийн сангийн бүртгэл"
@@ -555,7 +565,7 @@ msgid "Add geometry"
msgstr "Геометр нэмэх"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -577,9 +587,9 @@ msgstr "Геометр нэмэх"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -626,8 +636,8 @@ msgstr "Оруулалтыг дуусгах"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Хэтэрхий том хэмжээтэй файл ачаалахыг оролдсон бололтой. Үүнийг хэрхэн "
"шийдэхийг %sбаримтжуулалт%s-с уншина уу."
@@ -1402,12 +1412,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1963,18 +1973,18 @@ msgid "Show query box"
msgstr "SQL асуудал харуулах"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Засах"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d нь мөрийн буруу дугаар байна."
@@ -2245,7 +2255,7 @@ msgstr "Өгөгдөл заагчийн хэмжээ"
msgid "Ignore"
msgstr "Үл тоох"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Хуулах"
@@ -2261,7 +2271,7 @@ msgstr "Шугам"
msgid "Polygon"
msgstr "Олон өнцөгт"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Геометр"
@@ -2421,10 +2431,10 @@ msgstr "Баганын нэрс"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Бүгдийг харах"
@@ -2538,7 +2548,7 @@ msgstr "Шинэ талбар нэмэх"
msgid "Show hidden navigation tree items."
msgstr "Тор харуулах"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Use text field"
@@ -2614,7 +2624,7 @@ msgstr ""
msgid "up to date"
msgstr "ӨС байхгүй"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Create"
@@ -3096,8 +3106,8 @@ msgid "Requery"
msgstr "асуултад"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3106,16 +3116,16 @@ msgid "Delete"
msgstr "Устгах"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3199,7 +3209,7 @@ msgid "History"
msgstr "SQL түүх"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3244,7 +3254,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3300,9 +3310,9 @@ msgstr "Асуудлын утгыг цэвэрлэх"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3311,9 +3321,9 @@ msgstr ""
msgid "Ascending"
msgstr "Өсөхөөр"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3545,31 +3555,31 @@ msgstr "Хүснэгт(үүд) дотор:"
msgid "Inside column:"
msgstr "Хүснэгт(үүд) дотор:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Багана нэмэх/устгах"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Files"
msgid "Filter rows"
msgstr "Файлууд"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Өгөгдлийн санд хайх"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3577,7 +3587,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Эхлэл"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3586,7 +3596,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Өмнөх"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3595,7 +3605,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Цааш"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3603,85 +3613,85 @@ msgctxt "Last page"
msgid "End"
msgstr "Төгс"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Бүх"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Талбаруудын тоо"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Түлхүүрээр эрэмбэлэх"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Бичвэрийн зарим хэсэг"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Бүтэн бичвэр"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Хамааралтай схем"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Хөтчийн өөрчлөл"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Мөр устгагдсан"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Алах"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3690,46 +3700,46 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "Таны SQL-асуулт амжилттай ажиллав"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Мөрүүдийг харуулж байна"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "Нийт"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Асуулт нь %01.4f сек авлаа"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Сонгогдсонтой:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3737,50 +3747,52 @@ msgstr "Сонгогдсонтой:"
msgid "Check All"
msgstr "Бүгдийг чагтлах"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Солих"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Гаргах"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Асуудлын үр дүнгийн үйлдэл"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Хэвлэхээр харах"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Хэвлэхээр харах (бүх бичвэртэй нь)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF-схем харуулах"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3948,7 +3960,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сервэр"
@@ -4008,9 +4020,9 @@ msgstr "Оруулах"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Онцгой эрхүүд"
@@ -4074,7 +4086,7 @@ msgstr "Багана нэмэх/устгах"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Өгөгдлийн сангууд"
@@ -4202,7 +4214,7 @@ msgid "Recent"
msgstr "Да.эхлэх"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4663,14 +4675,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4928,7 +4940,7 @@ msgstr "ХИ хэмжээ: %s%s"
msgid "MySQL said: "
msgstr "MySQL хэлэх нь: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL тайлбар"
@@ -4940,7 +4952,7 @@ msgstr "SQL тайлбарлахыг орхих"
msgid "Without PHP Code"
msgstr "PHP-кодгүй"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP-код үүсгэх"
@@ -5489,7 +5501,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6663,7 +6675,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6729,1016 +6741,1017 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Тор харуулах"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Use text field"
msgid "Show logo in navigation panel."
msgstr "Бичвэр талбар хэрэглэх"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "ӨС гаргах сонголтууд"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Хүснэгтийн гарчиг"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Хүснэгтийг задлах"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Хүснэгтийг эрэмбэлэлтээр өөрчлөх"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Хүснэгтийн гарчиг"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Хүснэгтийг да.нэрлэх"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "%s-д үндсэн түлхүүр нэмэгдлээ"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Thread засах"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Хамааралтай схем"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Relational schema"
msgid "For display Options"
msgstr "Хамааралтай схем"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Сессон утга"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "Баримт"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL руу нэвтэрч чадсангүй"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Дурын хост"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Дурын хост"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Багана нэмэх/устгах"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Нууц үгийг солихгүй"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "өгөгдлийн сангийн нэр"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Хүснэгтийг задлах"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Утгууд"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "its the number of simultaneous connections the user may have."
msgid "Enable SSL for connection to MySQL server."
msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязгаарлах тоо."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Баганын тайлбарыг харуулж байна"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Хүснэгт янзлах"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Баримтжуулал"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Авто сэргээх горим"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Хүснэгт хэрэглэх"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Хост хүснэгт хэрэглэх"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "PHP -ийн мэдээлэл харах"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Нээлттэй хүснэгтүүдийг харуулах"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Тор харуулах"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "in query"
msgid "Retain query box"
msgstr "асуултад"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr ""
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Багана нэмэх/устгах"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Анхдагч"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7746,52 +7759,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7799,74 +7812,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username:"
msgid "Proxy username"
msgstr "Нэвтрэгч:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Нууц үг"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Enable Zero Configuration mode"
@@ -8368,12 +8381,12 @@ msgstr ""
#| "will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Энэ утга нь %1$sstrftime%2$s -ийг хэрэглэж үүссэн, тиймээс та хугацааны "
-"тогтнолын тэмдэгтийг хэрэглэж болно. Нэмэлтээр дараах хувиргалт байх болно: "
-"%3$s. Бусад бичвэрүүд үүн шиг хадгалагдана."
+"тогтнолын тэмдэгтийг хэрэглэж болно. Нэмэлтээр дараах хувиргалт байх болно: %"
+"3$s. Бусад бичвэрүүд үүн шиг хадгалагдана."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8911,8 +8924,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10098,11 +10111,11 @@ msgstr "%s-д тавтай морилно уу"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Үүний шалтгаан нь магадгүй та тохиргооны файл үүсгээгүй байж болох юм. Та "
-"%1$ssetup script%2$s -ийг ашиглаж нэгийг үүсгэж болно."
+"Үүний шалтгаан нь магадгүй та тохиргооны файл үүсгээгүй байж болох юм. Та %1"
+"$ssetup script%2$s -ийг ашиглаж нэгийг үүсгэж болно."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11423,7 +11436,7 @@ msgstr "Хэрэглэгчийн нэр"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Нууц үг"
@@ -11455,8 +11468,8 @@ msgstr "Server ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Хост"
@@ -12329,7 +12342,7 @@ msgstr "Байхгүй"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12368,14 +12381,14 @@ msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязг
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Хүснэгтийн тусгай онцгой эрхүүд"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12386,7 +12399,7 @@ msgid "Administration"
msgstr "Зохион байгуулалт"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глобал онцгой эрх"
@@ -12397,7 +12410,7 @@ msgid "Global"
msgstr "global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Онцгой эрх, өгөгдлийн сангийн эрх"
@@ -12417,13 +12430,13 @@ msgstr ""
"зөвшөөрөх."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Нэвтрэх мэдээлэл"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Бичвэр талбар хэрэглэх"
@@ -12448,7 +12461,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Онцгой эрх %s -ыг хүчингүй болголоо."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12471,96 +12484,96 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Хэрэглэгчдийн хандсан нь \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Харц %s нь устгагдсан"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Хэрэглэгч"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Хандив"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Хэрэглэгч олдсонгүй."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Дурын"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Өгөгдлийн сангийн эрх"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "загвар"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Өгөгдлийн сангийн эрх"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Онцгой эрхүүдийг засах"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Хүчингүй"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Дараагийн мөрийг засах"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… хуучныг үлдээх."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… хэрэглэгчийн хүснэгтүүдээс устгах."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… хуучнаас бүх онцгой эрхийг хүчингүй болгоод дараа нь устга."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12568,128 +12581,128 @@ msgstr ""
"… хэрэглэгчийн хүснэгтүүдээс нэгийг устгаад дараа нь онцгой эрхийг дахин "
"дууд."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Адил онцгой эрхтэй хэрэглэгч үүсгэх ба …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Онцгой эрх, баганын эрх"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Дараах өгөгдлийн санд онцгой эрх нэмэх"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Дараах хүснэгтэд онцгой эрх нэмэх"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Сонгогдсон хэрэглэгчдийг хасах"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй "
"болгох."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Хэрэглэгчтэй адил нэртэй өгөгдлийн санг устгах."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Устгахаар хэрэглэгч сонгогдсонгүй!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Онцгой эрхийг дахин дуудаж байна"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Сонгогдсон хэрэглэгч устгагдлаа."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, fuzzy, php-format
msgid "You have updated the privileges for %s."
msgstr "Онцгой эрх шинэчлэгдлээ"
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s-г устгаж байна"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Онцгой эрхүүд дахин дуудагдлаа."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Хэрэглэгч %s оршин байна!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Онцгой эрхүүд"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Онцгой эрхүүдийг засах"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "User overview"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Тэмдэглэл: phpMyAdmin нь MySQL-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн "
"онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн "
"агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин "
"дуудаж%s үргэлжлүүлнэ үү."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Сонгогдсон хэрэглэгч онцгой эрхийн хүснэгтэд алга байна."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Шинэ хэрэглэгч нэмэгдлээ."
@@ -14712,14 +14725,6 @@ msgstr ""
msgid "Delete version"
msgstr "Холбоог устгах"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "идэвхитэй"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "идэвхигүй"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14850,13 +14855,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not save configuration"
msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15183,24 +15188,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Сонгогдсон мөргүй"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Сонгогдсон хэрэглэгч устгагдлаа."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Сонгогдсон мөргүй"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15609,8 +15614,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15742,8 +15747,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16457,6 +16462,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "ХИ. давхацсан холболтууд"
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "ӨС гаргах сонголтууд"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Энэ хүснэгтийн хөөлтийн өгөгдлийг устгах"
@@ -17208,8 +17218,8 @@ msgstr "ХИ. давхацсан холболтууд"
#~ "The additional features for working with linked tables have been "
#~ "deactivated. To find out why click %shere%s."
#~ msgstr ""
-#~ "Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд"
-#~ "%s дарж шалгах."
+#~ "Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%"
+#~ "s дарж шалгах."
#~ msgid "Ignore duplicate rows"
#~ msgstr "Давхардсан мөрүүдийг алгасах"
diff --git a/po/ms.po b/po/ms.po
index 5e14b336df..c6aaa3bc76 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-05 10:35+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Malay \n"
-"Language: ms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ms\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -95,7 +95,7 @@ msgstr "Pangkalan data %1$s telah dijana."
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr "Utama"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Tidak"
@@ -209,16 +209,16 @@ msgstr "Tidak"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ya"
@@ -270,15 +270,15 @@ msgstr ""
"Kunfigurasi simpanan phpMyAdmin telah dinyahaktifkan. Untuk mengetahuinya "
"klik %shere%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Jadual"
@@ -387,13 +387,13 @@ msgstr "dikemaskini"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -406,7 +406,7 @@ msgstr "Aksi"
msgid "Show"
msgstr "Papar"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete"
msgid "Delete tracking"
@@ -426,16 +426,26 @@ msgstr "Laporan penjejak"
msgid "Structure snapshot"
msgstr "Paparan struktur"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "tidak aktif"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktif"
+
+#: db_tracking.php:277
#, fuzzy
msgid "Untracked tables"
msgstr "Jadual terlacak"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Kesan jadual"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Log Pangkalan Data"
@@ -565,7 +575,7 @@ msgid "Add geometry"
msgstr "Tambah geometri"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -587,9 +597,9 @@ msgstr "Tambah geometri"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -636,11 +646,11 @@ msgstr "Kemasukkan Selesai"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Anda mungkin cuba memuatnaik fail yang terlalu besar. Sila rujuk "
-"%sdocumentation%s untuk mengetahui had yang dibenarkan."
+"Anda mungkin cuba memuatnaik fail yang terlalu besar. Sila rujuk %"
+"sdocumentation%s untuk mengetahui had yang dibenarkan."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1372,12 +1382,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1909,18 +1919,18 @@ msgid "Show query box"
msgstr "kueri-SQL"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Ubah"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2183,7 +2193,7 @@ msgstr "Kandungan"
msgid "Ignore"
msgstr "Abai"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2199,7 +2209,7 @@ msgstr "Rentetan talian"
msgid "Polygon"
msgstr "Poligon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometri"
@@ -2356,10 +2366,10 @@ msgstr "Nama Kolum"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Papar semua"
@@ -2470,7 +2480,7 @@ msgstr "Indeks"
msgid "Show hidden navigation tree items."
msgstr "Papar grid"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Indexes"
@@ -2539,7 +2549,7 @@ msgstr ""
msgid "up to date"
msgstr "Tiada pangkalan data"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3019,8 +3029,8 @@ msgid "Requery"
msgstr "pada kueri"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3029,16 +3039,16 @@ msgid "Delete"
msgstr "Padam"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3119,7 +3129,7 @@ msgid "History"
msgstr "Melangkau Pengesahan SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3164,7 +3174,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3218,9 +3228,9 @@ msgstr "kueri-SQL"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3229,9 +3239,9 @@ msgstr ""
msgid "Ascending"
msgstr "Menaik"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3446,30 +3456,30 @@ msgstr "Di dalam jadual:"
msgid "Inside column:"
msgstr "Di dalam kolum:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Tambah/Padam Kolum Medan"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Medan"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Cari di pangkalan data"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3477,7 +3487,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Mula"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3486,7 +3496,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Terdahulu"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3495,7 +3505,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Berikut"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3503,85 +3513,85 @@ msgctxt "Last page"
msgid "End"
msgstr "Tamat"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Semua"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "Bilangan baris per halaman"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Sebahagian Teks"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Teks Penuh"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Skema Hubungan"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Skema Hubungan"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
msgid "Hide browser transformation"
msgstr "Informasi MasaJana"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Baris telah dipadam"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Bunuh"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3590,45 +3600,45 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "Kueri-SQL anda telah dilaksanakan dengan jaya"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Papar baris"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "jumlah"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Dengan pilihan:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3636,50 +3646,52 @@ msgstr "Dengan pilihan:"
msgid "Check All"
msgstr "Tanda Semua"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Ubah"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksport"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Paparan Cetak"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Papar Skema PDF"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3845,7 +3857,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Pelayan"
@@ -3905,9 +3917,9 @@ msgstr "Selit"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilej"
@@ -3971,7 +3983,7 @@ msgstr "Tambah/Padam Kolum Medan"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "pangkalan data"
@@ -4092,7 +4104,7 @@ msgid "Recent"
msgstr "Ulangtetap"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4545,14 +4557,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4807,7 +4819,7 @@ msgstr ""
msgid "MySQL said: "
msgstr "MySQL berkata: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Terangkan Kod SQL"
@@ -4819,7 +4831,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr "Tanpa Kod PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Cipta Kod PHP"
@@ -5354,7 +5366,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6501,7 +6513,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6565,1011 +6577,1013 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Papar grid"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Table of contents"
msgid "Show logo in navigation panel."
msgstr "Kandungan"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-msgid "Disable database expansion"
-msgstr "Statistik pangkalan data"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table of contents"
+msgid "Enable navigation tree expansion"
+msgstr "Kandungan"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used tables"
msgstr "Analyze table"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Alter table order by"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table of contents"
msgid "Table navigation bar"
msgstr "Kandungan"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Tukarnama jadual ke"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Kekunci utama telah ditambah pada %s"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Skema Hubungan"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Statistik pangkalan data"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Nilai Sessi"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Documentation"
msgid "Authentication method to use."
msgstr "Dokumentasi"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Tidak boleh log-masuk ke server MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Hubungan"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Sebarang hos"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Sebarang hos"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Tiada pangkalan data"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "Pilihan Pelayan"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Tambah/Padam Kolum Medan"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Jangan tukar katalaluan"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "Pangkalan Data"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "Pilihan Pelayan"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Analyze table"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Pemboleh-pembolehubah"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Baiki jadual"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Pilihan Pelayan"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr "Limits the number of new connections the user may open per hour."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Memaparkan Komen Kolum"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Penyataan"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
msgid "Automatically create versions"
msgstr "Versi Pelayan"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Guna Jadual"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Papar maklumat PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "Papar jadual"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Papar grid"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "kueri-SQL"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "Statistik Baris"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Tambah/Padam Kolum Medan"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "Asal"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7577,52 +7591,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7630,74 +7644,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Namapengguna:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Katalaluan"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "Pilihan Pelayan"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Modifications have been saved"
msgid "Enable Zero Configuration mode"
@@ -8181,8 +8195,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8693,8 +8707,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9858,8 +9872,8 @@ msgstr "Selamat Datang ke %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11093,7 +11107,7 @@ msgstr "Kata Pengenalan"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Katalaluan"
@@ -11125,8 +11139,8 @@ msgstr "Pelayan"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Hos"
@@ -11961,7 +11975,7 @@ msgstr "Tiada"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11999,14 +12013,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12017,7 +12031,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
#, fuzzy
msgid "Global privileges"
msgstr "Tiada Privilej"
@@ -12029,7 +12043,7 @@ msgid "Global"
msgstr "Nilai Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -12047,14 +12061,14 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
#, fuzzy
msgid "Login Information"
msgstr "Informasi MasaJana"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -12079,7 +12093,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Anda telah menarikbalik privilej Keistimewaan untuk %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12102,207 +12116,207 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
msgid "User has been added."
msgstr "Medan %s telah digugurkan"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Pengguna"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
#, fuzzy
msgid "Grant"
msgstr "Cetak"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Tiada pengguna dijumpai."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Sebarang"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Ubah Privilej"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "TarikBalik"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Anda telah mengemaskini privilej bagi %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilej"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Ubah Privilej"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Anda telah menambah pengguna baru."
@@ -14236,14 +14250,6 @@ msgstr ""
msgid "Delete version"
msgstr "Versi Pelayan"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktif"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "tidak aktif"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14373,11 +14379,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14702,24 +14708,24 @@ msgstr[0] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "angkalan data %s telah digugurkan."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "With selected:"
msgid "No versions selected."
msgstr "Dengan pilihan:"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15109,8 +15115,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15236,8 +15242,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15892,6 +15898,10 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~ msgid "Disable database expansion"
+#~ msgstr "Statistik pangkalan data"
+
#, fuzzy
#~ msgid "Delete tracking data for this table"
#~ msgstr "Padam mengesan data untuk jadual ini"
diff --git a/po/nb.po b/po/nb.po
index 8cbb94336d..5d2d2be18d 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-29 16:02+0200\n"
"Last-Translator: Christoffer Haugom \n"
"Language-Team: Norwegian Bokmål \n"
-"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: nb\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -92,7 +92,7 @@ msgstr "Kolonne"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Primær"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nei"
@@ -206,16 +206,16 @@ msgstr "Nei"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ja"
@@ -266,15 +266,15 @@ msgstr ""
"phpMyAdmin konfigurasjonslager har blitt deaktivert. Klikk %sher%s for å se "
"hvorfor."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabell"
@@ -376,13 +376,13 @@ msgstr "Oppdatert"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -395,7 +395,7 @@ msgstr "Handling"
msgid "Show"
msgstr "Vis"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -415,15 +415,25 @@ msgstr "Overvåkningsrapport"
msgid "Structure snapshot"
msgstr "Struktur-øyeblikksbilde"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "inaktiv"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktiv"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Ikke overvåkede tabeller"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Overvåk tabell"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Databaselogg"
@@ -546,7 +556,7 @@ msgid "Add geometry"
msgstr "Legg til geometri"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -568,9 +578,9 @@ msgstr "Legg til geometri"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -611,11 +621,11 @@ msgstr "Ufullstendige parametre"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Du forsøkte sannsynligvis å laste opp en fil som var for stor. Sjekk "
-"%sdokumentasjonen%s for måter å omgå denne begrensningen på."
+"Du forsøkte sannsynligvis å laste opp en fil som var for stor. Sjekk %"
+"sdokumentasjonen%s for måter å omgå denne begrensningen på."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1329,12 +1339,12 @@ msgstr "Legg graf til grid"
msgid "Please add at least one variable to the series!"
msgstr "Legg minst én variabel til serien!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1837,18 +1847,18 @@ msgid "Show query box"
msgstr "Vis spørringsboks"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Rediger"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d er ikke et gyldig radnummer."
@@ -2104,7 +2114,7 @@ msgstr "Datapunktinnhold"
msgid "Ignore"
msgstr "Ignorer"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopier"
@@ -2120,7 +2130,7 @@ msgstr "Linjestreng"
msgid "Polygon"
msgstr "Polygon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometri"
@@ -2284,10 +2294,10 @@ msgstr "Dobbelklikk for å kopiere kolonnenavn."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Klikk pilen som peker ned
for å bytte på kolonnens synlighet."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Vis alle"
@@ -2390,7 +2400,7 @@ msgstr "Skjul panel"
msgid "Show hidden navigation tree items."
msgstr "Vis skjulte elementer i navigasjonstreet."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2464,7 +2474,7 @@ msgstr ", siste tilgjengelige versjon:"
msgid "up to date"
msgstr "er oppdatert"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Opprett view"
@@ -2892,8 +2902,8 @@ msgid "Requery"
msgstr "i spørring"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2902,16 +2912,16 @@ msgid "Delete"
msgstr "Slett"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2997,7 +3007,7 @@ msgid "History"
msgstr "SQL-historie"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3043,7 +3053,7 @@ msgid "During current session"
msgstr "Hopp over nåværende feil"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3097,9 +3107,9 @@ msgstr "SQL spørringshistorietabell"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3108,9 +3118,9 @@ msgstr ""
msgid "Ascending"
msgstr "Stigende"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3306,162 +3316,162 @@ msgstr "I tabellene:"
msgid "Inside column:"
msgstr "I kolonne:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Lagre redigerte data"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Tilbakestill kolonnerekkefølge"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filter rader"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Søk i denne tabellen"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Start"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Forrige"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Neste"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Siste"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Alle"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Antall rader:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sorter etter nøkkel"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Delvise tekster"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Hele tekster"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relasjonsnøkkel"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relasjonsvisningskolonne"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Vis binært innhold"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Vis BLOB innhold"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Skjul nettlesertransformasjon"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Velkjent Tekst"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Velkjent Binær"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Raden er slettet."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Avslutt"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Kan være unøyaktig. Se [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Kommandoen/spørringen er utført."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "Denne visningen har minst dette antall rader. Sjekk %sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Viser radene %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d total, %2$d i spørring"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d totalt"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Spørring tok %01.4f sekunder."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Med avkrysset:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3469,48 +3479,50 @@ msgstr "Med avkrysset:"
msgid "Check All"
msgstr "Merk alle"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Endre"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksporter"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Spørringsresultatshandlinger"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Utskriftsvennlig forhåndsvisning"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Forhåndsvisning (med all tekst)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Vis diagram"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualiser GIS data"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link ikke funnet!"
@@ -3571,8 +3583,8 @@ msgstr "Ukjent feil oppstod under filopplastingen."
#: libraries/File.class.php:461
msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]."
msgstr ""
-"Feil oppstod under forsøk på flytting av den opplastede filen, se "
-"[doc@faq1-11]FAQ 1.11[/doc]."
+"Feil oppstod under forsøk på flytting av den opplastede filen, se [doc@faq1-"
+"11]FAQ 1.11[/doc]."
#: libraries/File.class.php:479
msgid "Error while moving uploaded file."
@@ -3680,7 +3692,7 @@ msgstr ""
"fjernes."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Tjener"
@@ -3740,9 +3752,9 @@ msgstr "Sett inn"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegier"
@@ -3806,7 +3818,7 @@ msgstr "CHAR textarea kolonner"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databaser"
@@ -3914,7 +3926,7 @@ msgid "Recent"
msgstr "Nylige"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Favorittabeller"
@@ -4357,16 +4369,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Et lite flyttall, tillatte verdier er fra -3,402823466E+38 til "
-"-1,175494351E-38, 0, og fra 1,175494351E-38 til 3,402823466E+38"
+"Et lite flyttall, tillatte verdier er fra -3,402823466E+38 til -1,175494351E-"
+"38, 0, og fra 1,175494351E-38 til 3,402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Et dobbelt presisjons flyttall, tillatte verdier er fra -1,7976931348623157E"
@@ -4655,7 +4667,7 @@ msgstr "Maksimum størrelse: %s%s"
msgid "MySQL said: "
msgstr "MySQL sa: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Forklar SQL"
@@ -4667,7 +4679,7 @@ msgstr "Ikke forklar SQL"
msgid "Without PHP Code"
msgstr "uten PHP kode"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Lag PHP kode"
@@ -5197,7 +5209,7 @@ msgid "Set value: %s"
msgstr "Sett verdi: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Gjennopprett standard verdi"
@@ -5352,8 +5364,8 @@ msgid ""
"of users, including you, are connected to."
msgstr ""
"Hvis du føler at dette er nødvending, så bruk ekstra "
-"beskyttelsesinnstillinger - [a@?page=servers&mode=edit&id="
-"%1$d#tab_Server_config]vertsautentisering[/a] innstillinger og [a@?"
+"beskyttelsesinnstillinger - [a@?page=servers&mode=edit&id=%1"
+"$d#tab_Server_config]vertsautentisering[/a] innstillinger og [a@?"
"page=form&formset=features#tab_Security]godkjente mellomlagerliste[/a]. "
"Merk at IP-basert beskyttelse ikke er så god hvis din IP tilhører en "
"Internettilbyder som har tusenvis av brukere, inkludert deg, tilknyttet."
@@ -6599,7 +6611,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maks lengde SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Brukere kan ikke angi en høyere verdi"
@@ -6683,37 +6695,37 @@ msgstr "Minnetak"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Vis skjulte elementer i navigasjonstreet."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Vis logo i venstre ramme"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Vis logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logo link URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6725,31 +6737,31 @@ msgstr ""
"Åpne den linkede siden i hovedvinduet ([kbd]main[/kbd]) eller i en ny en "
"([kbd]new[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logo link mål"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, 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"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Vis tjenerutvalg"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Mål for hurtigtilgangsikon"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Mål for hurtigtilgangsikon"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6757,15 +6769,15 @@ msgstr ""
"Angi minste antall elementer (tabeller, views, rutiner og hendelser) som "
"skal vises i en filterboks."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minste antall elementer som kreves for å vise filterboksen"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Minste antall databaser som skal vises i database-filterboksen"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -6777,112 +6789,113 @@ msgstr ""
"Kun i hurtigversjon; vis databaser i et tre (bestemmes av skilletegnet "
"definert nedenfor)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, 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"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Database treskilletegn"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, 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"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Tabelltreseparator"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maks tabelltredybde"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Uthev tjener under musmarkøren"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Aktiver utheving"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Vis databaser som en liste"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Tabellbasert navigasjonsområde"
+
+#: libraries/config/messages.inc.php:468
+#, 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"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, 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"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Sist brukte tabeller"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "Disse er Rediger-, kopi- og slettelenker"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Hvor tabell-lenkene skal vises"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, 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"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Normal rekkefølge"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, 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"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Tabellbasert navigasjonsområde"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, 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"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip utbuffring"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6894,21 +6907,21 @@ msgstr ""
"[kbd]SMART[/kbd] - dvs. synkende rekkefølge for felter av typen TIME, DATE, "
"DATETIME og TIMESTAMP, ellers stigende rekkefølge"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Standard sorteringsrekkefølge"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Bruk vedvarende forbindelser til MySQL databasen"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Vedvarende forbindelser"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6922,11 +6935,11 @@ msgstr ""
"Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen "
"påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Mangler phpMyAdmin konfigurasjonslagertabeller"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6938,11 +6951,11 @@ msgstr ""
"Slå av forvalgt advarsel som blir vist hvis mcrypt mangler ved "
"informasjonskapsel autentisering"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6955,27 +6968,27 @@ msgstr ""
"Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen "
"påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Hvordan menyfanene vises"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Ikke tillat redigering av BLOB- eller BINARY-kolonner."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Beskytt binære kolonner"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6985,53 +6998,53 @@ msgstr ""
"konfigurasjonslagring). Hvis avslått vil historikken mistes når vinduet "
"lukkes, fordi det da brukes JS-rutiner vise den."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Permanent spørringshistorie"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Hvor mange spørringer lagres"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Spørringshistorielengde"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, 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"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Rekodingsmotor"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, 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"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Husk tabellens sortering"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Standard sorteringsrekkefølge"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -7039,91 +7052,91 @@ msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr "Gjenta topptekst hver n. rad; [kbd]0[/kbd] deaktiverer funksjonen"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Gjenta topptekst"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Relasjonsvisningskolonne"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Tjenervisningsinnstillinger"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Rutenett - redigering: Lagre alle redigerte celler på en gang"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, 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"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Lagringsmappe"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "La stå tom hvis ikke brukt"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Rekkefølge for vertsautorisering"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "La stå tom for standard"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regler for vertsautorisering"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Tillat innlogging uten passord"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Tillat innlogging som root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Økts verdi"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -7137,21 +7150,21 @@ msgstr ""
"Stien til konfigfila for [a@http://swekey.com]SweKey hardware authentication"
"[/a] (ikke lokalisert i din dokumentrot; foreslått: /etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey config fil"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Autentiseringsmetode som skal brukes"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Autentiseringstype"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -7159,11 +7172,11 @@ msgstr ""
"La stå tom å slå av [a@http://wiki.phpmyadmin.net/pma/bookmark]bokmerke[/a]"
"forslag: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Bokmerketabell"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -7175,35 +7188,35 @@ msgstr ""
"La stå tom for ingen kolonnekommentarer/mime typer, anbefalt: [kbd]"
"pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Kolonneinformasjonstabell"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Komprimer tilkoblingen til MySQL tjeneren"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Komprimer tilkobling"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Hvordan koble til tjener, behold [kbd]tcp[/kbd] hvis usikker"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tilkoblingstype"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Kontrollbrukerpassord"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7217,11 +7230,11 @@ msgstr ""
"informasjon tilgjengelig på [a@http://wiki.phpmyadmin.net/pma/controluser]"
"wiki[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontrollbruker"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7233,11 +7246,11 @@ msgstr ""
"En alternativ vert til å holde konfigurasjonslageret; la være tom for å "
"bruke den allerede definerte verten"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrollvert"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7250,19 +7263,19 @@ msgstr ""
"En alternativ vert til å holde konfigurasjonslageret; la være tom for å "
"bruke den allerede definerte verten"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "Kontrollvert"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Skjul databaser som matcher regular expression (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7270,15 +7283,15 @@ msgstr ""
"Mer informasjon på [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] og [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Slå av bruk av INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Skul databaser"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7289,25 +7302,25 @@ msgid ""
msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL spørringshistorietabell"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "Vertsnavn hvor MySQL tjeneren kjører"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Tjenervertsnavn"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Logg ut URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -7319,17 +7332,17 @@ msgstr ""
"Begrenser antall tabellpreferanser som blir lagret i databasen, de eldste "
"postene blir automatisk slettet"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maksimalt antall tabellpreferanser som lagres"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Se slavestatustabell"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7339,13 +7352,13 @@ msgid ""
msgstr ""
"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Central columns table"
msgstr "CHAR textarea kolonner"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7356,17 +7369,17 @@ msgid ""
msgstr ""
"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Forsøk å koble til uten passord"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Koble til uten passord"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| "You can use MySQL wildcard characters (% and _), escape them if you want "
@@ -7385,21 +7398,21 @@ msgstr ""
"å bruke dem som vanlige karakterer, f.eks. bruk [kbd]'my\\_db'[/kbd] og ikke "
"[kbd]'my_db'[/kbd] for å vise et understrek tegn."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Vis kun opplistede databaser"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, 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"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Passord for config autentisering"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7408,11 +7421,11 @@ msgid ""
msgstr ""
"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF schema: sidetabell"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7427,22 +7440,22 @@ msgstr ""
"wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for komplett informasjon. La stå "
"blank for å slå av. Anbefalt: [kbd]phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Ddatabasenavn"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Tjenerport"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]"
@@ -7452,11 +7465,11 @@ msgid ""
msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Nylig brukt tabell"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]"
@@ -7466,13 +7479,13 @@ msgid ""
msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Favorittabeller"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7484,11 +7497,11 @@ msgstr ""
"La stå tom for ingen [a@http://wiki.phpmyadmin.net/pma/relation]relasjonslink"
"[/a]støtte, anbefalt: [kbd]pma_relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relasjonstabell"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7500,35 +7513,35 @@ msgstr ""
"Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/"
"a] for et eksempel"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon sesjonsnavn"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Innloggingslink"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Tjenersokkel"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, 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"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Bruk SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7539,13 +7552,13 @@ msgid ""
msgstr ""
"La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF schema: tabellkoordinater"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7557,11 +7570,11 @@ msgstr ""
"Tabell for beskrivelse av visningskolonner, la stå tom for ingen støtte; "
"anbefalt: [kbd]pma_table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Visningskolonnetabell"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]"
@@ -7571,11 +7584,11 @@ msgid ""
msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabell for UI preferanser"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7583,11 +7596,11 @@ msgstr ""
"Om en DROP DATABASE IF EXISTS spørring skal bli lagt til som første linje i "
"loggen når oppretter en database."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Legg til DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7595,11 +7608,11 @@ msgstr ""
"Om en DROP TABLE IF EXISTS spørring vil bli lagt til som første linje til "
"loggen når oppretter en tabell."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Legg til DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7607,20 +7620,20 @@ msgstr ""
"Om en DROP VIEW IF EXISTS spørring vil bli lagt til som første linje i "
"loggen når opprettes en visning."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Legg til DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Definerer lista med spørringer autoopprettinga bruker for nye versjoner."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Spørringer som skal spores"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7631,11 +7644,11 @@ msgid ""
msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL spørringssporingstabell"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7643,11 +7656,11 @@ msgstr ""
"Om sporingsmekanismen oppretter versjoner for tabeller og visninger "
"automatisk."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automatisk opprette versjoner"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]"
@@ -7657,37 +7670,37 @@ msgid ""
msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabell for lagring av brukerpreferanser"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Bruk tabeller"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Vis vert tabell"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]"
@@ -7697,15 +7710,15 @@ msgid ""
msgstr ""
"La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Bruker for config autentisering"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7713,21 +7726,21 @@ msgstr ""
"En brukervennlig beskrivelse av denne tjeneren. La stå tom for visning av "
"vertsnavn istedet."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Fult navn for denne tjeneren"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Tillat visning av alle rader"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7743,75 +7756,75 @@ msgstr ""
"autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette "
"begrenser ikke muligheten til å utføre samme kommando direkte"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Vis passordendringsskjema"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Vis opprett database skjema"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show versions"
msgid "Show Creation timestamp"
msgstr "Vis versjoner"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
#| msgid "Show master status"
msgid "Show Last check timestamp"
msgstr "Vis masterstatus"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Vis felttyper"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, 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"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Vis funksjonsfelter"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "Om hint skal vises eller ikke"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Vis hint"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7823,15 +7836,15 @@ msgstr ""
"Vis link til [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"resultat"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Vis phpinfo() link"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Vis detaljert MySQL tjenerinformasjon"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7839,32 +7852,32 @@ msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Definer om SQL spørringer generert av phpMyAdmin skal vises"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Vis SQL spørringer"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "Hide query box"
msgid "Retain query box"
msgstr "Skjul spørringsboks"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "Tillat visning av database og tabellstatistikk (f.eks. lagringsbruk)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Vis statistikk"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7873,21 +7886,21 @@ msgid ""
msgstr ""
"Merk tabeller i bruk og gjør det mulig å vise databaser med låste tabeller"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Ignorer låste tabeller"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "En advarsel vises på hovedsiden dersom Suhosin er oppdaget"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7901,65 +7914,65 @@ msgstr ""
"Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen "
"påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Innloggings cookie gyldighet"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Textarea columns"
msgstr "CHAR textarea kolonner"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
#, fuzzy
#| msgid "CHAR textarea rows"
msgid "Textarea rows"
msgstr "CHAR textarea rader"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, 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"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, 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"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Forvalgt tittel"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, 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"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, 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"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -7977,56 +7990,56 @@ msgstr ""
"Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Liste over godkjente mellomlager for IP allow/deny"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, 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"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Opplastingsmappe"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, 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"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Bruk databasesøk"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Sjekk for siste versjon"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versjonskontroll"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -8034,34 +8047,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Brukernavn"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Passord"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -8073,43 +8086,43 @@ msgstr ""
"Slå på [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-"
"komprimering for import og eksportoperasjoner"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Tjenerport"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8586,8 +8599,8 @@ msgstr ", @TABLE@ vil bli tabellnavnet"
#| "will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Denne verdien blir tolket slik som %1$sstrftime%2$s, så du kan bruke "
"tidformateringsstrenger. I tillegg vil følgende transformasjoner skje: %3$s. "
@@ -9149,8 +9162,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10341,8 +10354,8 @@ msgstr "Velkommen til %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør "
"kanskje bruke %1$ssetup script%2$s for å opprette en."
@@ -11694,7 +11707,7 @@ msgstr "Brukernavn"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Passord"
@@ -11726,8 +11739,8 @@ msgstr "Tjener ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Vert"
@@ -12633,7 +12646,7 @@ msgstr "Ingen"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12672,14 +12685,14 @@ msgstr "Begrens antall samtidige tilkoblinger brukeren kan ha."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabell-spesifikke privilegier"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12690,7 +12703,7 @@ msgid "Administration"
msgstr "Administrasjon"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globale privilegier"
@@ -12701,7 +12714,7 @@ msgid "Global"
msgstr "global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Databasespesifikke privilegier"
@@ -12721,13 +12734,13 @@ msgstr ""
"privilegietabellene."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Innlogingsinformasjon"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Bruk tekstfelt"
@@ -12752,7 +12765,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Du har fjernet privilegiene til %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Legg til bruker"
@@ -12773,221 +12786,221 @@ msgstr "Gi alle rettigheter på jokertegnavn (username\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Gi alle privilegier for databasen \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Brukere som har adgang til \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Visningen %s har blitt slettet"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Bruker"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Rettighet"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Ingen bruker(e) funnet."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Alle"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "databasespesifikk"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "jokertegn"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "databasespesifikk"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Rediger privilegier"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Tilbakekall"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Rediger tjener"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… behold den gamle."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… slett den gamle fra brukertabellene."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… tilbakekall alle aktive privilegier fra den gamle og slett den etterpå."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… slett den gamle fra brukertabellene og deretter oppfrisk privilegiene."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Endre innloggingsinformasjon / kopiere bruker"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Opprett ny bruker med de samme privilegier og …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Kolonne-spesifikke privilegier"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Legg til privilegier til følgende database"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "Jokertegnene _ og % må beskyttes med en \\ for å bruke dem direkte."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Legg til privilegier til følgende tabell"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Fjern valgte brukere"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Tilbakekall alle aktive privilegier fra brukerne og slett dem etterpå."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Slett databasene som har det samme navnet som brukerne."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Ingen brukere merket for sletting!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Oppfrisker privilegiene"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "De valgte brukerne har blitt slettet."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Du har oppdatert privilegiene til %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Sletter %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Oppfriskingen av privilegiene lyktes."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Brukeren %s finnes fra før!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegier"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Rediger privilegier"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Brukeroversikt"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Merk: phpMyAdmin får brukerprivilegiene direkte fra MySQL "
"privilegietabeller. Innholdet i disse tabellene kan være forskjellig fra de "
"privilegiene tjeneren bruker hvis det er utført manuelle endringer på den. I "
"så fall bør du %soppfriske privilegiene%s før du fortsetter."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Den valgte brukeren ble ikke funnet i privilegietabellen."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Du har lagt til en ny bruker."
@@ -15120,14 +15133,6 @@ msgstr "Deaktiver nå"
msgid "Delete version"
msgstr "Opprett versjon"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktiv"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "inaktiv"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Overvåkingsspørringer"
@@ -15266,11 +15271,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Kunne ikke lagre konfigurasjonen"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15620,25 +15625,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Ingen rader valgt"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking of %s.%s is activated."
msgid "Tracking of %s is activated."
msgstr "Overvåkning av %s.%s er aktivert."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "De valgte brukerne har blitt slettet."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Ingen rader valgt"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL spørringer utført."
@@ -16050,8 +16055,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -16186,8 +16191,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16917,6 +16922,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert er satt til 0"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Vis databaser som en liste"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Slett overvåkningsdata for denne tabellen"
@@ -17394,8 +17404,8 @@ msgstr "concurrent_insert er satt til 0"
#~ "For a list of available transformation options and their MIME type "
#~ "transformations, click on %stransformation descriptions%s"
#~ msgstr ""
-#~ "For en liste over tilgjengelige transformasjonsvalg, klikk på "
-#~ "%stransformasjonsbeskrivelser%s"
+#~ "For en liste over tilgjengelige transformasjonsvalg, klikk på %"
+#~ "stransformasjonsbeskrivelser%s"
#~ msgid "SQL command to fetch available databases"
#~ msgstr "SQL kommando for å hente liste over databaser"
@@ -17880,8 +17890,8 @@ msgstr "concurrent_insert er satt til 0"
#~ msgid ""
#~ "Are you sure you want to disable all BLOB references for database %s?"
#~ msgstr ""
-#~ "Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen "
-#~ "%s?"
+#~ "Er du sikker på at du ønsker å slå av alle BLOB referanser for databasen %"
+#~ "s?"
#, fuzzy
#~ msgid "Unknown error while uploading."
diff --git a/po/ne.po b/po/ne.po
index a6126b2c7f..b84e978aa1 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-08-26 15:28+0200\n"
"Last-Translator: Nabin Ghimire \n"
"Language-Team: Nepali \n"
-"Language: ne\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ne\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.10-dev\n"
@@ -96,7 +96,7 @@ msgstr "स्तम्भ"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -181,16 +181,16 @@ msgstr "प्राथमिक"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "छैन"
@@ -210,16 +210,16 @@ msgstr "छैन"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "हो/छ"
@@ -264,15 +264,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmin कन्फिगरेसन भण्डारण निष्क्रिय भएको छ। %s किन हो जान्नुहोस %s ।"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "टेबल"
@@ -369,13 +369,13 @@ msgstr ""
msgid "Status"
msgstr "स्थिति"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -388,7 +388,7 @@ msgstr "कार्य"
msgid "Show"
msgstr "देखाउनुहोस्"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Delete tracking"
@@ -410,17 +410,27 @@ msgstr "Tracking रिपोर्ट"
msgid "Structure snapshot"
msgstr "संरचना स्न्यापसट"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "सक्रिय छैन"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "सक्रिय"
+
+#: db_tracking.php:277
#, fuzzy
msgid "Untracked tables"
msgstr "Untracked तालिकाहरू हेर्नुहोस्"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
#, fuzzy
msgid "Track table"
msgstr "ट्रैक तालिका"
-#: db_tracking.php:325
+#: db_tracking.php:347
#, fuzzy
msgid "Database Log"
msgstr "तथ्याङ्क प्रवेश"
@@ -543,7 +553,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -565,9 +575,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -604,8 +614,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1256,12 +1266,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1738,18 +1748,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1982,7 +1992,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1998,7 +2008,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2137,10 +2147,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2232,7 +2242,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2294,7 +2304,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2708,8 +2718,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2718,16 +2728,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2797,7 +2807,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2838,7 +2848,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2880,9 +2890,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2891,9 +2901,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3086,160 +3096,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3247,48 +3257,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3446,7 +3458,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3506,9 +3518,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3570,7 +3582,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3678,7 +3690,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4090,14 +4102,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4345,7 +4357,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4357,7 +4369,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4853,7 +4865,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5937,7 +5949,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6001,951 +6013,952 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "%s table"
#| msgid_plural "%s tables"
msgid "Favorites table"
msgstr "%s टेबल"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6953,52 +6966,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7006,70 +7019,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7482,8 +7495,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7965,8 +7978,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9059,8 +9072,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10191,7 +10204,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10221,8 +10234,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -10991,7 +11004,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11028,14 +11041,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11044,7 +11057,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11053,7 +11066,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11071,13 +11084,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11102,7 +11115,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11123,200 +11136,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13058,14 +13071,6 @@ msgstr ""
msgid "Delete version"
msgstr "पछिल्लो संस्करण"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "सक्रिय"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "सक्रिय छैन"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13187,11 +13192,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13505,20 +13510,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13883,8 +13888,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14002,8 +14007,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/nl.po b/po/nl.po
index 13f97965c5..4f505fa400 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-12 19:11+0200\n"
"Last-Translator: dingo thirteen \n"
"Language-Team: Dutch \n"
-"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Kolom"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Primaire sleutel"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nee"
@@ -205,16 +205,16 @@ msgstr "Nee"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ja"
@@ -260,15 +260,15 @@ msgid ""
msgstr ""
"De configuratie-opslag van phpMyAdmin is uitgeschakeld. %sOntdek waarom%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabel"
@@ -367,13 +367,13 @@ msgstr "Bijgewerkt"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -386,7 +386,7 @@ msgstr "Actie"
msgid "Show"
msgstr "Toon"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Verwijder tracking"
@@ -404,15 +404,25 @@ msgstr "Tracking-rapport"
msgid "Structure snapshot"
msgstr "Structuur-snapshot"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "niet actief"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "ingeschakeld"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabellen zonder tracker"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Tabel tracken"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Database-log"
@@ -538,7 +548,7 @@ msgid "Add geometry"
msgstr "Geometrie toevoegen"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -560,9 +570,9 @@ msgstr "Geometrie toevoegen"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -601,11 +611,11 @@ msgstr "Onvolledige parameters"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"U probeerde waarschijnlijk een bestand te uploaden dat te groot is. Zie "
-"%sdocumentatie%s om deze limiet te omzeilen."
+"U probeerde waarschijnlijk een bestand te uploaden dat te groot is. Zie %"
+"sdocumentatie%s om deze limiet te omzeilen."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1305,12 +1315,12 @@ msgstr "Grafiek toevoegen aan raster"
msgid "Please add at least one variable to the series!"
msgstr "Voeg tenminste één variabele toe aan de reeks!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1813,18 +1823,18 @@ msgid "Show query box"
msgstr "SQL-queryveld tonen"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Wijzigen"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d is geen geldig rijnummer."
@@ -2072,7 +2082,7 @@ msgstr "Inhoud gegevenspunt"
msgid "Ignore"
msgstr "Negeren"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopiëren"
@@ -2088,7 +2098,7 @@ msgstr "Lijnstuk definitie"
msgid "Polygon"
msgstr "Polygoon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrie"
@@ -2237,10 +2247,10 @@ msgstr "Dubbelklik om kolomnaam te kopiëren."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Klik op het pijltje
om de zichtbaarheid van de kolom te wijzigen."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Toon alles"
@@ -2340,7 +2350,7 @@ msgstr "Paneel verbergen"
msgid "Show hidden navigation tree items."
msgstr "Verborgen navigatieboom onderdelen weergeven."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Verbinden met hoofdpaneel"
@@ -2404,7 +2414,7 @@ msgstr ", meest recente versie:"
msgid "up to date"
msgstr "Recent bijgewerkt"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "VIEW aanmaken"
@@ -2835,8 +2845,8 @@ msgid "Requery"
msgstr "Query opnieuw uitvoeren"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2845,16 +2855,16 @@ msgid "Delete"
msgstr "Verwijderen"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2924,7 +2934,7 @@ msgid "History"
msgstr "Geschiedenis"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2965,7 +2975,7 @@ msgid "During current session"
msgstr "Tijdens de huidige sessie"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3007,9 +3017,9 @@ msgstr "Query geschiedenis aan begin weergeven"
msgid "Show current browsing query"
msgstr "Toon huidige blader query"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3018,9 +3028,9 @@ msgstr "Toon huidige blader query"
msgid "Ascending"
msgstr "Oplopend"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3216,161 +3226,161 @@ msgstr "In de tabellen:"
msgid "Inside column:"
msgstr "In de kolom:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Sla aangepaste gegevens op"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Kolomvolgorde herstellen"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filter rijen"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Zoek in deze tabel"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Begin"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Vorige"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Volgende"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Einde"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Alle"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Aantal rijen:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sorteren op sleutel"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Gedeeltelijke teksten"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Volledige teksten"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relationele sleutel"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relationele weergave-kolom"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Toon binaire inhoud"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Toon BLOB-inhoud"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Browsertransformaties verbergen"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Goed bekende tekst"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Goed gekende binaire waarde"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "De regel werd verwijderd."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "stop proces"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Bij benadering. Zie [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Uw SQL-query is succesvol uitgevoerd."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Deze view heeft minimaal deze hoeveelheid aan rijen. Zie de %sdocumentatie%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Weergave van records %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d in totaal, %2$d in de query"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d totaal"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Query duurde %01.4f seconden."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Met geselecteerd:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3378,48 +3388,50 @@ msgstr "Met geselecteerd:"
msgid "Check All"
msgstr "Selecteer alles"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Veranderen"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exporteren"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Handelingen voor queryresultaat"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Afdrukken"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Afdrukken (met volledige teksten)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Grafiek weergeven"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "GIS-gegevens visualiseren"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link niet gevonden!"
@@ -3585,7 +3597,7 @@ msgstr ""
"verwijderd."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3645,9 +3657,9 @@ msgstr "Invoegen"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Rechten"
@@ -3709,7 +3721,7 @@ msgstr "Centrale kolommen"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databases"
@@ -3817,7 +3829,7 @@ msgid "Recent"
msgstr "Onlangs"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Favoriete tabellen"
@@ -4251,17 +4263,17 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Een klein getal met variabele kommapositie, toegelaten waarden zijn "
-"-3,402823466E+38 tot -1,175494351E-38, 0, en 1,175494351E-38 tot 3.402823466E"
+"Een klein getal met variabele kommapositie, toegelaten waarden zijn -"
+"3,402823466E+38 tot -1,175494351E-38, 0, en 1,175494351E-38 tot 3.402823466E"
"+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Een getal met variabele kommapositie met dubbel nauwkeurigheid, toegelaten "
@@ -4563,7 +4575,7 @@ msgstr "Maximale grootte: %s%s"
msgid "MySQL said: "
msgstr "MySQL meldt: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Verklaar SQL"
@@ -4575,7 +4587,7 @@ msgstr "Uitleg SQL overslaan"
msgid "Without PHP Code"
msgstr "zonder PHP-code"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Genereer PHP-code"
@@ -5086,7 +5098,7 @@ msgid "Set value: %s"
msgstr "Waarde instellen op: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Standaard waarde herstellen"
@@ -5228,8 +5240,8 @@ msgstr ""
"U gebruikt het [kbd]config[/kbd]-authenticatietype en heeft de te gebruiken "
"gebruikersnaam en wachtwoord hierbij opgegeven voor automatisch aanmelden. "
"Dit is niet aanbevolen voor productiesystemen gezien iemand die het URL van "
-"phpMyAdmin achterhaald direct toegang heeft. Gebruik het %sauthenticatietype"
-"%s [kbd]cookie[/kbd] of [kbd]http[/kbd]."
+"phpMyAdmin achterhaald direct toegang heeft. Gebruik het %sauthenticatietype%"
+"s [kbd]cookie[/kbd] of [kbd]http[/kbd]."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6287,7 +6299,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maximaal getoonde SQL-lengte"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Gebruiker kan geen hogere waarde instellen"
@@ -6360,32 +6372,32 @@ msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
"In het navigatiepanel, vervang de database boomstructuur door een selectie"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Geef databases navigatiescherm weer als boomstructuur"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
"Koppelen met hoofdpaneel door de huidige database of tabel te markeren."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Toon logo in navigatiepaneel."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Toon logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL waar het logo in het navigatiepaneel naar doorverwijst."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL voor de link van het logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6393,27 +6405,27 @@ msgstr ""
"Open de pagina in het hoofdvenster ([kbd]main[/kbd]) of in een nieuw venster "
"([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Linkbestemming van logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Toon serverkeuze bovenaan het navigatiepaneel."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Toon serverkeuze"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Doel van snel-icoon"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Doel van de tweede snelle toegang pictogram"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6421,15 +6433,15 @@ msgstr ""
"Het minimale aantal elementen (tabellen, views, routines en evenementen) "
"waarbij een filterveld wordt getoond."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minimale aantal elementen waarbij een filterveld wordt getoond"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Minimale aantal databases waarbij een filterveld wordt getoond"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6437,97 +6449,102 @@ msgstr ""
"Groepeer elementen in een boomstructuur (scheidingsteken zoals hieronder "
"aangegeven)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Groepeer elementen in de boomstructuur"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Tekenreeks die databasenamen opsplitst in verschillende niveaus."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Scheidingsteken database boomstructuur"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Tekenreeks die tabelnamen opsplitst in verschillende niveaus."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Scheidingsteken tabelboomstructuur"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maximum diepte tabelboomstructuur"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Server onder de muispijl markeren."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Markeren inschakelen"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Of databaseuitbreiding uitgeschakeld mag worden of niet."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Schakel databaseuitbreiding uit"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Navigatiebalk voor tabellen"
+
+#: libraries/config/messages.inc.php:468
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."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
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."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Recent gebruikte tabellen"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Dit zijn de links Bewerken, Kopiëren en Verwijderen."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Waar de tabelregellinks getoond worden"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
"Gebruik natuurlijke volgorde voor het sorteren van tabel- en databasenamen."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Natuurlijke volgorde"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Gebruik enkel iconen, enkel tekst of beide."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Navigatiebalk voor tabellen"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "GZip-uitvoerbuffering gebruiken voor het versnellen van HTTP-verkeer."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip-uitvoerbuffering"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6535,19 +6552,19 @@ msgstr ""
"[kbd]SMART[/kbd] - op aflopende volgorde voor kolommen van het type TIME, "
"DATE, DATETIME en TIMESTAMP, oplopend voor overige kolommen."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Standaard sorteervolgorde"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Gebruik persistente verbindingen voor MySQL-databases."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Persistente verbindingen"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6557,11 +6574,11 @@ msgstr ""
"databasedetails Structuur wanneer een benodigde tabel voor de configuratie-"
"opslag van phpMyAdmin niet gevonden kan worden."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Tabellen voor de configuratie-opslag van phpMyAdmin ontbreken"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6569,11 +6586,11 @@ msgstr ""
"Schakel de standaard waarschuwing uit als een verschil in versie tussen de "
"MySQL bibliotheek en die van de server gedetecteerd wordt."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Waarschuwing verschil server/bibliotheek"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6581,27 +6598,27 @@ msgstr ""
"De waarschuwing uitschakelen die getoond wordt op de Structuur pagina "
"wanneer kolomnamen in een tabel gereserveerde MySQL woorden zijn."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL gereserveerde woorden waarschuwing"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Hoe de menu-tabs te tonen"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Hoe de verschillende acties te tonen"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Blokkeer het bewerken van 'BLOB'- en 'BINARY'-kolommen."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Binaire kolommen beschermen"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6612,107 +6629,107 @@ msgstr ""
"uitgeschakeld, worden JS-routines gebruikt om querygeschiedenis te tonen "
"(deze gaat verloren bij het sluiten van het venster)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Permanente querygeschiedenis"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Hoeveel query's er worden bewaard in de geschiedenis."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Lengte querygeschiedenis"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
"Selecteer welke functies worden gebruikt om karaktersetconversies uit te "
"voeren."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Hercoderingsengine"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Bij het bekijken van tabellen, wordt de sorteervolgorde onthouden."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "De tabelsortering onthouden"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Standaard sorteervolgorde voor tabellen met een primaire sleutel."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Standaard sorteervolgorde voor primaire sleutels"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Kopregels herhalen"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Rasterbewerken: trigger actie"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Relationele weergave"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Voor weergaveopties"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Roosterbewerkingen : Alle wijzigingen aan cellen tegelijk opslaan"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Map op de server waar exports kunnen worden opgeslagen."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Opslagmap"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Laat dit veld leeg indien u het niet wenst te gebruiken."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Volgorde hostautorisatie"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Laat dit veld leeg om de standaardwaarde te gebruiken."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regels hostautorisatie"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Aanmelden zonder wachtwoord toestaan"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Aanmelden als root toestaan"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Sessie tijdzone"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
@@ -6720,15 +6737,15 @@ msgstr ""
"Stel de gebruikte tijdzone in; mogelijk is dat een andere dan die van je "
"database server"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6738,19 +6755,19 @@ msgstr ""
"hardware-authenticatie[/a] (niet binnen de documentrootmap van uw webserver; "
"suggestie: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey-configuratiebestand"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Authenticatiemethode."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Authenticatietype"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6758,11 +6775,11 @@ msgstr ""
"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/bookmark]"
"bladwijzers[/a] te gebruiken, suggestie: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Bladwijzertabel"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6770,31 +6787,31 @@ msgstr ""
"Laat dit veld leeg om geen kolomopmerkingen en mimetypes te ondersteunen, "
"suggestie: [kbd]pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabel voor kolominformatie"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Comprimeer verbinding naar de MySQL-server."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Comprimeer verbinding"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Hoe te verbinden met de server, gebruik [kbd]tcp[/kbd] bij twijfel."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Verbindingstype"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Controle gebruikerswachtwoord"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6802,11 +6819,11 @@ msgstr ""
"Een speciale MySQL-gebruiker met beperkte rechten, zie de [a@http://wiki."
"phpmyadmin.net/pma/controluser]wiki[/a] voor meer informatie."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Controle gebruiker"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6814,11 +6831,11 @@ msgstr ""
"Een alternatieve host voor de configuratie-opslag; laat leeg om de reeds "
"gedefinieerde host te gebruiken."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Controlehost"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6828,17 +6845,17 @@ msgstr ""
"laat leeg om de standaardpoort te gebruiken, of om de reeds gedefinieerde "
"poort te gebruiken als controlhost gelijk is aan host."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Controlepoort"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
"Verberg databases die aan de hier opgegeven reguliere expressie (PCRE) "
"voldoen."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6846,15 +6863,15 @@ msgstr ""
"Zie voor meer informatie: [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"PMA-bugtracker[/a] en [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Geen gebruik maken van INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Verberg databases"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6862,23 +6879,23 @@ msgstr ""
"Laat dit veld leeg om SQL-geschiedenis niet te ondersteunen, suggestie: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabel voor SQL-querygeschiedenis"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Hostnaam waar de MySQL-server bereikbaar is."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Serverhostnaam"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL voor afmelden"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6886,15 +6903,15 @@ msgstr ""
"Beperkt het aantal tabelvoorkeuren die opgeslagen zijn in de database, de "
"oudste worden automatisch verwijderd."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Het maximum aantal tabelvoorkeuren die opgeslagen worden"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Tabel met opgeslagen opzoekingen van 'Query door voorbeeld'"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6902,11 +6919,11 @@ msgstr ""
"Laat dit veld leeg om ondersteuning van 'Query door voorbeeld' opgeslagen "
"opzoekingen uit te schakelen, suggestie: [kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Centrale kolommen tabel"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6914,15 +6931,15 @@ msgstr ""
"Laat dit veld leeg om centrale kolommen tabel niet te ondersteunen, "
"suggestie: [kbd]pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Probeer te verbinden zonder wachtwoord."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Verbinden zonder wachtwoord"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6932,31 +6949,31 @@ msgstr ""
"een \\ indien u ze letterlijk wil gebruiken. Gebruik bijvoorbeeld [kbd]'mijn"
"\\_db'[/kbd] en niet [kbd]'mijn_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Toon enkel de opgesomde databases"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
"Laat dit veld leeg indien u geen gebruik maakt van 'config'-authenticatie."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Wachtwoord voor 'config'-authenticatie"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-schema: pagina's tabel"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6967,22 +6984,22 @@ msgstr ""
"informatie. Laat dit veld leeg om dit uit te schakelen, suggestie: [kbd]"
"phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Databasenaam"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Serverpoort"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6990,11 +7007,11 @@ msgstr ""
"Laat dit veld leeg om geen recent gebruikte tabellen op te slaan over "
"sessies heen, voorstel: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Recent gebruikte tabel"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -7002,11 +7019,11 @@ msgstr ""
"Laat dit veld leeg om geen veel gebruikte tabellen op te slaan over sessies "
"heen, voorstel: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Favorieten tabel"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7014,11 +7031,11 @@ msgstr ""
"Laat dit veld leeg om geen [a@http://wiki.phpmyadmin.net/pma/relation]"
"relation-links[/a] te ondersteunen, suggestie: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relatietabel"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7026,33 +7043,33 @@ msgstr ""
"Zie [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authenticatietypes[/"
"a] voor een voorbeeld."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon-sessienaam"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Signon-URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Serversocket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "SSL inschakelen voor de verbinding naar de MySQL-server."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL gebruiken"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7060,11 +7077,11 @@ msgstr ""
"Laat dit veld leeg om geen PDF-schema te ondersteunen, suggestie: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Ontwerper en PDF-schema: tabelcoördinaten"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7072,11 +7089,11 @@ msgstr ""
"De tabel om kolomomschrijvingen te definiëren, laat dit veld leeg om dit "
"niet te gebruiken; suggestie: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Tabel met kolomomschrijvingen"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7084,11 +7101,11 @@ msgstr ""
"Laat dit veld leeg om interfacevoorkeuren niet \"persistent\" op te slaan, "
"suggestie: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabel voor interfacevoorkeuren"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7096,11 +7113,11 @@ msgstr ""
"Of de opdracht DROP DATABASE IF EXISTS toegevoegd wordt als eerste regel van "
"de log als een database aangemaakt wordt."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE toevoegen"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7108,12 +7125,12 @@ msgstr ""
"Of een opdracht DROP TABLE IF EXISTS toegevoegd wordt als eerste regel van "
"de log als een tabel aangemaakt wordt."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE toevoegen"
# "statement" hier vertalen is geen goed idee.
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7121,21 +7138,21 @@ msgstr ""
"Of een opdracht DROP VIEW IF EXISTS als de eerste lijn toegevoegd zal worden "
"bij het aanmaken van een weergave of niet."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW toevoegen"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Bij te houden opdrachten"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7143,11 +7160,11 @@ msgstr ""
"Laat dit veld leeg om het opvolgen van SQL-query's niet te ondersteunen, "
"suggestie: [kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL-query-opvolgingstabel"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7155,11 +7172,11 @@ msgstr ""
"Of het opvolgsysteem versies voor tabellen en weergaven automatisch aanmaakt "
"of niet."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automatisch versies aanmaken"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7167,11 +7184,11 @@ msgstr ""
"Laat dit veld leeg om geen gebruikersvoorkeuren op te slaan in de database, "
"suggestie: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Opslagtabel voor gebruikersvoorkeuren"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7182,11 +7199,11 @@ msgstr ""
"beide leeg laat wordt deze functie uitgeschakeld, suggestie: [kbd]pma__users"
"[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Gebruikerstabel"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7196,11 +7213,11 @@ msgstr ""
"configureerbare menu's optie te activeren; als u een van beide leeg laat "
"wordt deze functie uitgeschakeld, suggestie: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Gebruikersgroepentabel"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7208,15 +7225,15 @@ msgstr ""
"Laat dit veld leeg om de optie, die navigatieonderdelen kan verbergen of "
"tonen, uit te schakelen, suggestie: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabel met verborgen navigatieonderdelen"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Gebruiker voor 'config'-authenticatie"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7224,20 +7241,20 @@ msgstr ""
"Een gebruiksvriendelijke naam voor deze server. Laat dit veld leeg om de "
"hostnaam te tonen."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Uitgebreide naam voor deze server"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Toon alle rijen"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7248,46 +7265,46 @@ msgstr ""
"configuratiebestand staat opgeslagen; dit beperkt echter niet de "
"mogelijkheid om de bijbehorende SQL-opdracht handmatig uit te voeren."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Toon formulier voor wachtwoord wijzigen"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Toon formulier om een nieuwe database aan te maken"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Toon het tijdstip van aanmaken"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Toon het tijdstip van laatste aanpassing"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Toon het tijdstip van laatste controle"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7295,27 +7312,27 @@ msgstr ""
"Definieert of type velden initieel getoond worden in de modus bewerken/"
"toevoegen."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Toon veldtypes"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Toon de functievelden tijdens het wijzigen/invoegen."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Toon functievelden"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Of een hint getoond wordt of niet."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Toon hint"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7323,66 +7340,66 @@ msgstr ""
"Toon link naar de uitvoer van [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Toon link naar phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Toon gedetailleerde MySQL-serverinformatie"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
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."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Toon SQL-query's"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Queryveld behouden"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Maakt het mogelijk om statistieken van databases en tabellen te tonen (over "
"o.a. het schijfgebruik)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Toon statistieken"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Herken vergrendelde tabellen"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
"Een waarschuwing wordt getoond op de hoofdpagina als Suhosin gedetecteerd "
"wordt."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin-waarschuwing"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7392,11 +7409,11 @@ msgstr ""
"waarde van de PHP instelling 'session.gc_maxlifetime' lager is dan de waarde "
"van 'LoginCookieValidity'."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Waarschuwing geldigheid inlog-cookie"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7404,11 +7421,11 @@ msgstr ""
"Tekstveldgrootte (kolommen) in bewerkmodus, deze waarde wordt benadrukt "
"weergegeven voor SQL-querytekstvelden (*2) en voor het queryscherm (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Tekstveldkolommen"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7416,31 +7433,31 @@ msgstr ""
"Tekstveldgrootte (rijen) in bewerkmodus, deze waarde wordt benadrukt "
"weergegeven voor SQL-querytekstvelden (*2) en voor het queryscherm (*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Tekstveldregels"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titel van het browserscherm wanneer een database geselecteerd is."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titel van het browserscherm wanneer niets geselecteerd is."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Standaard titel"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titel van het browserscherm wanneer een server geselecteerd is."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titel van het browserscherm wanneer een tabel geselecteerd is."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7452,27 +7469,27 @@ 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]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lijst van vertrouwde proxyservers"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Map op de server waar te importeren bestanden kunnen worden ge-upload."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Uploadmap"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Toestaan om te zoeken binnen de volledige database."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Databasezoekfunctie gebruiken"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7480,28 +7497,28 @@ msgstr ""
"Wanneer uitgeschakeld, kunnen gebruikers geen van de opties onderaan "
"wijzigen, onafhankelijk van het aanvinkveld aan de rechterkant."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Schakel het ontwikkelaarstabblad in bij instellingen"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Controleren op de meest recente versie"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Schakel de controle op de nieuwste versie in op de hoofdpagina van "
"phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versiecontrole"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7514,11 +7531,11 @@ msgstr ""
"geïnstalleerd is geen directe toegang tot het internet heeft. Het formaat "
"is: \"servernaam:poortnummer\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy url"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7529,19 +7546,19 @@ msgstr ""
"basisverificatie uitgevoerd. Andere types verificatie worden momenteel niet "
"ondersteund."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proxy gebruikersnaam"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Het wachtwoord voor de authenticatie met de proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proxy wachtwoord"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7549,35 +7566,35 @@ msgstr ""
"Gebruik [a@http://nl.wikipedia.org/wiki/ZIP_(bestandstype)]ZIP[/a]-"
"compressie voor import- en exportoperaties."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Voer uw openbare sleutel in voor de reCaptcha service op uw domein."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Openbare sleutel voor reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Voer uw private sleutel in voor de reCaptcha service op uw domein."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Private sleutel voor reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Kies de standaard actie bij het verzenden van foutmeldingsverslagen."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Verzend foutmeldingsverslagen"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7585,7 +7602,7 @@ msgstr ""
"Schakel 'Zonder configuratie'-modus in om phpMyAdmin "
"configuratieopslagtabellen automatisch in te stellen."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "'Zonder configuratie'-modus inschakelen"
@@ -8008,13 +8025,13 @@ msgstr ", @TABLE@ wordt vervangen door de tabelnaam"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Deze waarde wordt geïnterpreteerd met behulp van %1$sstrftime%2$s, het "
"gebruik van opmaakcodes is dan ook toegestaan. Daarnaast worden de volgende "
-"vertalingen toegepast: %3$s. Overige tekst zal gelijk blijven. Zie %4$sFAQ"
-"%5$s voor meer details."
+"vertalingen toegepast: %3$s. Overige tekst zal gelijk blijven. Zie %4$sFAQ%5"
+"$s voor meer details."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8562,11 +8579,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
-"Documentatie en meer informatie over PBXT kan gevonden worden op de "
-"%sPrimeBase XT home pagina%s."
+"Documentatie en meer informatie over PBXT kan gevonden worden op de %"
+"sPrimeBase XT home pagina%s."
#: libraries/engines/pbxt.lib.php:138
msgid "Related Links"
@@ -9734,8 +9751,8 @@ msgstr "Welkom bij %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"U heeft waarschijnlijk geen configuratiebestand aangemaakt. Het beste kunt u "
"%1$ssetup script%2$s gebruiken om een te maken."
@@ -10998,7 +11015,7 @@ msgstr "Gebruikersnaam"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Wachtwoord"
@@ -11028,8 +11045,8 @@ msgstr "Server-ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -11825,7 +11842,7 @@ msgstr "Geen"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Gebruikersgroep"
@@ -11868,14 +11885,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabel-specifieke rechten"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
"Opmerking: de namen van de MySQL-rechten zijn uitgedrukt in het Engels."
@@ -11885,7 +11902,7 @@ msgid "Administration"
msgstr "Administratie"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globale rechten"
@@ -11894,7 +11911,7 @@ msgid "Global"
msgstr "Globaal"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Database-specifieke rechten"
@@ -11914,13 +11931,13 @@ msgstr ""
"rechtentabel opnieuw op te vragen."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Aanmeldingsinformatie"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Tekstveld gebruiken"
@@ -11947,7 +11964,7 @@ msgid "You have revoked the privileges for %s."
msgstr "U heeft de rechten ingetrokken voor %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Gebruiker toevoegen"
@@ -11968,90 +11985,90 @@ msgstr "Alle rechten geven op de wildcardnaam (gebruikersnaam\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Alle rechten geven op database \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Gebruikers die toegang hebben tot \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Gebruiker is toegevoegd."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Gebruiker"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Toekennen"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Niet genoeg rechten om gebruikers in te zien."
# Enkelvoud.
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Geen gebruiker gevonden."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Elke"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globaal"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "database-specifiek"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "jokerteken"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "tabel-specifiek"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Rechten bewerken"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Ongedaan maken"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Gebruikersgroep bewerken"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… de oude behouden."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… de oude verwijderen van de gebruikerstabellen."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… alle actieve rechten van de oude intrekken en deze daarna verwijderen."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12059,93 +12076,93 @@ msgstr ""
"… de oude verwijderen van de gebruikerstabellen en de rechten nadien "
"vernieuwen."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Aanmeldingsinformatie wijzigen / Gebruiker kopiëren"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Een nieuwe gebruiker aanmaken met dezelfde rechten en …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Kolom-specifieke rechten"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Rechten toevoegen op de volgende database(s):"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Wildcards _ en % moeten worden voorafgegaan door een \\ om ze letterlijk te "
"gebruiken."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Rechten toevoegen op de volgende tabel:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "De geselecteerde gebruikers verwijderen"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Trek alle actieve rechten in van alle gebruikers en verwijder deze daarna."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Verwijder de databases die dezelfde naam hebben als de gebruikers."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Geen gebruikers geselecteerd om te verwijderen!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "De rechten werden opnieuw ingeladen"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "De geselecteerde gebruikers zijn met succes verwijderd."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "U heeft de rechten aangepast voor %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Verwijderen van %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "De rechten werden succesvol opnieuw ingeladen."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "De gebruiker %s bestaat al!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Rechten voor %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nieuw"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Rechten bewerken:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12153,17 +12170,17 @@ msgstr ""
"Opmerking: U probeert de rechten te wijzigen van de gebruikersnaam waarmee u "
"op dit moment ingelogd bent."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Gebruikers overzicht"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL-"
"privilegestabel. De inhoud van deze tabel kan verschillen met de rechten van "
@@ -12171,11 +12188,11 @@ msgstr ""
"geval zijn dan moet men %sde rechtentabel vernieuwen%s voordat men verder "
"gaat."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "De geselecteerde gebruiker werd niet aangetroffen in de rechtentabel."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "U heeft een nieuwe gebruiker toegevoegd."
@@ -12368,8 +12385,8 @@ msgid ""
"it is advisable to select only a small time span and to disable the "
"general_log and empty its table once monitoring is not required any more."
msgstr ""
-"Het inschakelen van de general_log kan de serverbelasting verhogen met "
-"5-15%. Wees er ook bewust van dat het genereren van statistieken uit de "
+"Het inschakelen van de general_log kan de serverbelasting verhogen met 5-"
+"15%. Wees er ook bewust van dat het genereren van statistieken uit de "
"logboeken een belastende taak is, daarom is het aan te raden om alleen een "
"kleine periode te selecteren, en de general_log uit te schakelen en de tabel "
"te legen zodra het monitoren niet meer nodig is."
@@ -13558,8 +13575,8 @@ msgid ""
"May be approximate. Click on the number to get the exact count. See "
"[doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-"Bij benadering. Klik op het getal voor de exacte hoeveelheid. Zie "
-"[doc@faq3-11]FAQ 3.11[/doc]."
+"Bij benadering. Klik op het getal voor de exacte hoeveelheid. Zie [doc@faq3-"
+"11]FAQ 3.11[/doc]."
#: libraries/structure.lib.php:862 libraries/structure.lib.php:2346
#: libraries/tbl_printview.lib.php:324
@@ -14133,14 +14150,6 @@ msgstr "Nu uitschakelen"
msgid "Delete version"
msgstr "Versie verwijderen"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "ingeschakeld"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "niet actief"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Tracking-statements"
@@ -14269,11 +14278,11 @@ msgstr ""
"Uw voorkeuren worden enkel in de huidige sessie bewaard. Om deze permanent "
"te bewaren is %sconfiguratie-opslag van phpMyAdmin%s vereist."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Opslaan van het configuratiebestand is niet mogelijk"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14617,20 +14626,20 @@ msgstr[1] "De namen '%s' zijn gereserveerde MySQL sleutelwoorden."
msgid "No column selected."
msgstr "Geen kolom geselecteerd."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Tracking van %s is ingeschakeld."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Tracking versies zijn met succes verwijderd."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Geen versies geselecteerd."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL-statements uitgevoerd."
@@ -15049,8 +15058,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"De huidige verhouding van vrij querycachegeheugen tot de totale "
"querycachegrootte is %s%%. Dit zou meer dan 80%% moeten zijn"
@@ -15207,8 +15216,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% van alle sorteeracties veroorzaken tijdelijke tabellen, deze waarde zou "
"lager moeten zijn dan 10%%."
@@ -15990,6 +15999,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert is ingesteld op 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Schakel databaseuitbreiding uit"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Tracking-data voor deze tabel verwijderen"
@@ -16356,8 +16368,8 @@ msgstr "concurrent_insert is ingesteld op 0"
#~ "%s."
#~ msgstr ""
#~ "De SQL-validatie kon niet worden geïnitialiseerd. Controleer of u de "
-#~ "nodige PHP-uitbreidingen heeft geïnstalleerd, zoals beschreven in de "
-#~ "%sdocumentatie%s."
+#~ "nodige PHP-uitbreidingen heeft geïnstalleerd, zoals beschreven in de %"
+#~ "sdocumentatie%s."
#, fuzzy
#~| msgid "Error: Relation not added."
diff --git a/po/pa.po b/po/pa.po
index e00c71a65f..2d3e87c5a1 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-01-06 12:13+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Punjabi \n"
-"Language: pa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: pa\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -93,7 +93,7 @@ msgstr ""
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr ""
@@ -207,16 +207,16 @@ msgstr ""
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr ""
@@ -263,15 +263,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr ""
@@ -368,13 +368,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -405,15 +405,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -533,7 +543,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -555,9 +565,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -594,8 +604,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1235,12 +1245,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1717,18 +1727,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1961,7 +1971,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1977,7 +1987,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2116,10 +2126,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ"
@@ -2215,7 +2225,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2273,7 +2283,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2687,8 +2697,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2697,16 +2707,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2776,7 +2786,7 @@ msgid "History"
msgstr "ਅਤੀਤ ਵੇਖੋ"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2817,7 +2827,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2859,9 +2869,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2870,9 +2880,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3069,162 +3079,162 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "Database %1$s has been created."
msgid "The row has been deleted."
msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3232,48 +3242,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3431,7 +3443,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3491,9 +3503,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3555,7 +3567,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3663,7 +3675,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Show all"
msgid "Favorite tables"
@@ -4081,14 +4093,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4336,7 +4348,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4348,7 +4360,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4846,7 +4858,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5930,7 +5942,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5994,952 +6006,955 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show all"
msgid "Show databases navigation as tree"
msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Show all"
+msgid "Enable navigation tree expansion"
+msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Show all"
msgid "Favorites table"
msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6947,52 +6962,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7000,70 +7015,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7478,8 +7493,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7961,8 +7976,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9057,8 +9072,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10201,7 +10216,7 @@ msgstr "ਵਰਤੋਂਕਾਰ ਦਾ ਨਾਂ"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10231,8 +10246,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11001,7 +11016,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11038,14 +11053,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11054,7 +11069,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11063,7 +11078,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11081,13 +11096,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11112,7 +11127,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11133,200 +11148,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13071,14 +13086,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13200,11 +13207,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13518,20 +13525,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13896,8 +13903,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14015,8 +14022,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/phpmyadmin.pot b/po/phpmyadmin.pot
index 54291f8437..cf7cddc04a 100644
--- a/po/phpmyadmin.pot
+++ b/po/phpmyadmin.pot
@@ -8,11 +8,10 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -92,7 +91,7 @@ msgstr ""
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +176,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr ""
@@ -206,16 +205,16 @@ msgstr ""
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr ""
@@ -260,15 +259,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr ""
@@ -365,13 +364,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -384,7 +383,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -402,15 +401,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -530,7 +539,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -552,9 +561,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -591,8 +600,8 @@ msgstr ""
#: import.php:163
#, possible-php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1231,12 +1240,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1713,18 +1722,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, possible-php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1957,7 +1966,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1973,7 +1982,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2112,10 +2121,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2207,7 +2216,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2265,7 +2274,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2679,8 +2688,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2689,16 +2698,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2768,7 +2777,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2809,7 +2818,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2851,9 +2860,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2862,9 +2871,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3057,160 +3066,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, possible-php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, possible-php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, possible-php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, possible-php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, possible-php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3218,48 +3227,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3417,7 +3428,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3477,9 +3488,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3541,7 +3552,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3649,7 +3660,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4061,14 +4072,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4316,7 +4327,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4328,7 +4339,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4824,7 +4835,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5908,7 +5919,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5972,948 +5983,949 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr ""
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6921,52 +6933,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -6974,70 +6986,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7450,8 +7462,8 @@ msgstr ""
#, possible-php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7933,8 +7945,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, possible-php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9027,8 +9039,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, possible-php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10159,7 +10171,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10189,8 +10201,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -10959,7 +10971,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -10996,14 +11008,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11012,7 +11024,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11021,7 +11033,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11039,13 +11051,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11070,7 +11082,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11091,200 +11103,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, possible-php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, possible-php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, possible-php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, possible-php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, possible-php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, possible-php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13018,14 +13030,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13147,11 +13151,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13465,20 +13469,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, possible-php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index e889aab538..ec6a938007 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-21 02:11+0200\n"
"Last-Translator: Krystian Biesaga \n"
"Language-Team: Polish \n"
-"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: pl\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -92,7 +92,7 @@ msgstr "Kolumna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Podstawowy"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nie"
@@ -206,16 +206,16 @@ msgstr "Nie"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Tak"
@@ -262,15 +262,15 @@ msgstr ""
"Przechowywanie konfiguracji phpMyAdmin zostało wyłączone. Aby dowiedzieć się "
"dlaczego, kliknij %stutaj%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabela"
@@ -373,13 +373,13 @@ msgstr "Zaktualizowana"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -392,7 +392,7 @@ msgstr "Działanie"
msgid "Show"
msgstr "Pokaż"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -412,15 +412,25 @@ msgstr "Raport śledzenia"
msgid "Structure snapshot"
msgstr "Migawka struktury"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "nieaktywny"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktywny"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabele nieśledzone"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Śledź tabelę"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Dziennik bazy danych"
@@ -546,7 +556,7 @@ msgid "Add geometry"
msgstr "Dodaj geometrię"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -568,9 +578,9 @@ msgstr "Dodaj geometrię"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -609,8 +619,8 @@ msgstr "Niekompletne parametry"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Prawdopodobnie nastąpiła próba załadowania zbyt dużego pliku. Proszę "
"zapoznać się %sdokumentacją%s, aby obejść to ograniczenie."
@@ -927,8 +937,8 @@ 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."
+"Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje %sdokumentacja%"
+"s."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1324,12 +1334,12 @@ msgstr "Dodaj wykres do siatki"
msgid "Please add at least one variable to the series!"
msgstr "Dodaj co najmniej jedną zmienną do serii!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1828,18 +1838,18 @@ msgid "Show query box"
msgstr "Pokaż okno zapytań"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Edytuj"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nie jest prawidłowym numerem wiersza."
@@ -2084,7 +2094,7 @@ msgstr "Treść punktu danych"
msgid "Ignore"
msgstr "Ignoruj"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopiuj"
@@ -2100,7 +2110,7 @@ msgstr "Linia ciągu"
msgid "Polygon"
msgstr "Wielokąt"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2244,10 +2254,10 @@ msgstr "Kliknij dwukrotnie, aby skopiować nazwę kolumny."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Kliknij rozwijane strzałki,
aby przełączyć widoczność kolumn."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Pokaż wszystko"
@@ -2347,7 +2357,7 @@ msgstr "Ukryj Panel"
msgid "Show hidden navigation tree items."
msgstr "Pokaż ukryte elementy drzewa nawigacji."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Połącz z głównym panelem"
@@ -2417,7 +2427,7 @@ msgstr ", ostatnia stabilna wersja:"
msgid "up to date"
msgstr "aktualna"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Utwórz widok"
@@ -2837,8 +2847,8 @@ msgid "Requery"
msgstr "Wykonaj zapytanie ponownie"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2847,16 +2857,16 @@ msgid "Delete"
msgstr "Usuń"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2927,7 +2937,7 @@ msgid "History"
msgstr "Historia"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2968,7 +2978,7 @@ msgid "During current session"
msgstr "Podczas bieżącej sesji"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3010,9 +3020,9 @@ msgstr "Pokaż historie zapytań na starcie"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3021,9 +3031,9 @@ msgstr ""
msgid "Ascending"
msgstr "Rosnąco"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3222,162 +3232,162 @@ msgstr "Wewnątrz tabel:"
msgid "Inside column:"
msgstr "Wewnątrz kolumny:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Zapisz edytowane dane"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Przywrócić porządek w kolumnie"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrowanie wierszy"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Szukaj w tej tabeli"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Początek"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Poprzednie"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Następne"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Koniec"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Wszystko"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Liczba wierszy:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sortuj wg klucza"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Częściowe teksty"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Pełne teksty"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Klucz relacyjny"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relacje wyświetlania kolumn"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Pokaż binarne treści"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Pokaż zawartość BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Ukryj transformacje przeglądarki"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Znany tekst"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Znane binarne"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Wiersz został usunięty."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Zabij"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Może być w przybliżeniu. Zobacz [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Zapytanie SQL zostało wykonane pomyślnie."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Ten widok ma przynajmniej taką liczbę wierszy (rekordów). Proszę odnieść się "
"do %sdokumentacji%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Pokazano wiersze %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d ogółem, %2$d w zapytaniu"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d ogółem"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Wykonanie zapytania trwało %01.4f sekund(y)."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Z zaznaczonymi:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3385,48 +3395,50 @@ msgstr "Z zaznaczonymi:"
msgid "Check All"
msgstr "Zaznacz wszystkie"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Zmień"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksport"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operacja na wynikach zapytania"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Podgląd wydruku"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Podgląd wydruku (z pełnymi tekstami)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Wyświetlanie wykresu"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Wizualizacja danych GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Łącza nie znaleziono!"
@@ -3590,7 +3602,7 @@ msgstr ""
"usunięty."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Serwer"
@@ -3650,9 +3662,9 @@ msgstr "Wstaw"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Uprawnienia"
@@ -3714,7 +3726,7 @@ msgstr "Centralne kolumny"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Bazy danych"
@@ -3825,7 +3837,7 @@ msgid "Recent"
msgstr "Ostatnie"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabele Ulubione"
@@ -4267,16 +4279,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"Małe wartości zmiennoprzecinkowych numer, dopuszczalne są - 3.402823466E 38 "
"do - 1.175494351E-38, 0 i 1.175494351E-38 do 3.402823466E 38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Podwójnej precyzji numer, dopuszczalne wartości zmiennoprzecinkowych są - "
@@ -4571,7 +4583,7 @@ msgstr "Maksymalny rozmiar: %s%s"
msgid "MySQL said: "
msgstr "MySQL zwrócił komunikat: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Wyjaśnij SQL"
@@ -4583,7 +4595,7 @@ msgstr "Pomiń wyjaśnienie SQL"
msgid "Without PHP Code"
msgstr "Bez kodu PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Utwórz kod PHP"
@@ -5088,7 +5100,7 @@ msgid "Set value: %s"
msgstr "Ustaw wartość: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Przywróć wartość domyślną"
@@ -5178,8 +5190,8 @@ msgid ""
"random session invalidation (currently session.gc_maxlifetime is %d)."
msgstr ""
"%sWażność ciasteczka logowania%s większa niż %ssession.gc_maxlifetime%s może "
-"powodować losowe wygasanie sesji (aktualnie session.gc_maxlifetime wynosi "
-"%d)."
+"powodować losowe wygasanie sesji (aktualnie session.gc_maxlifetime wynosi %"
+"d)."
#: libraries/config/ServerConfigChecks.class.php:410
#, php-format
@@ -5194,23 +5206,23 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:416
#, fuzzy, php-format
#| msgid ""
-#| "If using cookie authentication and %sLogin cookie store%s is not 0, "
-#| "%sLogin cookie validity%s must be set to a value less or equal to it."
+#| "If using cookie authentication and %sLogin cookie store%s is not 0, %"
+#| "sLogin cookie validity%s must be set to a value less or equal to it."
msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"W przypadku korzystania z uwierzytelniania [kbd]cookie[/kbd] i "
-"%Przechowalnia sciasteczek logowania%s nie jest 0, %sWażności plików cookie"
-"%s musi być ustawiona na wartość mniejsza lub równą jej."
+"W przypadku korzystania z uwierzytelniania [kbd]cookie[/kbd] i %"
+"Przechowalnia sciasteczek logowania%s nie jest 0, %sWażności plików cookie%s "
+"musi być ustawiona na wartość mniejsza lub równą jej."
#: libraries/config/ServerConfigChecks.class.php:423
#, fuzzy, php-format
#| msgid ""
-#| "If you feel this is necessary, use additional protection settings - "
-#| "%shost authentication%s settings and %strusted proxies list%s. However, "
-#| "IP-based protection may not be reliable if your IP belongs to an ISP "
-#| "where thousands of users, including you, are connected to."
+#| "If you feel this is necessary, use additional protection settings - %"
+#| "shost authentication%s settings and %strusted proxies list%s. However, IP-"
+#| "based protection may not be reliable if your IP belongs to an ISP where "
+#| "thousands of users, including you, are connected to."
msgid ""
"If you feel this is necessary, use additional protection settings - %shost "
"authentication%s settings and %strusted proxies list%s. However, IP-based "
@@ -6356,7 +6368,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maksymalna pokazywana długość SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Użytkownicy nie mogą ustawić wyższej wartości"
@@ -6433,33 +6445,33 @@ msgstr "Limit pamięci"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Pokaż ukryte elementy drzewa nawigacji."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Pokaż logo w panelu nawigacyjnym."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Wyświetl logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "Adres URL, gdzie logo w panelu nawigacyjnym wskaże."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Odnośnik URL do logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6471,29 +6483,29 @@ msgstr ""
"Otwieraj stronę w tym samym oknie ([kbd]main[/kbd]) lub w nowym oknie ([kbd]"
"new[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Cel odnośnika logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Wyświetl wybór serwera w górnej części panelu nawigacyjnego."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Wyświetlaj wybór serwerów"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Cel dla ikony szybkiego dostępu"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Cel dla ikony szybkiego dostępu"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6501,15 +6513,15 @@ msgstr ""
"Określa minimalną liczbę elementów (tabele, widoki, procedury i wydarzenia), "
"aby wyświetlić okno filtra."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minimalna liczba elementów wyświetlanych polu filtr"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Minimalna liczba baz danych, aby wyświetlić okno bazy danych filtra"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6517,93 +6529,98 @@ msgstr ""
"Grupowanie elementów w drzewie nawigacji (określonej przez separator "
"zdefiniowany poniżej)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Grupowanie elementów w drzewie"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Ciąg znaków, który oddziela bazy danych na różnych poziomach drzewa."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separator struktury drzewa bazy danych"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Ciąg znaków, który oddziela tabele na różnych poziomach drzewa."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separator poziomów tabeli"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maksymalny poziom zagłębienia tabeli"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Podświetl serwer pod kursorem myszy."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Włącz podświetlanie"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Czy wyłączyć możliwość rozbudowy bazy danych, czy też nie."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Wyłącz rozszerzenie bazy danych"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Pasek nawigacji tabeli"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Maksymalna liczba ostatnio używanych tabel; ustaw 0 aby wyłączyć."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Maksymalna liczba ulubionych tabel; ustaw 0 aby wyłączyć."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Ostatnio używane tabele"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "To są linki Edycja, Kopiuj i Usuń."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Gdzie wyświetlić linki wiersza tabeli"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Użyj naturalnego porządku do sortowania nazw tabel i baz danych."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Naturalny porządek"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Używaj tylko ikon, tylko tekstu lub obu."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Pasek nawigacji tabeli"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
"Użyj buforowania wyjścia GZip dla zwiększenia szybkości transferów HTTP."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Kompresja wyjścia GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6615,19 +6632,19 @@ msgstr ""
"[kbd]SMART[/kbd] - tj. malejącej dla kolumny, wpisz DATE, DATETIME i "
"TIMESTAMP, a rosnącej inaczej"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Domyślny porządek sortowania"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Użyj trwałych połączeń do baz danych MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Trwałe połączenia"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6642,11 +6659,11 @@ msgstr ""
"jeśli którekolwiek z tabel do przechowywania konfiguracji phpMyAdmin nie "
"można znaleźć"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Brakuje tabel przechowujących konfigurację phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if a difference between the "
@@ -6658,11 +6675,11 @@ msgstr ""
"Wyłącz ostrzeżenia domyślne, które są wyświetlane, jeśli różnica między "
"biblioteką a serwerem MySQL jest wykrywana"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Ostrzeżenie różnicy serwera/biblioteki"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -6674,29 +6691,29 @@ msgstr ""
"Wyłącz domyślne ostrzeżenia na stronie Struktura, które są wyświetlane, "
"jeśli jakiekolwiek ze słów w nazwach kolumn są zastrzeżone dla MySQL"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Jak wyświetlić menu zakładki"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Jak wyświetlić różne linki działania"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Nie zezwalaj na BLOB i BINARNE kolumny z edycji"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Chroń kolumny binarne"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6706,46 +6723,46 @@ msgstr ""
"przechowywania konfiguracji). Jeśli jest wyłączona, to korzysta z JS-"
"procedury, aby wyświetlić historię zapytań (utracone przez zamknięte okna)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Permanentna historia zapytań"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Ile zapytań ma być przechowywanych w historii."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Długość historii zapytań"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
"Wybierz, które funkcje będą wykorzystywane do konwersji zestawu znaków."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Konwersja silnika"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Podczas przeglądania tabel, sortowanie każdej tabeli jest pamiętane."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Zapamiętaj sortowanie tabel"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Domyślny porządek sortowania"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -6754,85 +6771,85 @@ msgid ""
msgstr ""
"Powtarzanie nagłówków każdej komórki X, [kbd]0[/kbd] wyłącza tę funkcję"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Powtórz nagłówki"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Montaż siatki: akcja wyzwalania"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Relacje wyświetlania kolumn"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Opcje wyświetlania serwerów."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Edytowanie siatki: zapisanie wszystkich zmodyfikowanych komórek naraz"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Katalog, w którym eksport może zapisywać na serwerze."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Katalog do zapisu"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Pozostaw puste, jeśli nie są używane."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Cel upoważnienia hosta"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Pozostaw puste, aby użyć wartości domyślnych."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Zasady autoryzacji hosta"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Pozwól na logowanie bez hasła"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Pozwól na logowanie się roota"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Wartość sesji"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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 "Nazwa Auth Realm wyświetlana podczas uwierzytelnienia HTTP Basic"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -6847,19 +6864,19 @@ msgstr ""
"SweKey[/a]. Relatywna ścieżka do głównego katalogu phpMyAdmin, np. ./swekey."
"conf"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Plik konfiguracyjny SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Metoda uwierzytelniania w użyciu."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Typ uwierzytelniania"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6867,11 +6884,11 @@ msgstr ""
"Pozostaw puste, aby nie obsługiwać [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]zakładek[/a]. Sugerowana nazwa: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabela zakładek"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -6883,19 +6900,19 @@ msgstr ""
"Pozostaw puste bez uwag typu kolumn/mime, zasugerował: [kbd]pma_column_info[/"
"kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabela informacji o kolumnach"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Kompresja połączenia z serwerem MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Kompresja połączenia"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
@@ -6903,15 +6920,15 @@ msgstr ""
"Sposób połączenia z serwerem; w razie niepewności, należy pozostawić [kbd]tcp"
"[/kbd]"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Typ połączenia"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Hasło użytkownika monitorującego"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -6925,11 +6942,11 @@ msgstr ""
"jest dostępnych pod adresem: [a@http://wiki.phpmyadmin.net/pma/controluser]"
"wiki[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Użytkownik monitorujący"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6937,11 +6954,11 @@ msgstr ""
"Alternatywny host do trzymania konfiguracji phpMyAdmin, pozostaw puste aby "
"użyć już zdefiniowanego hosta."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrola hosta"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate port to connect to the host that holds the configuration "
@@ -6955,15 +6972,15 @@ msgstr ""
"Alternatywny port dla hosta trzymającego konfigurację phpMyAdmin, pozostaw "
"puste aby użyć ustawienia domyślnego lub z controlhost"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Port sterowania"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Ukryj bazy danych pasujące do wyrażenia regularnego (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6972,15 +6989,15 @@ msgstr ""
"phpmyadmin/bugs/2606/]PMA bug tracker[/a] i [a@http://bugs.mysql.com/19588]"
"MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Wyłącz używanie INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Ukryj bazy danych"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma__history"
@@ -6992,23 +7009,23 @@ msgstr ""
"Pozostaw puste, bez zapytania poparcie historii SQL, zasugerował: [kbd]"
"pma_history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabela historii zapytań SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Nazwa hosta, gdzie serwer MySQL działa."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nazwa hosta serwera"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL wylogowania"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -7020,17 +7037,17 @@ msgstr ""
"Ograniczenia Liczby preferencje tabeli, które są przechowywane w bazie "
"danych, najstarsze rekordy są automatycznie usuwane"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maksymalna ilość preferencji tabeli do przechowywania"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Zobacz status tabeli serwera podrzędnego"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7042,13 +7059,13 @@ msgstr ""
"Pozostaw puste, bez żadnego wsparcia PDF schematu, zaproponował: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Centralne kolumny"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7060,15 +7077,15 @@ msgstr ""
"Pozostaw puste, aby nie obsługiwać schematu PDF. Sugerowana nazwa: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Spróbuj połączyć się bez hasła."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Łącz się bez hasła"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7078,19 +7095,19 @@ msgstr ""
"modyfikacji, jeśli chcesz używać tych znaków w niesymbolicznym znaczeniu, "
"np. [kbd]'my\\_db'[/kbd], a nie [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Pokaż tylko wymienione bazy danych"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Pozostaw puste w przypadku innego niż uwierzytelniania konfiguracji."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Hasło dla uwierzytelniania konfiguracji"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7101,11 +7118,11 @@ msgstr ""
"Pozostaw puste, bez żadnego wsparcia PDF schematu, zaproponował: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Schemat PDF: strony tabeli"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7121,21 +7138,21 @@ msgstr ""
"pmadb]pmadb[/a]. Puste pole oznacza brak obsługi. Domyślna wartość: [kbd]"
"phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nazwa bazy danych"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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ą."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Port serwera"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7147,11 +7164,11 @@ msgstr ""
"Pozostaw puste dla nie \"trwałych\" tabel niedawno używanych w całej sesji, "
"zasugerował: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Ostatnio używane tabele"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7163,13 +7180,13 @@ msgstr ""
"Pozostaw puste dla nie \"trwałych\" tabel niedawno używanych w całej sesji, "
"zasugerował: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Tabele Ulubione"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7181,11 +7198,11 @@ msgstr ""
"Pozostaw puste, by nie obsługiwać [a@http://wiki.phpmyadmin.net/pma/relation]"
"relation-links[/a]. Sugerowana nazwa: [kbd]pma_relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabela relacji"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7197,33 +7214,33 @@ msgstr ""
"Zobacz przykład usługi pojedynczego logowania (Signon) [a@http://wiki."
"phpmyadmin.net/pma/auth_types#signon]authentication types[/a]"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nazwa sesji usługi pojedynczego logowania (Signon)"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL usługi pojedynczego logowania (Signon)"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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ą."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Gniazdo serwera"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Włącz protokół SSL dla połączenia z serwerem MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Użyj SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7235,13 +7252,13 @@ msgstr ""
"Pozostaw puste, aby nie obsługiwać schematu PDF. Sugerowana nazwa: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "Schemat PDF: współrzędne tabeli"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7253,11 +7270,11 @@ msgstr ""
"Tabela do opisu wyświetlania kolumn, pozostaw puste bez wsparcia; "
"zasugerował: [kbd]pma_table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Wyświetlanie tabeli kolumn"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables'UI preferences across sessions, "
@@ -7269,11 +7286,11 @@ msgstr ""
"Pozostaw puste, by nie obsługiwać schematu PDF. Sugerowana nazwa: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Preferencje UI tabeli"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7281,11 +7298,11 @@ msgstr ""
"Czy podczas tworzenia bazy danych polecenie DROP DATABASE IF EXISTS zostanie "
"dodane jako pierwsza linia w dzienniku."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Dodaj DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7293,11 +7310,11 @@ msgstr ""
"Czy polecenie DROP TABLE IF EXISTS zostanie dodane jako pierwsza linia w "
"dzienniku podczas tworzenia tabeli."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Dodaj DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7305,20 +7322,20 @@ msgstr ""
"Czy polecenie DROP VIEW IF EXISTS zostanie dodane jako pierwsza linia w "
"dzienniku podczas tworzenia widoku."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Dodaj DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Definiuje listę instrukcji automatycznego tworzenia używa dla nowych wersji."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Instrukcje do śledzenia"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7330,22 +7347,22 @@ msgstr ""
"Puste pole oznacza brak wsparcia śledzenia zapytań SQL, zaproponował: [kbd]"
"pma_tracking[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabela śledzenia zapytań SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
"Czy mechanizm śledzenia tworzy wersje dla tabel i widoków automatycznie."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automatyczne tworzenie wersji"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7357,33 +7374,33 @@ msgstr ""
"Pozostaw puste, dla braku preferencji użytkownika magazynu w bazie. "
"Zasugerowano: [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabela przechowująca preferencje użytkowników"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabela użytkowników"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabela grupy użytkowników"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7395,15 +7412,15 @@ msgstr ""
"Pozostaw puste, dla braku preferencji użytkownika magazynu w bazie. "
"Zasugerowano: [kbd]pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Ukryte elementy nawigacji tabeli"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Użytkownik dla konfiguracji uwierzytelniania"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7411,23 +7428,23 @@ msgstr ""
"Przyjazny opis serwera dla użytkownika. Pozostaw puste, aby wyświetlić nazwę "
"hosta."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Szczegółowa nazwa serwera"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 ""
-"Czy użytkownik powinien mieć wyświetlony przycisk \"pokaż wszystkie "
-"(wiersze)\";"
+"Czy użytkownik powinien mieć wyświetlony przycisk \"pokaż wszystkie (wiersze)"
+"\";"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Pozwól wyświetlać wszystkie wiersze"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7444,15 +7461,15 @@ msgstr ""
"pliku konfiguracyjnym. To nie ogranicza możliwości wykonania tego samego "
"polecenia bezpośrednio"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Pokaż formularz zmiany hasła"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Pokaż formularz tworzenia bazy danych"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Creation timestamp for all tables"
@@ -7461,11 +7478,11 @@ msgstr ""
"Pokaż lub ukryj kolumny wyświetlające 'Znacznik czasu tworzenia' dla "
"wszystkich tabel"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Pokaż Znacznik czasu tworzenia"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last update timestamp for all tables"
@@ -7475,11 +7492,11 @@ msgstr ""
"Pokaż lub ukryj kolumny wyświetlające znaczniki czasu ostatniej aktualizacji "
"dla wszystkich tabel"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Pokaż ostatni znacznik czasu aktualizacji"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last check timestamp for all tables"
@@ -7489,11 +7506,11 @@ msgstr ""
"Pokaż lub ukryj kolumny wyświetlające Ostatni znacznik czasu sprawdzania dla "
"wszystkich tabel"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Pokaż Ostatni znacznik czasu sprawdzania"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7501,27 +7518,27 @@ msgstr ""
"Określa, czy typ pola powinny być początkowo wyświetlany w trybie edycji/"
"wstawiania."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Pokaż typy pól"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Wyświetla pola z funkcjami w trybie edycji/dodawania."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Pokaż pola z funkcjami"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Czy pokazać wskazówkę, czy nie."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Pokaż podpowiedź"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7533,26 +7550,26 @@ msgstr ""
"Pokazuje odnośnik do [a@http://php.net/manual/function.phpinfo.php]phpinfo()"
"[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Pokaż odnośnik phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Pokaż szczegółowe informacje o serwerze MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Określa, czy zapytania SQL generowane przez phpMyAdmina powinny być "
"wyświetlane."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Pokaż zapytania SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7561,41 +7578,41 @@ msgid ""
msgstr ""
"Określa, czy pole zapytania, powinny pozostać na ekranie po jego złożeniu"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Zachowaj pole zapytania"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Pozwala wyświetlać statystyki bazy danych i tabeli (np. wykorzystanie "
"miejsca)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Pokaż statystyki"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Pomiń zablokowane tabele"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
"Ostrzeżenie jest wyświetlane na stronie głównej, jeśli Suhosin jest "
"wykrywany."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Ostrzeżenie Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7608,13 +7625,13 @@ msgstr ""
"Wyłącz domyślne ostrzeżenia na stronie Struktura, które są wyświetlane, "
"jeśli jakiekolwiek ze słów w nazwach kolumn są zastrzeżone dla MySQL"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Ważność ciasteczka logowania"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -7626,11 +7643,11 @@ msgstr ""
"Rozmiar pola tekstowego (kolumny) w trybie edycji, wartość ta będzie "
"eksponowana zapytaniem SQL pola tekstowego (*2) i okna kwerendy (*1,25)"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Pole tekstu kolumn"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
#| msgid ""
#| "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -7642,31 +7659,31 @@ msgstr ""
"Wielkość pola textarea (wierszy) w trybie edycji. Wartość będzie powięszkona "
"dla zapytań SQL (*@) i okna zapytań (*1.25)"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Wierszy w polu textarea"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Tytuł okna przeglądarki, gdy baza danych jest wybrana."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Tytuł okna przeglądarki, gdy nic nie jest wybrane."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Domyślny tytuł"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Tytuł okna przeglądarki, gdy serwer jest wybrany."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Tytuł okna przeglądarki, gdy tabela jest wybrane."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -7684,31 +7701,31 @@ 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]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
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"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Katalog na serwerze, gdzie można przesyłać pliki do importu."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Dodaj katalog"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "Pozwól na przeszukiwanie całej bazy danych"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Użyj szukania bazy danych"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7716,26 +7733,26 @@ msgstr ""
"Gdy wyłączone, użytkownicy nie mogą ustawić jeden z poniższych opcji, "
"niezależnie od wyboru po prawej stronie."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Włącz zakładkę deweloperską w ustawieniach"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Sprawdź, czy jest nowsza wersja"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Włącza sprawdzanie, czy są aktualizacje na stronie głównej phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Sprawdzenie wersji"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7743,30 +7760,30 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Url Proxy"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Użytkownik proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Hasło do uwierzytelniania z serwerem proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Hasło proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7778,41 +7795,41 @@ msgstr ""
"Włącza format kompresji [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP"
"[/a] dla operacji importu i eksportu"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Wpisz swój klucz publiczny do domeny usługi reCAPTCHA."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Klucz publiczny dla reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Wpisz swój klucz prywatny do domeny usługi reCAPTCHA."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Klucz prywatny dla reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Wybierz domyślną akcję wysyłania raportów o błędach."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Wysyłanie raportów o błędzie"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8259,8 +8276,8 @@ msgstr ", @TABLE@ zostanie zastąpione nazwą wybranej tabeli"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Wartość ta jest interpretowana za pomocą %1$sstrftime%2$s, dzięki czemu "
"można używać wartości czasu formatowania. Dodatkowo po transformacji stanie "
@@ -8821,8 +8838,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentacja i dodatkowe informacje o PBXT można znaleźć na %sStronie "
"domowej PrimeBase XT%s."
@@ -9973,8 +9990,8 @@ msgstr "Witamy w %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Możesz "
"użyć %1$s skryptu instalacyjnego %2$s, aby utworzyć jedną."
@@ -11281,7 +11298,7 @@ msgstr "Nazwa użytkownika"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Hasło"
@@ -11311,8 +11328,8 @@ msgstr "ID serwera"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -12131,7 +12148,7 @@ msgstr "Brak"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Grupa użytkownika"
@@ -12172,14 +12189,14 @@ msgstr "Ogranicz liczbę jednoczesnych połączeń, które może użytkownik."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Uprawnienia specyficzne dla tabel"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Uwaga: Uprawnienia MySQL są oznaczone w języku angielskim."
@@ -12188,7 +12205,7 @@ msgid "Administration"
msgstr "Administracja"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globalne uprawnienia"
@@ -12197,7 +12214,7 @@ msgid "Global"
msgstr "Ogólny"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Uprawnienia specyficzne dla baz danych"
@@ -12217,13 +12234,13 @@ msgstr ""
"uprawnień."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Dane użytkownika"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Użyj pola tekstowego"
@@ -12250,7 +12267,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Masz cofnięte uprawnienia dla %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Dodaj użytkownika"
@@ -12273,211 +12290,211 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Przyznanie wszystkich uprawnień do bazy danych \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Użytkownicy mają dostęp do \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Użytkownik został dodany."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Użytkownik"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Nadawanie"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Żadnego użytkownika nie znaleziono."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Dowolny"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "ogólny"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "specyficzne dla bazy danych"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "znak wieloznaczny"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "specyficzne dla bazy danych"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Edytuj uprawnienia"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Cofnij"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Edytuj grupę użytkownika"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… pozostaw starego."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… usunąć starą z tabel użytkowników."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… unieważnij wszystkie aktywne uprawnienia ze starej i usuń je później."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… usuń starą z tabel użytkownika i przeładuj uprawnienia później."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Zmień dane użytkownika / Kopiuj użytkownika"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Utwórz nowego użytkownika z takimi samymi uprawnieniami i …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Uprawnienia specyficzne dla kolumn"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "Dodaj uprawnienia dla następującej bazy danych:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Symbole wieloznaczne % i _ należy uciec z \\ z nich korzystać dosłownie."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Dodaj uprawnienia dla następującej tabeli:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Usuń zaznaczonych użytkowników"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Cofnij wszystkie aktywne uprawnienia użytkownikom, a następnie usuń ich."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Usuń bazy danych o takich samych nazwach jak użytkownicy."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Żaden użytkownik ze został zaznaczony do usunięcia!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Przeładuj uprawnienia"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Wybrani użytkownicy zostali usunięci pomyślnie."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Zaktualizowano uprawnienia dla %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Usuwanie %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Uprawnienia były przeładowane pomyślnie."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Użytkownik %s już istnieje!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Uprawnienia dla %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nowy"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Edytuj uprawnienia:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Omówienie użytkowników"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Uwaga: phpMyAdmin pobiera uprawnienia użytkowników wprost z tabeli uprawnień "
"MySQL-a. Zawartość tej tabeli, jeśli zostały w niej dokonane ręczne zmiany, "
"może się różnić od uprawnień jakich faktycznie używa serwer. W takim "
"przypadku powinieneś przed dalszą pracą %sprzeładować uprawnienia%s."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Wybrany użytkownik nie został znaleziony w tabeli uprawnień."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Dodałeś nowego użytkownika."
@@ -14500,14 +14517,6 @@ msgstr "Dezaktywuj teraz"
msgid "Delete version"
msgstr "Utwórz wersję"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktywny"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "nieaktywny"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Śledzenie instrukcji"
@@ -14635,11 +14644,11 @@ msgstr ""
"Preferencje są zapisywane tylko w bieżącej sesji. Przechowywanie ich na "
"stałe wymaga skonfiguraowania %sprzechowwyania konfiguracji phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Nie można zapisać konfiguracji"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14982,24 +14991,24 @@ msgstr[2] "Nazwa kolumny '%s' jest słowem kluczowym MySQL."
msgid "No column selected."
msgstr "Nie wybrano żadnej kolumny."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Śledzenie %s jest aktywne."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Wybrani użytkownicy zostali usunięci pomyślnie."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nie wybrano żadnego rekordu"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Instrukcje SQL zostały wykonane."
@@ -15421,8 +15430,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Bieżący współczynnik wolnej pamięci pamięci podręcznej zapytań do "
"całkowitego zapytania wielkości cache to %s%%. Powinno być powyżej 80%%"
@@ -15578,8 +15587,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% wszelkiego rodzaju spowodować tabel tymczasowych, ta wartość ta powinna "
"być niższa niż 10%%."
@@ -16133,8 +16142,8 @@ msgstr ""
#, php-format
msgid "%s%% of all connections are aborted. This value should be below 1%%"
msgstr ""
-"%s%% wszystkich połączeń jest przerwana. Ta wartość ta powinna być poniżej "
-"1%%"
+"%s%% wszystkich połączeń jest przerwana. Ta wartość ta powinna być poniżej 1%"
+"%"
#: libraries/advisory_rules.txt:406
msgid "Rate of aborted connections"
@@ -16351,6 +16360,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert jest ustawiony na 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Wyłącz rozszerzenie bazy danych"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Usuń dane śledzące tę tabelę"
@@ -17647,8 +17659,8 @@ msgstr "concurrent_insert jest ustawiony na 0"
#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ "
#~ "6.29[/doc]"
#~ msgstr ""
-#~ "W wyniku tej kwerendy nie może być używany dla wykresu. Zobacz "
-#~ "[doc@faq6-29]FAQ 6.29[/doc]"
+#~ "W wyniku tej kwerendy nie może być używany dla wykresu. Zobacz [doc@faq6-"
+#~ "29]FAQ 6.29[/doc]"
#~ msgid "Theme / Style"
#~ msgstr "Motyw / Styl"
diff --git a/po/pt.po b/po/pt.po
index 18888a2f0e..dc05e6f645 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-20 14:21+0200\n"
"Last-Translator: Sandro Amaral \n"
"Language-Team: Portuguese \n"
-"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: pt\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.1-dev\n"
@@ -91,7 +91,7 @@ msgstr "Coluna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Primária"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Não"
@@ -205,16 +205,16 @@ msgstr "Não"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Sim"
@@ -261,15 +261,15 @@ msgstr ""
"O armazenamento da configuração do phpMyAdmin foi desactivado. %sSaiba o "
"porquê%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabela"
@@ -369,13 +369,13 @@ msgstr "Actualizado"
msgid "Status"
msgstr "Estado"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -388,7 +388,7 @@ msgstr "Acções"
msgid "Show"
msgstr "Mostrar"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -408,15 +408,25 @@ msgstr "Relatório do acompanhamento"
msgid "Structure snapshot"
msgstr "Snapshot da estrutura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "inactivo"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "activo"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabelas sem acompanhamento"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Acompanhar tabela"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Registros da base de dados"
@@ -542,7 +552,7 @@ msgid "Add geometry"
msgstr "Adicionar geometria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -564,9 +574,9 @@ msgstr "Adicionar geometria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -605,8 +615,8 @@ msgstr "Parâmetros incompletos"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Provavelmente tentou importar um ficheiro demasiado grande. Por favor veja a "
"%sdocumentação%s para encontrar formas de contornar esta limitação."
@@ -1324,12 +1334,12 @@ msgstr "Adicionar gráfico a grelha"
msgid "Please add at least one variable to the series!"
msgstr "Adicione pelo menos uma variável à serie!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1831,18 +1841,18 @@ msgid "Show query box"
msgstr "Mostrar Caixa do query"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Edita"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d não é um número de linha válido."
@@ -2092,7 +2102,7 @@ msgstr "Conteúdo do ponto de dados"
msgid "Ignore"
msgstr "Ignora"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copiar"
@@ -2108,7 +2118,7 @@ msgstr "Segmento de Reta"
msgid "Polygon"
msgstr "Polígono"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2251,10 +2261,10 @@ msgstr "Duplo-clique para copiar o nome da coluna."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Clique na seta
para alternar a visibilidade da coluna."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Mostrar tudo"
@@ -2359,7 +2369,7 @@ msgstr "Esconder Painel"
msgid "Show hidden navigation tree items."
msgstr "Mostrar items de navegação escondidos da árvore."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Conectar com o painel principal"
@@ -2427,7 +2437,7 @@ msgstr ", última versão estável:"
msgid "up to date"
msgstr "até à data"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Criar visualização"
@@ -2853,8 +2863,8 @@ msgid "Requery"
msgstr "Re-consultar"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2863,16 +2873,16 @@ msgid "Delete"
msgstr "Apagar"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2944,7 +2954,7 @@ msgid "History"
msgstr "Histórico"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2985,7 +2995,7 @@ msgid "During current session"
msgstr "Durante a sessão atual"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3030,9 +3040,9 @@ msgstr "Mostrar histórico da consulta no início"
msgid "Show current browsing query"
msgstr "Mostrar consulta a ser navegada"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3041,9 +3051,9 @@ msgstr "Mostrar consulta a ser navegada"
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3239,162 +3249,162 @@ msgstr "Dentro de Tabela(s):"
msgid "Inside column:"
msgstr "Dentro da coluna:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Guardar dados editados"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restaurar ordem da coluna"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrar registos"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Pesquisar esta tabela"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Início"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Seguinte"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Fim"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Todas"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Número de registos:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Ordenar por chave"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Textos parciais"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Textos completos"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Chave de relação"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Coluna de visualização relacional"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Mostrar conteúdo binário"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Exibir conteúdos BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Ocultar transformações do navegador"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Texto bem conhecido"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binario bem conhecido"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Registo eliminado."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Termina"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Pode ser aproximado. Veja o [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "A sua consulta SQL foi executada com êxito."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Esta vista tem número de linhas aproximado. Por favor, consulte a "
-"%sdocumentação%s."
+"Esta vista tem número de linhas aproximado. Por favor, consulte a %"
+"sdocumentação%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "A mostrar registos de %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d no total, %2$d na consulta"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d total"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "A consulta demorou %01.4f segundos."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Com os seleccionados:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3402,48 +3412,50 @@ msgstr "Com os seleccionados:"
msgid "Check All"
msgstr "Todos"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Muda"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportar"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operações resultantes das consultas"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Vista de impressão"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Vista de impressão (com texto inteiro)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Mostrar gráfico"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualisar dados GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link não encontrado!"
@@ -3606,7 +3618,7 @@ msgstr ""
"Os Índices %1$s e %2$s parecem ser iguais ou um deles pode ter sido removido."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Servidor"
@@ -3666,9 +3678,9 @@ msgstr "Insere"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilégios"
@@ -3730,7 +3742,7 @@ msgstr "Colunas centrais"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Base de Dados"
@@ -3838,7 +3850,7 @@ msgid "Recent"
msgstr "Recente"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabelas Favoritas"
@@ -4278,21 +4290,21 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Um número de ponto flutuante com dupla precisão, os valores permitidos são "
-"-1.7976931348623157E+308 a -2.2250738585072014E-308, 0 e "
-"2.2250738585072014E-308 a 1.7976931348623157E+308"
+"Um número de ponto flutuante com dupla precisão, os valores permitidos são -"
+"1.7976931348623157E+308 a -2.2250738585072014E-308, 0 e 2.2250738585072014E-"
+"308 a 1.7976931348623157E+308"
#: libraries/Types.class.php:336
msgid ""
@@ -4337,9 +4349,9 @@ msgid ""
"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, "
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
-"Um carimbo temporal, intervalo é desde 1970-01-01 00:00:01 UTC até "
-"2038-01-09 03:14:07 UTC, guardado como um número de segundos desde a época "
-"(1970-01-01 00:00:00 UTC)"
+"Um carimbo temporal, intervalo é desde 1970-01-01 00:00:01 UTC até 2038-01-"
+"09 03:14:07 UTC, guardado como um número de segundos desde a época (1970-01-"
+"01 00:00:00 UTC)"
#: libraries/Types.class.php:350 libraries/Types.class.php:788
#, php-format
@@ -4533,8 +4545,8 @@ msgid ""
"An 8-byte integer, range is -9,223,372,036,854,775,808 to "
"9,223,372,036,854,775,807"
msgstr ""
-"O intervalo de um número inteiro de 8-byte é entre "
-"-9,223,372,036,854,775,808 e 9,223,372,036,854,775,807"
+"O intervalo de um número inteiro de 8-byte é entre -"
+"9,223,372,036,854,775,808 e 9,223,372,036,854,775,807"
#: libraries/Types.class.php:774
msgid "A system's default double-precision floating-point number"
@@ -4588,7 +4600,7 @@ msgstr "Tamanho máximo: %s%s"
msgid "MySQL said: "
msgstr "Mensagens do MySQL : "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Explicar SQL"
@@ -4600,7 +4612,7 @@ msgstr "Saltar Explicar SQL"
msgid "Without PHP Code"
msgstr "Sem código PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Criar código PHP"
@@ -5119,7 +5131,7 @@ msgid "Set value: %s"
msgstr "Definir valor: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restaurar valor padrão"
@@ -6322,7 +6334,7 @@ msgid "Maximum displayed SQL length"
msgstr "Largura máxima do SQL exibido"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Os utilizadores não podem definir um valor maior"
@@ -6394,33 +6406,33 @@ msgstr "Limite de memória"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Mostrar items de navegação escondidos da árvore."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Mostrar o logótipo no painel de navegação."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Mostrar logotipo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
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."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL do link do logotipo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6428,29 +6440,29 @@ msgstr ""
"Abre a página ligada na janela principal ([kbd]principal[/kbd]) ou numa nova "
"janela ([kbd]nova[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Destino da ligação do logótipo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Apresentar o servidor escolhido no topo do painel de navegação."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Mostrar seleção de servidores"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Alvo para ícone de acesso rápido"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Alvo para ícone de acesso rápido"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6458,17 +6470,17 @@ msgstr ""
"Define o número mínimo de itens (tabelas, vistas, rotinas e eventos) a "
"apresentar numa caixa de filtragem."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Número mínimo de itens a apresentar na caixa de filtragem"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
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"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6476,97 +6488,102 @@ msgstr ""
"Itens de grupo na árvore de navegação (determinado pelo separador definido "
"abaixo)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Agrupar itens na árvore"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
"Cadeia de caracteres que separa bases de dados em diferentes níveis de "
"árvore."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Divisor de árvore da base de dados"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
"Cadeia de caracteres que separa tabelas em níveis diferentes de árvores."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separador de árvore da tabela"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Profundidade máxima da árvore da tabela"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Destaque servidor sob o cursor do rato."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Ativar destaque"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
"Se deseja desabilitar a possibilidade de expandir a base de dados ou não."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Desabilitar a expansão da base de dados"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barra de navegação de tabelas"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Número máximo de tabelas utilizadas recentemente, definir 0 para desativar."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Número máximo de tabelas favoritas, definir 0 para desativar."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tabelas utilizadas recentemente"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Estas são ligações Editar, Copiar e Apagar."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Onde mostrar as ligações da linha da tabela"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Usar ordem natural para ordenar nomes de tabelas e bases de dados."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordem natural"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Usar apenas ícones, apenas texto ou ambos."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Barra de navegação de tabelas"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Buffer de saída GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6574,19 +6591,19 @@ msgstr ""
"[kbd]SMART[/kbd] - i.e. ordem decrescente para colunas do tipo TIME, DATE, "
"DATETIME e TIMESTAMP, caso contrário, ordem ascendente."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ordenação padrão"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Usar ligações persistentes para bases de dados MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Ligações persistentes"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6596,11 +6613,11 @@ msgstr ""
"base de dados se alguma das tabelas requeridas para a configuração do "
"armazenamento do phpMyAdmin não for encontrada."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Tabelas de configuração de armazenamento phpMyAdmin em falta"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6608,11 +6625,11 @@ msgstr ""
"Desativa o aviso padrão que é mostrado quando é detetada uma diferença entre "
"a biblioteca MySQL e o servidor."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Aviso de divergência Servidor/Biblioteca"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6621,27 +6638,27 @@ msgstr ""
"base de dados se algum dos nomes de coluna numa tabela forem palavras "
"reservadas do MySQL."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Aviso de palavra reservada ao MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Como mostrar os separadores do menu"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Como mostrar várias ligações de acções"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Não permitir edição de colunas BLOB e BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Proteger colunas binárias"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6651,130 +6668,130 @@ msgstr ""
"armazenamento phpMyAdmin). Se desativado, este utiliza rotinas-JS para "
"mostrar o histórico de consulta (perdido por fecho da janela)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Histórico de consultas permanente"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Quantas consultas são mantidas no histórico."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Tamanho do histórico de consultas"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Motor de Recodificação"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Ao navegar nas tabelas, a ordenação de cada tabela é memorizada."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Lembrar ordenação da tabela"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Ordenação padrão"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repetir cabeçalhos"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Edição de grelha: executar ação"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Coluna de visualização relacional"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Exibir as opções dos servidores."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Edição em grade: gravar todas as células editadas duma única vez"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Pasta onde as exportações serão guardadas no Servidor."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Pasta para guardar"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Deixar em branco se não for usado."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Ordem de autorização do Anfitrião"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Deixe em branco por defeito."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regras de autorização do anfitrião"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permitir login sem uma palavra-passe"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permitir login como root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Valor de sessão"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "Nome do Domínio a apresentar quando é feita autenticação HTTP."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Domínio HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6784,19 +6801,19 @@ msgstr ""
"da máquina SweKey [/a] (não foi localizado na raiz do seu documento; "
"sugestão: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Ficheiro de configuração Swekey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Método de autenticação a utilizar."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipo de autenticação"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6804,11 +6821,11 @@ msgstr ""
"Deixe em branco quando não há [a@http://wiki.phpmyadmin.net/pma/bookmark]"
"bookmark[/a] suporte, sugerido: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabela de favoritos"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6816,31 +6833,31 @@ msgstr ""
"Deixe em branco quando não houver colunas de comentário/tipo mime, "
"sugeridas: [kbd]pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabela de informações de coluna"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Comprimir ligação ao servidor MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Comprimir ligação"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Como se ligar ao servidor, manter [kbd]tcp[/kbd] se não tiver certeza."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipo de ligação"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Plavara-passe de utlizador de controlo"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6849,11 +6866,11 @@ msgstr ""
"informações disponíveis em [a@http://wiki.phpmyadmin.net/pma/controluser]wiki"
"[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Utilizador de controlo"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6861,11 +6878,11 @@ msgstr ""
"Um servidor alternativo para armazenar a configuração; deixe em branco para "
"utilizar um servidor já definido."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Controlar host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6875,15 +6892,15 @@ msgstr ""
"configuração; deixe em branco para utilizar a porta padrão, ou a porta pré-"
"definida, se o servidor de controlo for igual ao servidor."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Controlar porta"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Ocultar bases de dados correspondentes a expressão regular (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6891,15 +6908,15 @@ msgstr ""
"Mais informações em [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"rastreador de bug [/a] e [a@http://bugs.mysql.com/19588]Bugs MySQL[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Desativar o uso do INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Ocultar bases de dados"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6907,23 +6924,23 @@ msgstr ""
"Deixe em branco se não houver/quiser suporte a histórico de consulta SQL, "
"sugerido: [kbd]pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabela de histórico das consultas SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Nome do Servidor onde o MYSQL está a ser executado."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nome do servidor"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL de fim de sessão"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6931,15 +6948,15 @@ msgstr ""
"Limita o número de preferências de tabela armazenadas na base de dados, os "
"registos mais antigos são automaticamente removidos."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Número máximo de preferências de tabela a armazenar"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -6951,13 +6968,13 @@ msgstr ""
"Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: [kbd]"
"pma__pdf_pages[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Colunas centrais"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -6969,15 +6986,15 @@ msgstr ""
"Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Tentar ligar sem palavra-passe."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Ligar sem palavra-passe"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6987,30 +7004,30 @@ msgstr ""
"invertida se quiser usar suas instâncias literais, ou seja, use [kbd]'my"
"\\_db'[/kbd] e não [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Mostrar apenas bases de dados listadas"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Deixar vazio se não utilizar autenticação por config."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Palavra-passe para config-auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Esquema PDF: tabela de páginas"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7021,21 +7038,21 @@ msgstr ""
"informações. Deixe em branco para nenhum apoio. Sugerido: [kbd]phpmyadmin[/"
"kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nome da base de dados"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Porta do servidor"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7043,11 +7060,11 @@ msgstr ""
"Deixe em branco para que não hajam tabelas recentes \"persistentes\" ao "
"longo das sessões, sugeridas: [kbd]pma_column_info[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabela utilizada recentemente"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7059,13 +7076,13 @@ msgstr ""
"Deixe em branco para que não hajam tabelas recentes \"persistentes\" ao "
"longo das sessões, sugeridas: [kbd]pma_column_info[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Tabelas Favoritas"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7074,11 +7091,11 @@ msgstr ""
"net/pma/bookmark]ligações de relações[/a], sugerido: [kbd]pma__bookmark[/"
"kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabela de relações"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7086,32 +7103,32 @@ msgstr ""
"Consulte [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de "
"autenticação[/a] para obter um exemplo."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nome da sessão"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL de Signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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 o padrão."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket do servidor"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Ative o SSL para as ligações com o servidor de MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Usar SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7119,13 +7136,13 @@ msgstr ""
"Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "Esquema PDF: Coordenadas de tabela"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7133,11 +7150,11 @@ msgstr ""
"Tabela para descrever as colunas mostradas, deixe em branco se não houver/"
"quiser suporte, sugerido: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Mostrando comentários das colunas"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7145,11 +7162,11 @@ 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]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Preferencias UI de tabela"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7157,11 +7174,11 @@ msgstr ""
"Se será acrescentada uma instrução DROP DATABASE IF EXISTS como primeira "
"linha para o log ao criar uma base de dados."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Adicionar DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7169,11 +7186,11 @@ msgstr ""
"Será acrescentada uma instrução DROP TABLE IF EXISTS na primeira linha para "
"o registo ao criar uma tabela."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Adicionar DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7181,20 +7198,20 @@ msgstr ""
"Se uma instrução DROP VIEW IF EXISTS será adicionada como primeira linha ao "
"log, quando se cria um view."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Adicionar DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Instruções para rastrear"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7202,11 +7219,11 @@ msgstr ""
"Deixe em branco se não há suporte ao rastreamento de consulta SQL, sugerido: "
"[kbd]pma_history[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabela de histórico de consultas do SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7214,11 +7231,11 @@ msgstr ""
"Se o mecanismo de rastreamento cria versões para tabelas e vistas "
"automaticamente."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Criar versões automaticamente"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7226,11 +7243,11 @@ msgstr ""
"Deixe em branco para não armazenar na base de dados as preferências de "
"utilizadores, sugerido: [kbd]pma_designer_coords[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabela de armazenamento das preferências do utilizador"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7240,11 +7257,11 @@ msgstr ""
"para ativar a funcionalidade de menus configuráveis; Deixando uma delas em "
"branco, irá desativar esta funcionalidade; sugerido: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabela de utilizadores"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7255,11 +7272,11 @@ msgstr ""
"branco irá desabilitar esta funcionalidade, sugerido: [kbd]pma__usergroups[/"
"kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabela de grupos do utilizador"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7267,15 +7284,15 @@ msgstr ""
"Deixe em branco para desabilitar a funcionalidade de esconder ou mostrar os "
"itens de navegação, sugerido: [kbd]pma_navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabela dos itens de navegação oculta"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Utilizador para a configuração de autenticação"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7283,20 +7300,20 @@ msgstr ""
"Uma descrição de fácil compreensão deste servidor. Deixe em branco para "
"mostrar o nome do servidor (hostname)."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nome detalhado deste servidor"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
"Se um utilizador deve visualizar um botão \"mostrar todos (registos)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permitir a exibição de todas as filas"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7307,47 +7324,47 @@ msgstr ""
"ficheiro de configuração; isto não impossibilita que o mesmo comando seja "
"executado diretamente."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Mostrar o formulário de mudança de password"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Mostrar o formulário de criação de base de dados"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Mostrar data (timestamp) da criação"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Mostrar a data (timestamp) da última actualização"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Mostrar a data (timestamp) da última verificação"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7355,27 +7372,27 @@ msgstr ""
"Define se os tipos de campo devem ser mostrados inicialmente no modo editar/"
"inserir, ou não."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Mostrar os tipos dos campos"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Mostrar os campos de função no modo editar/inserir."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Mostrar os campos da função"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Se mostra sugestão ou não."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Mostrar sugestão"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7383,62 +7400,62 @@ msgstr ""
"Mostra o link para [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/"
"a] resultado."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Mostrar o link phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Mostrar informação detalhada do servidor MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Define se as consultas SQL geradas pelo phpMyAdmin devem ser exibidas."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Mostrar consultas SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Reter a caixa da consulta (query)"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Permitir exibir estatísticas da base de dados e tabelas (por exemplo, uso de "
"espaço)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Mostrar estatísticas"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Ignorar tabelas bloqueadas"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "É exibido um aviso na página principal se Suhosin for detetado."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Aviso do Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7452,13 +7469,13 @@ msgstr ""
"base de dados se algum dos nomes de coluna numa tabela forem palavras "
"reservadas do MySQL."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Validade do cookie de inicio de sessão"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7467,11 +7484,11 @@ msgstr ""
"alterado para caixas de texto de consultas SQL (*2) e para janelas de "
"consultas (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Colunas da área de texto"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7480,32 +7497,32 @@ msgstr ""
"para caixas de texto de consultas SQL (*2) e para janelas de consultas "
"(*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Linhas da área de texto"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
"Título da janela do navegador quando uma base de dados estiver selecionada."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Título da janela do navegador quando nada estiver selecionado."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Título por defeito"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Título da janela do navegador quando um servidor estiver selecionado."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Título da janela do navegador quando uma tabela estiver selecionada."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7513,27 +7530,27 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista de proxies de confiança para permitir/proibir IPs"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Directoria no servidor onde podes carregar arquivos para importar."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Pasta de upload"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Permitir pesquisas dentro da base de dados."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Utilizar a pesquisa da base de dados"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7541,27 +7558,27 @@ msgstr ""
"Quando desabilitado, os utilizadores não podem definir nenhuma das opções em "
"baixo, independentemente da caixa de verificação da direita."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Activar o separador Programador nas definições"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Verificar se é a última versão"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
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."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Verificação da versão"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7573,11 +7590,11 @@ msgstr ""
"isto se o servidor onde o phpMyAdmin está instalado não tem acesso direto À "
"internet. O formato é:\"nomeservidor:númeroporta\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "URL da proxy"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7588,19 +7605,19 @@ msgstr ""
"feita a Autenticação Básica. Não é possível efetuar mais nenhum tipo de "
"autenticação de momento."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Nome de utilizador da proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "A senha para se autenticar na proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Senha da proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7608,41 +7625,41 @@ msgstr ""
"Activar a compressão [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/"
"a] para operações de importação e exportação."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Introduz a tua chave pública para o serviço reCaptcha do teu domínio."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Chave pública para o reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Introduz a tua chave privada para o serviço reCaptcha do teu domínio."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Chave privada para o reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Escolhe a opção por defeito ao enviar relatórios de erros."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Enviar relatórios de erro"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8108,8 +8125,8 @@ msgstr ", @TABLE@ será o nome da tabela"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8628,8 +8645,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9810,11 +9827,11 @@ msgstr "Bemvindo ao %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Provavelmente um ficheiro de configuração não foi criado. O %1$ssetup script"
-"%2$s pode ser utilizado para criar um."
+"Provavelmente um ficheiro de configuração não foi criado. O %1$ssetup script%"
+"2$s pode ser utilizado para criar um."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11085,7 +11102,7 @@ msgstr "Nome do Utilizador"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Palavra-passe"
@@ -11117,8 +11134,8 @@ msgstr "Servidor"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Máquina"
@@ -11970,7 +11987,7 @@ msgstr "Nenhum"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12008,14 +12025,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilégios específicos da tabela"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12026,7 +12043,7 @@ msgid "Administration"
msgstr "Administração"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilégios Globais"
@@ -12037,7 +12054,7 @@ msgid "Global"
msgstr "global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilégios específicos da Base de Dados"
@@ -12057,13 +12074,13 @@ msgstr ""
"privilégios."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Informação de Login"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Usar campo de texto"
@@ -12088,7 +12105,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Anulou os privilégios para %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Adicionar utilizador"
@@ -12109,96 +12126,96 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Verificar Privilégios para a Base de Dados \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Utilizadores que tem acesso a \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "A Vista %s foi eliminada"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Utilizador"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Conceder/Grant"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nenhum utilizador encontrado."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Todos"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Especifico da Base de Dados"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Especifico da Base de Dados"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Alterar Privilegios"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Anula"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Editar próxima coluna"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… manter o antigo."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… apagar o antigo das tabelas do utilizador."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… revogar todos os privilégios activos do antigo e a seguir apagá-lo."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12206,125 +12223,125 @@ msgstr ""
"… apagar o antigo das tabelas do utilizador e depois recarregue os "
"privilégios."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Mudar a informação de login / Copiar Utilizador"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Criar um novo utilizador com os mesmo privilégios e …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilégios específicos da Coluna"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Adicionar privilégios na base de dados seguinte"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Todos privilégios na tabela seguinte"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Remover utilizadores seleccionados"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Revogar todos os privilégios dos utilizadores e apagá-los a seguir."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "A recarregar privilégios"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Os utilizadores selecionado foram apagados com sucesso."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Actualizou os privilégios de %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "A apagar %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "O privilégios foram recarregados com sucesso."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "O utilizador %s já existe!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilégios"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Alterar Privilegios"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da "
"tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos "
"privilégios que o servidor usa se alterações manuais nele forem feitas. "
"Neste caso, deve %sreload the privileges%s antes de continuar."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "O utilizador selecionado não se encontra na tabela de privilégios."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Acrescentou um novo utilizador."
@@ -14307,14 +14324,6 @@ msgstr ""
msgid "Delete version"
msgstr "Criar versão"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "activo"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "inactivo"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14448,11 +14457,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14786,25 +14795,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Nenhuma coluna seleccionada."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "Detecção de Alterações está activa."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Os utilizadores selecionado foram apagados com sucesso."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nenhum registo(linha) seleccionado"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15210,8 +15219,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15341,8 +15350,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16068,6 +16077,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert é definido como 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Desabilitar a expansão da base de dados"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Apagar dados de tracking para esta tabela"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 9a86947628..ee8e794663 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-23 01:15+0200\n"
"Last-Translator: Helder Santana \n"
-"Language-Team: Portuguese (Brazil) "
-"\n"
-"Language: pt_BR\n"
+"Language-Team: Portuguese (Brazil) \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2\n"
@@ -91,7 +91,7 @@ msgstr "Coluna"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Primária"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Não"
@@ -205,16 +205,16 @@ msgstr "Não"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Sim"
@@ -261,15 +261,15 @@ msgstr ""
"O armazenamento de configurações do phpMyAdmin foi desativado. Para "
"descobrir o motivo, clique %saqui%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabela"
@@ -368,13 +368,13 @@ msgstr "Atualizado"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Ação"
msgid "Show"
msgstr "Mostrar"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Excluir os dados de monitoramento"
@@ -405,15 +405,25 @@ msgstr "Relatório de monitoramento"
msgid "Structure snapshot"
msgstr "Vizualização da estrutura"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "inativo"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "ativo"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabelas não monitoradas"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Monitorar tabela"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Registro de log do banco de dados"
@@ -539,7 +549,7 @@ msgid "Add geometry"
msgstr "Adicionar geometria"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -561,9 +571,9 @@ msgstr "Adicionar geometria"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -602,8 +612,8 @@ msgstr "Parâmetros incompletos"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Você provavelmente tentou carregar um arquivo muito grande. Veja referências "
"na %sdocumentação%s para resolver esse problema."
@@ -776,7 +786,6 @@ msgid "PHP extension:"
msgstr "Extensão do PHP:"
#: index.php:345
-#| msgid "PHP Version:"
msgid "PHP version:"
msgstr "Versão do PHP:"
@@ -849,22 +858,16 @@ msgstr ""
"inesperados."
#: index.php:495
-#| msgid ""
-#| "Your PHP parameter [a@http://php.net/manual/en/session.configuration."
-#| "php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower "
-#| "than cookie validity configured in phpMyAdmin, because of this, your "
-#| "login will expire sooner than configured in phpMyAdmin."
msgid ""
"Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini."
"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower than "
"cookie validity configured in phpMyAdmin, because of this, your login might "
"expire sooner than configured in phpMyAdmin."
msgstr ""
-"Seu parâmetro PHP "
-"[a@http://php.net/manual/en/session.configuration.php#ini.session.gc-"
-"maxlifetime@_blank]session.gc_maxlifetime[/a] está menor que a validade de "
-"cookies configurada no phpMyAdmin, por isso, o seu login poderá expirar mais "
-"cedo do que o configurado no phpMyAdmin."
+"Seu parâmetro PHP [a@http://php.net/manual/en/session.configuration.php#ini."
+"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] está menor que a "
+"validade de cookies configurada no phpMyAdmin, por isso, o seu login poderá "
+"expirar mais cedo do que o configurado no phpMyAdmin."
#: index.php:508
msgid ""
@@ -901,8 +904,8 @@ msgid ""
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"O armazenamento de configurações do phpMyAdmin não está completamente "
-"configurado, algumas funções avançadas foram desativadas. %sDescubra porque"
-"%s. "
+"configurado, algumas funções avançadas foram desativadas. %sDescubra porque%"
+"s. "
#: index.php:549
msgid ""
@@ -971,7 +974,6 @@ msgid "Delete tracking data for these versions?"
msgstr "Excluir dados de monitoramento para estas versões?"
#: js/messages.php:44
-#| msgid "Delete tracking data row from report"
msgid "Delete entry from tracking report?"
msgstr "Excluir entrada do relatório de controle?"
@@ -1012,7 +1014,6 @@ msgid "Do you really want to revoke the selected user(s) ?"
msgstr "Você realmente deseja revogar o(s) usuário(s) selecionado(s) ?"
#: js/messages.php:53
-#| msgid "Do you really want to delete this bookmark?"
msgid "Do you really want to delete this central column?"
msgstr "Deseja realmente excluir esta coluna central?"
@@ -1314,12 +1315,12 @@ msgstr "Adicionar gráfico à grade"
msgid "Please add at least one variable to the series!"
msgstr "Por favor adicione no mínimo uma variável à série!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1827,18 +1828,18 @@ msgid "Show query box"
msgstr "Mostrar caixa de consulta"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Editar"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d não é um número de linha válido."
@@ -2084,7 +2085,7 @@ msgstr "Conteúdo do ponteiro de dados"
msgid "Ignore"
msgstr "Ignorar"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copiar"
@@ -2100,7 +2101,7 @@ msgstr "Linha"
msgid "Polygon"
msgstr "Polígono"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2247,10 +2248,10 @@ msgstr "Clique duas vezes para copiar o nome da coluna."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Clique na seta
para alternar a visibilidade da coluna."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Mostrar tudo"
@@ -2355,7 +2356,7 @@ msgstr "Ocultar painel"
msgid "Show hidden navigation tree items."
msgstr "Mostrar itens ocultos da árvore de navegação."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Fazer ligação com painel principal"
@@ -2376,7 +2377,6 @@ msgid "To filter all %s in database, press Enter after a search term"
msgstr "Para filtrar todos os %s na database, aperte Enter após pesquisar"
#: js/messages.php:482
-#| msgid "Tables"
msgid "tables"
msgstr "tabelas"
@@ -2419,7 +2419,7 @@ msgstr ", última versão estável:"
msgid "up to date"
msgstr "atualizado(a)"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Criar view"
@@ -2851,8 +2851,8 @@ msgid "Requery"
msgstr "Fazer novo consulta"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2861,16 +2861,16 @@ msgid "Delete"
msgstr "Remover"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2940,7 +2940,7 @@ msgid "History"
msgstr "Histórico"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2981,7 +2981,7 @@ msgid "During current session"
msgstr "Durante a sessão atual"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3023,9 +3023,9 @@ msgstr "Mostrar histórico de consulta ao iniciar"
msgid "Show current browsing query"
msgstr "Mostrar consulta de navegação atual"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3034,9 +3034,9 @@ msgstr "Mostrar consulta de navegação atual"
msgid "Ascending"
msgstr "Ascendente"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3234,162 +3234,162 @@ msgstr "Dentro da(s) tabela(s):"
msgid "Inside column:"
msgstr "Dentro do campo:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Salvar dados editados"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restaurar ordem da coluna"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrar linhas"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Procurar nesta tabela"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Início"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Próximo"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Fim"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Todos"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Número de linhas:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Ordenar pela chave"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Textos parciais"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Textos completos"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Chave de relação"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Exibir coluna relacional"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Mostrar conteúdo binário"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Exibir conteúdo BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Ocultar transformações do navegador"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Texto bem conhecido"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binário bem conhecido"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Registro eliminado."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Finalizar"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Pode ser aproximado. Veja a [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Seu comando SQL foi executado com sucesso."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Esta view tem pelo menos esse número de linhas. Por favor, consulte a "
-"%sdocumentação%s."
+"Esta view tem pelo menos esse número de linhas. Por favor, consulte a %"
+"sdocumentação%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Mostrando registros %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d no total, %2$d na consulta"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d no total"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Consulta levou %01.4f segundos."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Com marcados:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3397,48 +3397,50 @@ msgstr "Com marcados:"
msgid "Check All"
msgstr "Marcar todos"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Alterar"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportar"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operações resultantes das consultas"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Imprimir view"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Imprimir view (com textos completos)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Exibir gráfico"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualisar dados GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link não encontrado!"
@@ -3602,7 +3604,7 @@ msgstr ""
"removida."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Servidor"
@@ -3662,9 +3664,9 @@ msgstr "Inserir"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilégios"
@@ -3726,7 +3728,7 @@ msgstr "Colunas centrais"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Bancos de dados"
@@ -3837,7 +3839,7 @@ msgid "Recent"
msgstr "Recente"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabelas favoritas"
@@ -4091,17 +4093,14 @@ msgid "Value"
msgstr "Valor"
#: libraries/TableSearch.class.php:205
-#| msgid "Table Search"
msgid "Table search"
msgstr "pesquisar tabela"
#: libraries/TableSearch.class.php:212
-#| msgid "Zoom Search"
msgid "Zoom search"
msgstr "pesquisa detalhada"
#: libraries/TableSearch.class.php:217 libraries/TableSearch.class.php:1225
-#| msgid "Find and Replace"
msgid "Find and replace"
msgstr "Pesquisar e substituir"
@@ -4274,16 +4273,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"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"
+"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Um número de ponto flutuante de dupla precisão (longo), os valores "
@@ -4586,7 +4585,7 @@ msgstr "Tamanho máximo: %s%s"
msgid "MySQL said: "
msgstr "Mensagem do MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Demonstrar SQL"
@@ -4598,7 +4597,7 @@ msgstr "Pular demonstração do SQL"
msgid "Without PHP Code"
msgstr "Sem código PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Criar código PHP"
@@ -5109,7 +5108,7 @@ msgid "Set value: %s"
msgstr "Definir valor: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restaurar valor padrão"
@@ -6307,7 +6306,7 @@ msgid "Maximum displayed SQL length"
msgstr "Comprimento máximo do SQL exibido"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Usuários não podem definir um valor maior"
@@ -6381,34 +6380,34 @@ 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"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Mostrar itens ocultos da árvore de navegação."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
"Relação com o painel principal destacando a base de dados ou tabela atual."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Mostrar logo no painel de navegação."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Exibir logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL para onde a logo no painel de navegação vai direcionar."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Link URL do logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6416,28 +6415,27 @@ msgstr ""
"Abre o link da página na janela principal ([kbd]main[/kbd]) ou em uma nova "
"janela ([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Alvo do link da logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Exibir a escolha de servidor no topo do painel de navegação."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Exibe seleção de servidores"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Alvo para ícone de acesso rápido"
-#: libraries/config/messages.inc.php:437
-#| msgid "Target for quick access icon"
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Alvo para segundo ícone de acesso rápido"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6445,16 +6443,16 @@ msgstr ""
"Define o número mínimo de itens (tabelas, views, rotinas e eventos) para "
"mostrar uma caixa de filtro."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "O número mínimo de itens para mostrar a caixa de filtro"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
"Número mínimo de tabelas para mostrar a caixa de filtro de bancos de dados"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6462,93 +6460,98 @@ msgstr ""
"Agrupa itens na árvore de navegação (determinado pelo divisor definido "
"abaixo)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Agrupar itens na árvore"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "String que separa bancos de dados em diferentes níveis de árvore."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Divisor de árvore de banco de dados"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "String que separa tabelas em diferentes níveis de árvore."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Divisor de árvore de tabela"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Profundidade máxima da árvore de tabelas"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Destaca o servidor sob o cursor do mouse."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Habilita destaque"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Desativar a possibilidade de expansão do banco de dados ou não."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Desabilitar a expansão do banco de dados"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Barra de navegação com ícones"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Número máximo de tabelas usadas recentemente; defina 0 para desabilitar."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Número máximo de tabelas favoritas; defina 0 para desabilitar."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tabelas recentemente utilizadas"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Estes são os links de Editar, Copiar e Apagar."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Onde mostrar os links de linha de tabela"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Usar ordem natural para ordenar nomes de tabelas e bancos de dados."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordem natural"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Usar apenas ícones, apenas texto ou ambos."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Barra de navegação com ícones"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Buffer de saída GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6556,19 +6559,19 @@ msgstr ""
"[kbd]SMART[/kbd] - i.e. ordem decrescente para colunas do tipo TIME, DATE, "
"DATETIME e TIMESTAMP, caso contrário, ordem ascendente."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ordem de ordenação padrão"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Usar conexões persistentes para bancos de dados MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Conexões persistentes"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6578,11 +6581,11 @@ msgstr ""
"dados Estrutura se alguma das tabelas exigidas pelo armazenamento de "
"configurações do phpMyAdmin não for encontrada."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Tabelas do armazenamento de configurações do phpMyAdmin faltando"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6590,11 +6593,11 @@ msgstr ""
"Desabilita o aviso padrão que é exibido se é detectada uma diferença entre "
"as bibliotecas do MySQL e do servidor."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Aviso de diferença servidor/biblioteca"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6602,27 +6605,27 @@ 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."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Aviso de palavra reservada do MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Como mostrar o menu com abas"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Como exibir vários links de ação"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Impedir a edição de colunas BLOB e BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Proteger colunas binárias"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6633,128 +6636,127 @@ msgstr ""
"serão utilizadas rotinas JS para exibir o histórico de consultas (que será "
"perdido se a janela for fechada)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Histórico de consultas permanente"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Quantas consultas são mantidas no histórico."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Tamanho do histórico de consultas"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Mecanismo de gravação"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
"Quando navegar por tabelas, a organização de cada tabela será lembrada."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Lembrar a ordenação das tabelas"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Ordenação predeterminada para tabelas com uma chave primária."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Ordenação predeterminada por chave primária"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repetir cabeçalhos"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Edição de grade: acionar ação"
-#: libraries/config/messages.inc.php:535
-#| msgid "Relational display column"
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Exibição relacional"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Opções de exibição de servidores."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Edição de grade: salvar todas a células editadas de uma vez"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Diretório onde a exportação será salva no servidor."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Diretório de arquivos salvos"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Deixe em branco se não usado."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Pedido de autorização do servidor"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Deixe em branco para usar o padrão."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Regras de autorização do servidor"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permitir login sem uma senha"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permitir login como root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Valor da sessão"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Domínio HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6764,19 +6766,19 @@ msgstr ""
"equipamento de autenticação SweKey [/a] (não localizado na raiz do seu "
"documento; sugestão: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Arquivo de configuração Swekey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Método de autenticação a ser usado."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipo de autenticação"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6784,11 +6786,11 @@ msgstr ""
"Deixe em branco para não permitir [a@http://wiki.phpmyadmin.net/pma/bookmark]"
"marcações[/a], sugerido: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabela de favoritos"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6796,31 +6798,31 @@ msgstr ""
"Deixe em branco quando não houver comentários/tipos mime, sugestão: [kbd]"
"pma_column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabela de informação de coluna"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Conexão compactada ao servidor MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Conexão compactada"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Como conectar ao servidor, mantenha [kbd]tcp[/kbd] na dúvida."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipo de conexão"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Senha do usuário controlador"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6829,11 +6831,11 @@ msgstr ""
"mais informações disponíveis na [a@http://wiki.phpmyadmin.net/pma/"
"controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Usuário controlador"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6841,11 +6843,11 @@ msgstr ""
"Um servidor alternativo para armazenar a configuração; deixe em branco para "
"usar um servidor já definido."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Controle de host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6855,15 +6857,15 @@ msgstr ""
"deixe em branco para usar a porta padrão, ou a porta já definida, se o "
"controlhost for igual ao host."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Porta de controle"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Oculta bancos de dados com expressão regular combinada (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6871,15 +6873,15 @@ msgstr ""
"Mais informações em [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"rastreador de bugs [/a] e [a@http://bugs.mysql.com/19588]Bugs MySQL[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Desabilitar o uso do INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Ocultar bancos de dados"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6887,23 +6889,23 @@ msgstr ""
"Deixe em branco se não houver suporte a histórico de consulta SQL, sugestão: "
"[kbd]pma_history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabela de histórico das consultas SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Nome do servidor onde o MySQL Server está rodando."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Nome do servidor (hostname)"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL de logout"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6911,15 +6913,15 @@ 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."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Número máximo de preferências de tabela a armazenar"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Tabela de buscas salvas QBE"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6927,11 +6929,11 @@ msgstr ""
"Deixe em branco se não houver suporte à buscas salvas QBE, sugestão: [kbd]"
"pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Tabela de colunas centrais"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6939,15 +6941,15 @@ msgstr ""
"Deixe em branco para desativar o suporte a colunas centrais, sugestão: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Tenta conectar sem senha."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Conectar sem senha"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6956,30 +6958,30 @@ 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]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Exibir apenas bancos de dados listados"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Deixe em branco se não usar a autenticação por configuração."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Senha para a autenticação por configuração"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "Esquema PDF: tabela de páginas"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6989,21 +6991,21 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] para informações completa. "
"Deixe em branco se não houver suporte. Sugestão: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Nome do banco de dados"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Porta do servidor"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7011,11 +7013,11 @@ msgstr ""
"Deixe em branco se não houver tabelas persistentes recentemente usadas entre "
"as sessões, sugestão: [kbd]pma_recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabelas recentemente usadas"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7027,11 +7029,11 @@ msgstr ""
"Deixe em branco se não houver tabelas persistentes recentemente usadas entre "
"as sessões, sugestão: [kbd]pma_recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Tabelas favoritas"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7039,11 +7041,11 @@ msgstr ""
"Deixe em branco se não houver suporte a [a@http://wiki.phpmyadmin.net/pma/"
"relation]links de relação[/a], sugestão: [kbd]pma_relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabela de relacionamentos"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7051,33 +7053,33 @@ msgstr ""
"Veja os [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de "
"autenticação [/a] para ver um exemplo."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Nome da sessão de Signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL de Signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket do servidor"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Habilitar SSL para conexões no servidor MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Utilizar SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7085,11 +7087,11 @@ msgstr ""
"Deixe em branco se não houver suporte a esquema PDF, sugestão: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Desenho e esquema em PDF: tabela de coordenadas"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7097,11 +7099,11 @@ msgstr ""
"Tabela que descreve as colunas de exibição, deixe em branco para não "
"fornecer suporte; sugestão: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Exibir tabela de colunas"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7110,11 +7112,11 @@ msgstr ""
"interfaces de usuário em todas as sessões, sugestão: [kbd]pma__table_uiprefs"
"[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabela de preferências visuais"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7122,11 +7124,11 @@ msgstr ""
"Quando o comando DROP DATABASE IF EXISTS deverá ser adicionado como primeira "
"linha do log quando estiver criando um bando de dados."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Adicionar DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7134,11 +7136,11 @@ msgstr ""
"Quando um comando DROP TABLE IF EXISTS deverá ser adicionado como primeira "
"linha do log quando estiver criando uma tabela."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Adicionar DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7146,19 +7148,19 @@ msgstr ""
"Quando um comando DROP VIEW IF EXISTS deverá ser adicionado como primeira "
"linha do log quando estiver criando uma view."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Adicionar DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Comandos a rastrear"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7166,11 +7168,11 @@ msgstr ""
"Deixe em branco para não oferecer suporte a rastreamento de consultas SQL, "
"sugestão: [kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabela de rastreamento de consultas SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7178,11 +7180,11 @@ msgstr ""
"Quando o mecanismo de rastreamento cria versões de tabelas e visões "
"automaticamente."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Criar versões automaticamente"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7190,11 +7192,11 @@ 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]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabela de armazenamento de preferências de usuário"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7204,11 +7206,11 @@ 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]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabelas dos usuários"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7218,11 +7220,11 @@ msgstr ""
"função de menus configuráveis; deixar qualquer uma delas vazia irá desativar "
"essa função; sugestão: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabela de grupos de usuário"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7230,15 +7232,15 @@ msgstr ""
"Deixe em branco para desativar o recurso de ocultar e exibir itens de "
"navegação. Sugestão: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabela de navegação de itens ocultos"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Usuário para autenticação de configuração"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7246,19 +7248,19 @@ msgstr ""
"Uma descrição transparente deste servidor. Deixe em branco para exibir o "
"nome do computador."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Nome completo deste servidor"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Se exibe ao usuário o botão \"exibir tudo(linhas)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permitir mostrar todas as linhas"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7268,47 +7270,47 @@ 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."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Mostrar formulário de mudança de senha"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Mostrar formulário de criação de banco de dados"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Mostrar data e hora da criação"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Mostrar data e hora da última atualização"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Mostrar data e hora da última verificação"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7316,27 +7318,27 @@ msgstr ""
"Define se os tipos dos campos serão ou não exibidos inicialmente no modo "
"editar/inserir."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Exibir o tipo dos campos"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Exibe os campos de função em modo editar/inserir."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Mostra campos de função"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Se uma dica será exibida ou não."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Exibir dica"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7344,64 +7346,64 @@ msgstr ""
"Exibe link para saída de [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Exibir link para o phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Exibir informações detalhadas do servidor MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Define se as consultas SQL geradas pelo phpMyAdmin devem ser exibidas."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Mostrar consultas SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Manter caixa de consulta"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Permitir visualizar banco de dados e estatísticas da tabela (ex: uso de "
"espaço)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Mostrar estatísticas"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Exibir tabelas bloqueadas"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
"Um alerta é exibido na página principal se o pacote Suhosin for detectado."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Aviso do Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7414,13 +7416,13 @@ 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."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Validade do cookie de login"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7428,11 +7430,11 @@ msgstr ""
"Tamanho do campo (colunas) em modo edição, o valor será enfatizado 2x para "
"caixas de texto de consulta SQL e 1,25x para janela de consulta."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Colunas da caixa de texto"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7441,32 +7443,32 @@ msgstr ""
"enfatizado 2x para as caixas de texto de consulta SQL e 1,25x para a janela "
"de consulta."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Linhas da caixa de texto"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
"Título da janela do navegador quando um banco de dados está selecionado."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Título da janela do navegador quando nada está selecionado."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Título padrão"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Título da janela do navegador quando um servidor está selecionado."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Título da janela do navegador quando uma tabela está selecionada."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7478,29 +7480,29 @@ 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]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista de proxies confiáveis para regras allow/deny de IP"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
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."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Diretório de upload"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Permitir pesquisa no banco de dados inteiro."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Usar a pesquisa de banco de dados"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7508,27 +7510,27 @@ msgstr ""
"Quando desabilitado, usuários não podem selecionar nenhuma das opções "
"abaixo, independentemente da checkbox a direita.."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Habilitar aba Desenvolvedor nas configurações"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Verificar a última versão"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Habilitar checagem pela última versão na página principal do phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Verificação de versão"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7540,11 +7542,11 @@ msgstr ""
"servidor onde o phpMyAdmin está instalado não tiver acesso direto à "
"internet. O formato é: \"hostname:portnumber\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "URL de Proxy"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7554,19 +7556,19 @@ msgstr ""
"efetuada. Se for fornecido um usuário, será efetuada uma Autenticação "
"Básica. Nenhum outro tipo de autenticação é suportado atualmente."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Usuário de Proxy"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "A senha para autenticar no proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Senha de Proxy"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7574,35 +7576,35 @@ msgstr ""
"Habilitar compressão [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/"
"a] para operações de importação e exportação."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Digite a chave pública do seu domínio no serviço reCaptcha."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Chave pública para o reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Digite a sua chave privada para o seu domínio no serviço reCaptcha."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Chave privada do reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Escolha a ação padrão ao enviar relatórios de erro."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Enviar relatório de erros"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
#, fuzzy
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
@@ -7611,7 +7613,7 @@ msgstr ""
"Ativar o modo de \"Configuração Zero\" que permite definir as tabelas de "
"armazenamento de configuração do phpMyAdmin automaticamente."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8038,8 +8040,8 @@ msgstr ", @TABLE@ se tornará o nome da tabela"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Esse valor é interpretado usando %1$sstrftime%2$s, então você pode usar as "
"strings de formatação de tempo. Adicionalmente a seguinte transformação "
@@ -8590,8 +8592,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Documentação e mais informações sobre PBXT podem ser encontradas na %sPágina "
"Inicial da PrimeBase XT%s."
@@ -9751,11 +9753,11 @@ msgstr "Bem-vindo ao %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Você provavelmente não criou o arquivo de configuração. Você deve usar o "
-"%1$sscript de setup%2$s para criar um."
+"Você provavelmente não criou o arquivo de configuração. Você deve usar o %1"
+"$sscript de setup%2$s para criar um."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11051,7 +11053,7 @@ msgstr "Nome do usuário"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Senha"
@@ -11081,8 +11083,8 @@ msgstr "ID do servidor"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Servidor"
@@ -11869,7 +11871,7 @@ msgstr "Nenhum privilégio"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Grupo de usuários"
@@ -11909,14 +11911,14 @@ msgstr "Limitar o número de conexões simultâneas que o usuário pode ter."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilégios específicos de tabela"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Nota: os nomes de privilégios do MySQL são expressos em inglês."
@@ -11925,7 +11927,7 @@ msgid "Administration"
msgstr "Administração"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilégios globais"
@@ -11934,7 +11936,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilégios específicos de banco de dados"
@@ -11954,13 +11956,13 @@ msgstr ""
"privilégios."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Informação de login"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Usar campo texto"
@@ -11987,7 +11989,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Você revogou os privilégios para %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Adicionar usuário"
@@ -12008,210 +12010,210 @@ msgstr "Conceder todos os privilégios no nome coringa (nome_do_usuário_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Conceder todos os privilégios no banco de dados '%s'."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Usuários que têm acesso à '%s'"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Usuário foi adicionado."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Usuário"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Conceder/Grant"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Nenhum usuário encontrado."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Qualquer"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "específico de banco de dados"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "coringa"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "específico de tabela"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Editar Privilégios"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Revogar"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Editar grupo de usuários"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… manter o antigo."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… apagar o antigo da tabela de usuários."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… revogar todos privilégios ativos do usuário antigo e depois apagá-lo."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… apagar o antigo da tabela de usuários e depois recarregar os privilégios."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Mudar informações de login / Copiar usuário"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Criar um novo usuário com os mesmos privilégios e …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilégios específicos de coluna"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "Adicionar privilégios no seguinte banco de dados:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Coringas % e _ precisam ser precedidos com uma \\ para serem usados "
"literalmente."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Adicionar privilégios na seguinte tabela:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Remover os usuários selecionados"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Revogar todos os privilégios ativos dos usuários e depois apagar eles."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Eliminar os bancos de dados que possem o mesmo nome dos usuários."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nenhum usuário selecionado para exclusão!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Recarregando os privilégios"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Os usuários selecionados foram apagados com sucesso."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Você mudou os privilégios para %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Eliminando %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Os privilégios foram recarregados com sucesso."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "O usuário %s já existe!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilégios para %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Novo usuário"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Editar privilégios:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Visão geral dos usuários"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela "
"de privilégios do MySQL. O conteúdo destas tabelas pode divergir dos "
"privilégios que o servidor usa se eles foram mudados manualmente. Neste "
"caso, você deve usar %sAtualizar privilégios%s antes de continuar."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "O usuário selecionado não foi encontrado na tabela de privilégios."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Você adicionou um novo usuário."
@@ -14213,14 +14215,6 @@ msgstr "Desativar agora"
msgid "Delete version"
msgstr "Criar versão"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "ativo"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "inativo"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Rastreando instruções"
@@ -14347,11 +14341,11 @@ msgstr ""
"Suas preferências serão salvas somente para a sessão atual. Armazená-las "
"permanentemente requer %sarmazenamento de configurações do phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "A configuração não pôde ser salva"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14692,24 +14686,24 @@ msgstr[1] "O nome da coluna '%s' é uma palavra reservada do MySQL."
msgid "No column selected."
msgstr "Nenhuma coluna selecionada."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Rastreamento de %s está ativo."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Os usuários selecionados foram apagados com sucesso."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nenhum registro selecionado"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Instruções SQL executadas."
@@ -15134,8 +15128,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"A relação entre a memória livre do cache de consultas e o tamanho total do "
"cache de consultas é de %s%%. Deveria ser maior do que 80%%"
@@ -15290,8 +15284,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% de todas as ordenações criam tabelas temporárias, este valor deveria "
"ser menor do que 10%%."
@@ -15462,8 +15456,8 @@ msgstr ""
#, php-format
msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s"
msgstr ""
-"Os valores atuais de tmp_table_size são de: %s e de max_heap_table_size de: "
-"%s"
+"Os valores atuais de tmp_table_size são de: %s e de max_heap_table_size de: %"
+"s"
#: libraries/advisory_rules.txt:269
msgid "Percentage of temp tables on disk"
@@ -16065,6 +16059,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert está com valor 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Desabilitar a expansão do banco de dados"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Excluir dados de monitoramento desta tabela"
@@ -17022,8 +17019,8 @@ msgstr "concurrent_insert está com valor 0"
#~ "Suggest a database name on the \"Create Database\" form (if possible) or "
#~ "keep the text field empty"
#~ msgstr ""
-#~ "Sugerir um nome do banco de dados no formulário \"Criar Banco de Dados"
-#~ "%quot; (se possível) ou manter o campo texto vazio"
+#~ "Sugerir um nome do banco de dados no formulário \"Criar Banco de Dados%"
+#~ "quot; (se possível) ou manter o campo texto vazio"
#~ msgid "Suggest new database name"
#~ msgstr "Sugerir nome para o banco de dados"
diff --git a/po/ro.po b/po/ro.po
index 455319d970..ba4f6780b3 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-10-23 14:29+0200\n"
"Last-Translator: Ion Adrian-Ionut \n"
"Language-Team: Romanian \n"
-"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ro\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -93,7 +93,7 @@ msgstr "Coloană"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "Primar"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nu"
@@ -207,16 +207,16 @@ msgstr "Nu"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Da"
@@ -266,15 +266,15 @@ msgstr ""
"Opțiunile adiționale pentru folosirea tabelelor intercalate au fost "
"dezactivate. Pentru a afla de ce, click %saici%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabel"
@@ -375,13 +375,13 @@ msgstr "Actualizat"
msgid "Status"
msgstr "Stare"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -394,7 +394,7 @@ msgstr "Acțiune"
msgid "Show"
msgstr "Arată"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -414,15 +414,25 @@ msgstr "Raport de monitorizare"
msgid "Structure snapshot"
msgstr "Instantaneu al structurii"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "inactiv"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "activ"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabele fără monitorizare"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Monitorizează tabel"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Jurnalul bazei de date"
@@ -546,7 +556,7 @@ msgid "Add geometry"
msgstr "Adaugă geometrie"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -568,9 +578,9 @@ msgstr "Adaugă geometrie"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -609,11 +619,11 @@ msgstr "Parametrii incompleți"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Probabil ați încercat să încărcați un fișier prea mare. Faceți referire la "
-"%sdocumentație%s pentru căi de ocolire a acestei limite."
+"Probabil ați încercat să încărcați un fișier prea mare. Faceți referire la %"
+"sdocumentație%s pentru căi de ocolire a acestei limite."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1326,12 +1336,12 @@ msgstr "Adaugă grafic la grilă"
msgid "Please add at least one variable to the series!"
msgstr "Adăugați cel puțin o variabilă la serie!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1837,18 +1847,18 @@ msgid "Show query box"
msgstr "Arată caseta de interogare"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Modifică"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nu este un număr valid de rânduri."
@@ -2094,7 +2104,7 @@ msgstr "Mărime pointer date"
msgid "Ignore"
msgstr "Ignoră"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Copiază"
@@ -2110,7 +2120,7 @@ msgstr "Linii terminate de"
msgid "Polygon"
msgstr "Poligon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrie"
@@ -2265,10 +2275,10 @@ msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
"Apăsați pe săgeata verticală
pentru a alterna vizibilitatea coloanei."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Arată tot"
@@ -2284,8 +2294,8 @@ msgstr ""
#: js/messages.php:439
msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F."
msgstr ""
-"Vă rugăm să introduceţi un şir hexazecimal valid. Caracterele valide sunt "
-"0-9, A-F."
+"Vă rugăm să introduceţi un şir hexazecimal valid. Caracterele valide sunt 0-"
+"9, A-F."
#: js/messages.php:440
msgid ""
@@ -2370,7 +2380,7 @@ msgstr "Ascunde panou"
msgid "Show hidden navigation tree items."
msgstr "Afişează itemii ascunşi din arborele din cadrul din stânga."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Link-ul cu panoul principal"
@@ -2442,7 +2452,7 @@ msgstr ", ultima versiune stabilă:"
msgid "up to date"
msgstr "la zi"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Creare view"
@@ -2867,8 +2877,8 @@ msgid "Requery"
msgstr "Reinterogare"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2877,16 +2887,16 @@ msgid "Delete"
msgstr "Șterge"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2957,7 +2967,7 @@ msgid "History"
msgstr "Istoric"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2998,7 +3008,7 @@ msgid "During current session"
msgstr "În timpul sesiunii curente"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3040,9 +3050,9 @@ msgstr "Arată istoricul interogărilor la pornire"
msgid "Show current browsing query"
msgstr "Arată interogarea curentă de navigare"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3051,9 +3061,9 @@ msgstr "Arată interogarea curentă de navigare"
msgid "Ascending"
msgstr "Crescătoare"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3253,161 +3263,161 @@ msgstr "În interiorul tabelelor:"
msgid "Inside column:"
msgstr "In interiorul coloanei::"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Salvaţi datele editate"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Restaurează ordinea coloanei"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrare înregistrări"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Caută în tabelă"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Început"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Anterior"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Următoarea"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Sfârșit"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Toate"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Număr de rânduri:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sortare după cheie"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Texte parțiale"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Texte întregi"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Cheie relațională"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Afișarea câmpului relațional"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Afișează conținut binar"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Afișează conținut BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Ascunde transformarea browser-ului"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Text Bine Cunoscut"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binar Bine Cunoscut"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Înregistrarea a fost ștearsă."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Oprește"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Poate fi aproximativ. Vezi [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Comanda SQL a fost executată cu succes."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Această vedere are minim acest număr de rânduri. Vedeți %sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Afișează înregistrările %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d în total, %2$d în interogare"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "total de %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Interogarea a durat %01.4f secunde."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Cele bifate:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3415,48 +3425,50 @@ msgstr "Cele bifate:"
msgid "Check All"
msgstr "Marchează toate"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Schimbă"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportă"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operațiuni asupra rezultatelor interogării"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Vizualizare imprimare"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Vizualizare listare (împreună cu text)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Arată diagramă"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Vizualizarea datelor GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Link-ul nu a fost găsit!"
@@ -3617,7 +3629,7 @@ msgid ""
msgstr "Indecșii %1$s și %2$s par a fi egali și unul din ei poate fi șters."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3677,9 +3689,9 @@ msgstr "Inserare"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Drepturi de acces"
@@ -3741,7 +3753,7 @@ msgstr "Coloane centrale"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Baze de date"
@@ -3852,7 +3864,7 @@ msgid "Recent"
msgstr "Recente"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabele favorite"
@@ -4294,14 +4306,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4574,7 +4586,7 @@ msgstr "Mărime maximă: %s%s"
msgid "MySQL said: "
msgstr "MySQL zice: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Explică SQL"
@@ -4586,7 +4598,7 @@ msgstr "Sari peste explicarea SQL"
msgid "Without PHP Code"
msgstr "fără cod PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Creează cod PHP"
@@ -5098,7 +5110,7 @@ msgid "Set value: %s"
msgstr "Seteaza valoarea: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Restaurează valoarea implicită"
@@ -6340,7 +6352,7 @@ msgid "Maximum displayed SQL length"
msgstr "Lungimea maximă de afișare SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Utilizatorii nu pot seta o valoare mai mare"
@@ -6419,37 +6431,37 @@ msgstr "Limita de memorie"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Afişează itemii ascunşi din arborele din cadrul din stânga."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Afișează logo în cadrul din stânga"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Afișează logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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-ul către care va indica logo-ul din cadrul de navigare"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL-ul către care indică link-ul logo-ului"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6458,11 +6470,11 @@ msgstr ""
"Deschide pagina link-ată în fereastra principală ([kbd]main[/kbd]) sau într-"
"o fereastră nouă ([kbd]new[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Ținta link-ului din logo"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the left frame"
msgid "Display server choice at the top of the navigation panel."
@@ -6470,21 +6482,21 @@ msgstr ""
"Afișează meniul de alegere a server-ului în partea de sus a cadrului din "
"stânga"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Afișează colecția de servere"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Ținta iconiței de acces rapid"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Ținta iconiței de acces rapid"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid ""
@@ -6492,19 +6504,19 @@ msgid ""
"display a filter box."
msgstr "Numărul minim de tabele pentru a afişa caseta cu filtrul de tabele"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of items to display the filter box"
msgstr "Numărul minim de tabele pentru a afişa caseta cu filtrul de tabele"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of databases to display the database filter box"
msgstr "Numărul minim de tabele pentru a afişa caseta cu filtrul de tabele"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -6516,85 +6528,85 @@ msgstr ""
"Doar versiunea light; afișează bazele de date într-un arbore (determinat de "
"separatorul definit mai jos)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
msgid "String that separates databases into different tree levels."
msgstr ""
"Șir de caractere care separă bazele de date în diferite niveluri ale "
"arborelui"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separator arbore baze de date"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr ""
"Șir de caractere care separă tabelele în diferite niveluri ale arborelui"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separator arbore tabele"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Adâncimea maximă a arborelui de tabele"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Evidențiați server-ul deasupra căruia se află cursorul mouse-ului"
# Activați evidențierea
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Activați highlighting-ul"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Afișează bazele de date ca o listă"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+msgid "Enable navigation tree expansion"
+msgstr "bară de navigare cu iconițe"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Numărul maxim de tabele recent folosite; setați 0 pentru dezactivare"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Numărul maxim de tabele recent folosite; setați 0 pentru dezactivare"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tabele recent folosite"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "Acestea sunt link-urile de Editare, Copiere și Ștergere"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
#, fuzzy
msgid "Where to show the table row links"
msgstr "Unde să fie afișate link-urile din rândurile tabelelor"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
@@ -6602,35 +6614,35 @@ msgstr ""
"Folosește ordinea naturală pentru sortarea numelor tabelelor și bazelor de "
"date"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Ordine naturală"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "Folosește doar iconițe. doar text sau ambele"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
msgid "Table navigation bar"
msgstr "bară de navigare cu iconițe"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
"folosește GZip output buffering pentru viteză mărită în transferurile HTTP"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
#, fuzzy
msgid "GZip output buffering"
msgstr "GZip output buffering"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6642,21 +6654,21 @@ msgstr ""
"[kbd]SMART[/kbd] - adică ordine descrescătoare pentru coloane de tipul TIME, "
"DATE, DATETIME și TIMESTAMP, sau crescătoare altfel"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Ordine de sortare implicită"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Folosește conexiuni persistente la baze de date MySQL"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Conexiuni persistente"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
msgid ""
"Disable the default warning that is displayed on the database details "
@@ -6667,11 +6679,11 @@ msgstr ""
"structură ale bazei de date, dacă oricare dintre tabelele necesare pentru "
"stocarea configurării phpMyAdmin nu a putut fi găsită"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Tabele de stocare a configurării phpMyAdmin absente"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -6683,11 +6695,11 @@ msgstr ""
"Dezactivează avertismentul implicit care este afișat dacă mcrypt lipsește "
"pentru autentificarea prin cookie-uri"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
msgid ""
"Disable the default warning that is displayed on the Structure page if "
@@ -6697,31 +6709,31 @@ msgstr ""
"structură ale bazei de date, dacă oricare dintre tabelele necesare pentru "
"stocarea configurării phpMyAdmin nu a putut fi găsită"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "Permite afișarea tuturor rândurilor"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Nu permite editarea coloanelor BLOB și BINARY"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Protejează coloanele binare"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6732,21 +6744,21 @@ msgstr ""
"folosesc funcții JS pentru afișarea istoriei interogprilor ( pierdute la "
"închiderea ferestrei )."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Istoric interogări permanent"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Câte interogări sunt ținute în istorie"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Lungimea istoriei de interogări"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
@@ -6754,11 +6766,11 @@ msgstr ""
"Selectați care funcții vor fi folosite pentru conversia seturilor de "
"caractere"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Motor de înregistrare"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
@@ -6766,21 +6778,21 @@ msgstr ""
"Când se vizualizează tabele, ordinea de sortare a fiecărui tabel este "
"reținută"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Reține sortarea tabelei"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Ordine de sortare implicită"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -6790,97 +6802,97 @@ msgstr ""
"Repetă header-ul la fiecare X celule, [kbd]0[/kbd] dezactivează această "
"opțiune"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Repetă header-ul"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Afișarea câmpului relațional"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Opțiuni de afișare a serverelor."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
#, fuzzy
#| msgid "Save all edited cells at once"
msgid "Grid editing: save all edited cells at once"
msgstr "Salvează toate câmpurile editate simultan"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "Directoarele unde export-urile pot fi salvate pe server"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Directorul de salvări"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Lăsați gol dacă nu este folosit"
# Ordinea de autorizare a gazdelor
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Ordinea de autorizare a host-urilor"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Lăsați gol pentru valorile implicite"
# Reguli de autorizare a gazdelor
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Reguli de autorizare a host-urilor"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Permite logările fără parolă"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Permite autentificarea ca „root”"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Valoare sesiune"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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 ""
"Numele HTTP Basic Auth Realm ce va fi afișat când se face autentificarea HTTP"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
#, fuzzy
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -6895,21 +6907,21 @@ msgstr ""
"autentificarea hardware SweKey [/a] (ce nu se află în rădăcină; sugestie: /"
"etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Fișierul de configurare SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Metoda de autentificare de utilizat"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipul autentificării"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
@@ -6921,11 +6933,11 @@ msgstr ""
"Lăsați necompletat dacă nu doriți suport pentru [a@http://wiki.phpmyadmin."
"net/pma/bookmark]bookmark-uri[/a], sugestie: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabelul de bookmark-uri"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -6937,21 +6949,21 @@ msgstr ""
"Lăsați necompletat dacă nu doriți comentarii pentru coloane/mime types, "
"sugestie: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabelul cu informații despre coloane"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Comprimă conexiunea la serverul MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Comprimă conexiunea"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
@@ -6959,16 +6971,16 @@ msgstr ""
"Cum se realizează conexiunea la server, lăsați [kbd]tcp[/kbd] dacă nu "
"sunteți sigur"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipul conexiunii"
# Parola pentru utilizatorul de control
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Parola pentru control user"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -6982,13 +6994,13 @@ msgstr ""
"informații găsiți pe [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
# Utilizator de control
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
#, fuzzy
msgid "Control user"
msgstr "Control user"
# O altă gazdă care să deţină stocarea configurației; lăsați necompletat pentru a utiliza gazda deja definită
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7001,12 +7013,12 @@ msgstr ""
"a utiliza host-ul deja definit"
# Gazdă de control
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Gazdă de control"
# O altă gazdă care să deţină stocarea configurației; lăsați necompletat pentru a utiliza gazda deja definită
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -7020,19 +7032,19 @@ msgstr ""
"a utiliza host-ul deja definit"
# Gazdă de control
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "Gazdă de control"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Ascunde bazele de date care respectă expresia regulată (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7040,15 +7052,15 @@ msgstr ""
"Mai multe informații pe [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"PMA bug tracker[/a] și pe [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Dezactivează folosirea INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Ascunde baze de date"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7060,26 +7072,26 @@ msgstr ""
"Lăsați necompletat dacă nu doriți suport pentru istoricul interogărilor, "
"sugestie: [kbd]pma_history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabelă istoric interogări SQL"
# Numele gazdei pe care rulează serverul MySQL
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "Numele host-ului pe care rulează serverul MySQL"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Numele de gazdă al serverului"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL-ul pentru delogare"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -7091,15 +7103,15 @@ msgstr ""
"Limitează numărul de preferințe ale tabelelor ce sunt stocate în baza de "
"date, cele mai vechi fiind automat înlăturate"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Numărul maxim de preferințe ale tabelelor de stocat"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
@@ -7108,13 +7120,13 @@ msgstr ""
"Lăsați necompletat dacă nu doriți suport PDF schema, sugesti: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Coloane centrale"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
@@ -7123,17 +7135,17 @@ msgstr ""
"Lăsați necompletat dacă nu doriți suport PDF schema, sugestie: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Încearcă conectarea fără parolă"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Conectează fără parolă"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| "You can use MySQL wildcard characters (% and _), escape them if you want "
@@ -7152,21 +7164,21 @@ msgstr ""
"de date, doar introduceți numele lor în ordine și folosiți [kbd]*[/kbd] la "
"sfârșit pentru a afișa restul în ordine alfabetică."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Afișează doar bazele de date listate"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "Lăsați gol dacă nu utilizați „config auth”"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Parola pentru „config auth”"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
@@ -7174,12 +7186,12 @@ msgstr ""
"Lăsați necompletat dacă nu doriți suport PDF schema, sugesti: [kbd]"
"pma_pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
#, fuzzy
msgid "PDF schema: pages table"
msgstr "PDF schema: tabela de pagini"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7195,24 +7207,24 @@ msgstr ""
"complete. Lăsați necompletat dacă nu doriți suport. Sugestie: [kbd]phpmyadmin"
"[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "nume bază de date"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 "Portul la care ascultă serverul MySQL, lăsați gol pentru implicit"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Portul serverului"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7224,11 +7236,11 @@ msgstr ""
"Lăsați necompletat dacă nu doriți tabele - în mod \"persistent\" - recent "
"folosite peste sesiuni, sugestie: [kbd]pma_recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabel folosit recent"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7240,13 +7252,13 @@ msgstr ""
"Lăsați necompletat dacă nu doriți tabele - în mod \"persistent\" - recent "
"folosite peste sesiuni, sugestie: [kbd]pma_recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Tabele favorite"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7258,12 +7270,12 @@ msgstr ""
"Lăsați necompletat dacă nu doriți suport [a@http://wiki.phpmyadmin.net/pma/"
"relation]relation-links[/a], sugestie: [kbd]pma_relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Tabel relațional"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7275,35 +7287,35 @@ msgstr ""
"Vezi [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] pentru un exemplu"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
#, fuzzy
msgid "Signon session name"
msgstr "Numele sesiunii signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
#, fuzzy
msgid "Signon URL"
msgstr "ULR-ul signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, fuzzy
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr "Portul la care ascultă serverul MySQL, lăsați gol pentru implicit"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Soclul serverului"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr "Comprimă conexiunea la serverul MySQL"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Utilizează SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7312,13 +7324,13 @@ msgstr ""
"Lăsați necompletat dacă nu doriți suport PDF schema, sugestie: [kbd]"
"pma_table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF schema: coordonatele tabelului"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7330,13 +7342,13 @@ msgstr ""
"Tabelul care descrie coloanele de afișare, lăsați necompletat dacă nu doriți "
"suport; sugestie: [kbd]pma_table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Afișează tabelul de coloane"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables'UI preferences across sessions, "
@@ -7349,11 +7361,11 @@ msgstr ""
"Interfeței cu Utilizatorul ale tabelului peste sesiuni, sugestie: [kbd]"
"pma_table_uiprefs[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Preferințele Interfeței cu Utilizatorul ale tabelului"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7361,11 +7373,11 @@ msgstr ""
"Dacă o declarație DROP DATABASE IF EXISTS va fi adăugată ca prima linie la "
"jurnal când se creează o bază de date."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Adaugă DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7373,11 +7385,11 @@ msgstr ""
"Dacă o declarație DROP DATABASE IF EXISTS va fi adăugată ca prima linie la "
"jurnal când se creează un tabel."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Adaugă DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7385,21 +7397,21 @@ msgstr ""
"Dacă o declarație DROP VIEW IF EXISTS va fi adăugată ca prima linie la "
"jurnal când se creează un view."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Adaugă DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Definește lista de declarații pe care auto-crearea le folosește la "
"versiunile noi."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Declarații de urmărit"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7412,11 +7424,11 @@ msgstr ""
"sugestie: [kbd]pma_tracking[/kbd]"
# Tabelul de urmărire interogări SQL
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabelul de tracking interogări SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7424,13 +7436,13 @@ msgstr ""
"Dacă mecanismul de urmărire creează versiuni pentru tabele și vizualizări în "
"mod automat."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Regim de recuperare automată"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7442,37 +7454,37 @@ msgstr ""
"Lăsați necompletat dacă nu doriți stocarea preferințelor utilizatorilor în "
"baza de date, sugestie: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabelul de stocare a preferințelor utilizatorului"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Utilizare tabele"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Utilizare tabel gazde"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7484,15 +7496,15 @@ msgstr ""
"Lăsați necompletat dacă nu doriți stocarea preferințelor utilizatorilor în "
"baza de date, sugestie: [kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Utilizator pentru „config auth”"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7501,22 +7513,22 @@ msgstr ""
"afișa numele de gazdă în loc."
# Numele "pe larg" al acestui server
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Numele \"verbose\" al acestui server"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 ""
"Dacă unui utilizator să i se afișeze un buton \"arata-le pe toate(randurile\""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Permite afișarea tuturor rândurilor"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7533,44 +7545,44 @@ msgstr ""
"de configurare; nu se limitează capacitatea de a executa aceeași comandă "
"direct"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Arată formularul de schimbare a parolei"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Arată formularul de creare bază de date"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Arată informația PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
msgid "Show Last check timestamp"
msgstr "Afișează stare sclav"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7582,33 +7594,33 @@ msgstr ""
"Stabilește dacă să se afișeze inițial sau nu câmpurile de tip, în modul de "
"editare/inserare"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Afișează tipurile câmpurilor"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "Afișează câmpurile de funcții în modul de editare/inserare"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Afișează câmpurile de funcții"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "Dacă să se afișeze indiciul sau nu"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Arată indiciul"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7620,15 +7632,15 @@ msgstr ""
"Afișează link-ul către output-ul [a@http://php.net/manual/function.phpinfo."
"php]phpinfo()[/a]"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Afișează link-ul phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Afișează informații detaliate despre serverul MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7638,11 +7650,11 @@ msgstr ""
"Definește dacă interogările SQL generate de phpMyAdmin ar trebui să fie "
"afișate"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Afișează interogările SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7651,11 +7663,11 @@ msgid ""
msgstr ""
"Definește dacă după submit, casuța de interogare ar trebui să rămână pe ecran"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Reține căsuța de interogare"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
@@ -7663,11 +7675,11 @@ msgstr ""
"Permite afișarea statisticilor pentru baze de date și tabeluri (utilizarea "
"spațiului de exemplu)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Afișează statistici"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7677,22 +7689,22 @@ msgstr ""
"Marchează tabelele folosite și fă posibilă afișarea bazelor de date cu "
"tabele zăvorâte"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Sari peste tabelele zăvorâte"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
"Un avertisment este afișat pe prima pagina dacă Suhosin este descoperit"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
#, fuzzy
msgid "Suhosin warning"
msgstr "Avertizare Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
msgid ""
"Disable the default warning that is displayed on the main page if the value "
@@ -7703,13 +7715,13 @@ msgstr ""
"structură ale bazei de date, dacă oricare dintre tabelele necesare pentru "
"stocarea configurării phpMyAdmin nu a putut fi găsită"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Validitatea cookie-ului de login"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -7722,11 +7734,11 @@ msgstr ""
"fi marită pentru textarea-urile de interogări SQL (*2) și pentru ferestrele "
"de interogări (*1.25)"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Coloane textarea"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
#| msgid ""
#| "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -7739,39 +7751,39 @@ msgstr ""
"fi marită pentru textarea-urile de interogări SQL (*2) și pentru ferestrele "
"de interogări (*1.25)"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Rânduri textarea"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "Titlul ferestrei browser-ului când este selectată o bază de date"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "TItlul ferestrei browser-ului când nu este selectat nimic"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Titlu implicit"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "Titlul ferestrei browser-ului când este selectat un server"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "Titlul ferestrei browser-ului când este selectat un tabel"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -7789,32 +7801,32 @@ 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]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista proxy-urilor de încredere pentru IP allow/deny"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr "Directorul de pe server unde puteți uploada fișiere pentru importare"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
#, fuzzy
msgid "Upload directory"
msgstr "Directorul de bază pentru date"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "Permiteți căutarea în întreaga bază de date"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Folosiți căutarea în baza de date"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
#, fuzzy
#| msgid ""
#| "When disabled, users cannot set any of the options below, regardless of "
@@ -7826,29 +7838,29 @@ msgstr ""
"Când este dezactivat, userii nu pot seta niciuna din opțiunile de mai jos, "
"indiferent de checkbox-ul din dreapta"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Activați tab-ul Developer în setări"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Verificați pentru ultima versiune"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Activați verificarea pentru ultima versiune pe pagina principală phpMyAdmin"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Verificarea versiunii"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7856,33 +7868,33 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Nume utilizator:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Parola"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7894,45 +7906,45 @@ msgstr ""
"Activați compresia în format [a@http://en.wikipedia.org/wiki/ZIP_"
"(file_format)]ZIP[/a] pentru operațiile de import și export"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
#, fuzzy
#| msgid "Ask before sending error reports"
msgid "Choose the default action when sending error reports."
msgstr "Întreabă înainte de a trimite rapoarte de eroare"
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Portul serverului"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8413,17 +8425,17 @@ msgstr ", @TABLE@ va deveni numele tabelei"
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
-#| "matting strings. Additionally the following transformations will pen: "
-#| "%3$s. Other text will be kept as is."
+#| "matting strings. Additionally the following transformations will pen: %3"
+#| "$s. Other text will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Această valoare este interpretată folosind %1$sstrftime%2$s, ca sa puteţi "
"folosi şiruri de formatare a timpului. În plus, următoarele transformări vor "
-"avea loc: %3$s. Orice alt text va fi păstrat aşa cum este. Vedeţi %4$sFAQ"
-"%5$s pentru detalii."
+"avea loc: %3$s. Orice alt text va fi păstrat aşa cum este. Vedeţi %4$sFAQ%5"
+"$s pentru detalii."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8983,8 +8995,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10185,8 +10197,8 @@ msgstr "Bine ați venit la %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Motivul probabil pentru aceasta este că nu ați creat un fișier de "
"configurare. Puteți folosi %1$s vrăjitorul de setări %2$s pentru a crea un "
@@ -11554,7 +11566,7 @@ msgstr "Nume utilizator"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Parola"
@@ -11586,8 +11598,8 @@ msgstr "ID server"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Gazda"
@@ -12471,7 +12483,7 @@ msgstr "Nici unul(a)"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12517,14 +12529,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Drepturi specifice de tabele"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12535,7 +12547,7 @@ msgid "Administration"
msgstr "Administrare"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilegii globale"
@@ -12546,7 +12558,7 @@ msgid "Global"
msgstr "global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Drepturi specifice bazei de date"
@@ -12566,13 +12578,13 @@ msgstr ""
"de drepturi."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Informații de autentificare"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Utilizare câmp text"
@@ -12597,7 +12609,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Drepturile tale au fost revocate pentru %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Adaugă utilizator"
@@ -12618,228 +12630,228 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Verifică privilegiile pentru baza de date \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Utilizatorul are acces la \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Vizualizarea %s a fost eliminată"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Utilizator"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Permite"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Nu s-a găsit nici un utilizator."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Oricare"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "specific bazei de date"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "Metacaracter"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "specific bazei de date"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Editează drepturile de acces"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Revocare"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Redactează serverul"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… menține cel vechi."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… șterge cel vechi din tabelul de utilizatori."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"…revocă toate privilegiile active de la utilizatorul vechi și șterge-l după "
"aceea."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… șterge cel vechi din tabelul de utilizatori și reîncarcă privilegiile."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Schimbă informațiile de autentificare/Copiază utilizator"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Creează un utilizator nou cu aceleași privilegii și…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Drepturi specifice coloanei"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Adaugă drepturi la baza de date următoare"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "Metacaracterele _ și % trebuiesc însoțite de \\ pentru a le aplica."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Adaugă drepturi la următorul tabel"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Eliminarea utilizatorilor selectați"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Revocarea tuturor drepturilor active ale utilizatorilor și stergerea "
"acestora."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Aruncă baza de date care are același nume ca utilizatorul."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nici un utilizator ales pentru ștergere!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Reîncărcarea drepturilor"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Utilizatorii selectați au fost eliminați."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ați actualizat privilegiile pentru %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Șterge %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Drepturile au fost reîncarcate cu succes."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Utilizatorul %s există deja!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Drepturi de acces"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
#, fuzzy
#| msgid "New"
msgctxt "Create new user"
msgid "New"
msgstr "Nou"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Editează drepturile de acces"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Descriere utilizator"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Notă: phpMyAdmin folosește privilegiile utilizatorilor direct din tabelul de "
"privilegii din MySQL. Conținutul acestui tabel poate diferi de cel original. "
"În acest caz, reîncărcați de aici înainte de a continua %sreîncărcarea "
"drepturilor%s."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Utilizatorul selectat nu a fost găsit în tabelul de drepturi."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Ați adăugat un nou utilizator."
@@ -14831,14 +14843,6 @@ msgstr "Dezactivează acum"
msgid "Delete version"
msgstr "Creează versiune"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "activ"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "inactiv"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14968,13 +14972,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not save configuration"
msgstr "Nu s-a putut încărca configurația implicită din: „%1$s”"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15303,25 +15307,25 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nicio coloană aleasă."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "Monitorizarea este activată"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Utilizatorii selectați au fost eliminați."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nici un rând selectat"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15743,8 +15747,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Raportul curent dintre memoria cache liberă a interogărilor și memoria cache "
"totală a interogărilor este %s%%. Ar trebui să fie peste 80%%"
@@ -15915,8 +15919,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% din sortări au generat tabele temporare, această valoare ar trebui să "
"fie mai mică de 10%%."
@@ -16566,8 +16570,8 @@ msgid ""
"mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfilesize-"
"proper-way.html\">this blog entry"
msgstr ""
-"De obicei, este suficientă setarea propietății {innodb_log_file_size} la "
-"25%% din mărimea lui {innodb_buffer_pool_size}. O valoare foarte mare pentru "
+"De obicei, este suficientă setarea propietății {innodb_log_file_size} la 25%"
+"% din mărimea lui {innodb_buffer_pool_size}. O valoare foarte mare pentru "
"{innodb_log_file_size} va încetini considerabil timpul de recuperare după o "
"distrugere(eroare gravă) a unei baze de date. A se vedea de asemenea \n"
"Language-Team: Russian \n"
-"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: ru\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 2.2-dev\n"
#: changelog.php:36 license.php:28
@@ -93,7 +93,7 @@ msgstr "Столбец"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "Первичный"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Нет"
@@ -207,16 +207,16 @@ msgstr "Нет"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Да"
@@ -262,15 +262,15 @@ msgid ""
msgstr ""
"Хранилище конфигурации phpMyAdmin неактивно. %sДля определения причины%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Таблица"
@@ -373,13 +373,13 @@ msgstr "Обновлёно"
msgid "Status"
msgstr "Состояние"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -392,7 +392,7 @@ msgstr "Действие"
msgid "Show"
msgstr "Показать"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -412,15 +412,25 @@ msgstr "Отчёт слежения"
msgid "Structure snapshot"
msgstr "Снимок структуры"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "выключено"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "включено"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Неотслеживаемые таблицы"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Отслеживать таблицу"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Журнал базы данных"
@@ -542,7 +552,7 @@ msgid "Add geometry"
msgstr "Добавить геометрию"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -564,9 +574,9 @@ msgstr "Добавить геометрию"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -605,8 +615,8 @@ msgstr "Неполные параметры"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Вероятно, размер загружаемого файла слишком велик. Способы обхода данного "
"ограничения описаны в %sдокументации%s."
@@ -1315,12 +1325,12 @@ msgstr "Добавить график к сетке"
msgid "Please add at least one variable to the series!"
msgstr "Пожалуйста, добавьте в серию хотя бы одну переменную!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1820,18 +1830,18 @@ msgid "Show query box"
msgstr "Отобразить поле запроса"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Изменить"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "Число %d не является правильным номером строки."
@@ -2076,7 +2086,7 @@ msgstr "Содержание точки данных"
msgid "Ignore"
msgstr "Игнорировать"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Копировать"
@@ -2092,7 +2102,7 @@ msgstr "Линия"
msgid "Polygon"
msgstr "Многоугольник"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Геометрия"
@@ -2243,10 +2253,10 @@ msgstr "Кликните дважды для копирования имени
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Кликните выпадающую стрелку
для переключения видимости столбца."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Показать все"
@@ -2346,7 +2356,7 @@ msgstr "Скрыть панель"
msgid "Show hidden navigation tree items."
msgstr "Отображать скрытые пункты дерева навигации."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Связать с главной панелью"
@@ -2418,7 +2428,7 @@ msgstr ", последняя стабильная версия:"
msgid "up to date"
msgstr "актуально"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Создать представление"
@@ -2796,8 +2806,8 @@ msgstr "Неожиданные символы на строке %s."
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"."
msgstr ""
-"Неожиданный символ на строке %1$s. Ожидается символ табуляции, а найден "
-"\"%2$s\"."
+"Неожиданный символ на строке %1$s. Ожидается символ табуляции, а найден \"%2"
+"$s\"."
#: libraries/Advisor.class.php:475
msgid "per second"
@@ -2845,8 +2855,8 @@ msgid "Requery"
msgstr "Повторный запрос"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2855,16 +2865,16 @@ msgid "Delete"
msgstr "Удалить"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2935,7 +2945,7 @@ msgid "History"
msgstr "История"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2976,7 +2986,7 @@ msgid "During current session"
msgstr "В течение текущей сессии"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3018,9 +3028,9 @@ msgstr "Показать историю запросов"
msgid "Show current browsing query"
msgstr "Показать текущий просматриваемый запрос"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3029,9 +3039,9 @@ msgstr "Показать текущий просматриваемый запр
msgid "Ascending"
msgstr "По возрастанию"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3227,162 +3237,162 @@ msgstr "В таблицах:"
msgid "Inside column:"
msgstr "В поле:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Сохранить отредактированные данные"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Восстановить порядок столбцов"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Фильтровать строки"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Поиск в таблице"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Начало"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Предыдущая"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Следующая"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Конец"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Все"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Количество строк:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Сортировать по индексу"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Сокращенные тексты"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Полные тексты"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Ссылочный ключ"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Отображение связанного поля"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Показать бинарные данные"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Показать BLOB содержимое"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Скрыть преобразование"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Текст (WKT)"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Бинарный (WKB)"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Строка была удалена."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Завершить"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Может быть приблизительно. Смотрите [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "SQL-запрос успешно выполнен."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Данное представление имеет, по меньшей мере, указанное количество строк. "
"Пожалуйста, обратитесь к %sдокументации%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Отображение строк %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d всего, %2$d в запросе"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d всего"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Запрос занял %01.4f сек."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "С отмеченными:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3390,48 +3400,50 @@ msgstr "С отмеченными:"
msgid "Check All"
msgstr "Отметить все"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Изменить"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Экспорт"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Использование результатов запроса"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Версия для печати"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Версия для печати (полностью)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Отобразить график"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Визуализация GIS данных"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Связь не найдена!"
@@ -3597,7 +3609,7 @@ msgid ""
msgstr "Индексы %1$s и %2$s равнозначны и один из них может быть удалён."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сервер"
@@ -3657,9 +3669,9 @@ msgstr "Вставить"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Привилегии"
@@ -3721,7 +3733,7 @@ msgstr "Центральные столбцы"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Базы данных"
@@ -3832,7 +3844,7 @@ msgid "Recent"
msgstr "Недавнее"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Избранные таблицы"
@@ -4259,8 +4271,8 @@ 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 ""
-"Восьми-байтовое целое число, диапазон чисел со знаком от "
-"-9,223,372,036,854,775,808 до 9,223,372,036,854,775,807, диапазон чисел без "
+"Восьми-байтовое целое число, диапазон чисел со знаком от -"
+"9,223,372,036,854,775,808 до 9,223,372,036,854,775,807, диапазон чисел без "
"знака от 0 до 18,446,744,073,709,551,615"
#: libraries/Types.class.php:330 libraries/Types.class.php:772
@@ -4274,20 +4286,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Малое число с плавающей точкой, допустимые значения от -3.402823466E+38 до "
-"-1.175494351E-38, 0, и от 1.175494351E-38 до 3.402823466E+38"
+"Малое число с плавающей точкой, допустимые значения от -3.402823466E+38 до -"
+"1.175494351E-38, 0, и от 1.175494351E-38 до 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Число с плавающей точкой удвоенной точности, допустимые значения от "
-"-1.7976931348623157E+308 до -2.2250738585072014E-308, 0, и от "
+"Число с плавающей точкой удвоенной точности, допустимые значения от -"
+"1.7976931348623157E+308 до -2.2250738585072014E-308, 0, и от "
"2.2250738585072014E-308 до 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4334,8 +4346,8 @@ msgid ""
"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)"
msgstr ""
"Временная метка, диапазон от \"1970-01-01 00:00:01\" UTC до \"2038-01-09 "
-"03:14:07\" UTC, содержит количество секунд прошедших со времени "
-"(\"1970-01-01 00:00:00\" UTC)"
+"03:14:07\" UTC, содержит количество секунд прошедших со времени (\"1970-01-"
+"01 00:00:00\" UTC)"
#: libraries/Types.class.php:350 libraries/Types.class.php:788
#, php-format
@@ -4580,7 +4592,7 @@ msgstr "Максимальный размер: %s%s"
msgid "MySQL said: "
msgstr "Ответ MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Анализ SQL запроса"
@@ -4592,7 +4604,7 @@ msgstr "Убрать анализ SQL"
msgid "Without PHP Code"
msgstr "Убрать PHP-код"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP-код"
@@ -5103,7 +5115,7 @@ msgid "Set value: %s"
msgstr "Установить значение: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Восстановить изначальное значение"
@@ -5200,8 +5212,8 @@ msgid ""
"random session invalidation (currently session.gc_maxlifetime is %d)."
msgstr ""
"%sLogin cookie validity%s более %ssession.gc_maxlifetime%s секунд может "
-"вызывать случайные сбросы сессии (текущее значение session.gc_maxlifetime - "
-"%d)."
+"вызывать случайные сбросы сессии (текущее значение session.gc_maxlifetime - %"
+"d)."
#: libraries/config/ServerConfigChecks.class.php:410
#, php-format
@@ -5231,8 +5243,8 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"При необходимости используйте дополнительные настройки безопасности - "
-"%sидентификация по хосту%s и %sсписок доверенных прокси серверов%s. Однако, "
+"При необходимости используйте дополнительные настройки безопасности - %"
+"sидентификация по хосту%s и %sсписок доверенных прокси серверов%s. Однако, "
"защита по IP может быть ненадежной, если ваш IP не является выделенным и "
"кроме вас принадлежит тысячам пользователей того же интернет провайдера."
@@ -6303,7 +6315,7 @@ msgid "Maximum displayed SQL length"
msgstr "Максимальная длина отображаемого SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Пользователи не смогут установить более высокое значение"
@@ -6373,33 +6385,33 @@ msgstr "Лимит памяти"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Отображать скрытые пункты дерева навигации."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr "Связать с главной панелью, выделив текущую базу данных или таблицу."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Отображать логотип в панели навигации."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Выводить логотип"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL, на который будет ссылаться логотип в панели навигации."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL ссылка логотипа"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6407,29 +6419,29 @@ msgstr ""
"Открывать ссылку в основном окне ([kbd]main[/kbd]) или в новом ([kbd]new[/"
"kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Цель ссылки логотипа"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Отображать в верхней части панели навигации список серверов."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Отображать выбор сервера"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Цель иконки быстрого доступа"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Цель иконки быстрого доступа"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6437,15 +6449,15 @@ msgstr ""
"Определяет минимальное количество пунктов (таблиц, представлений, функций и "
"событий) для вывода поля фильтра."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Минимальное количество пунктов для вывода поля фильтра"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Минимальное количество баз данных для отображения поля фильтра"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6453,97 +6465,102 @@ msgstr ""
"Группировать пункты в дереве навигации (определяется указанием разделителя "
"ниже)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Группировать пункты в дереве"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Строка, разделяющая базы данных на различные уровни дерева."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Разделитель дерева баз данных"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Строка, разделяющая таблицы на различные уровни дерева."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Разделитель дерева таблиц"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Максимальная глубина дерева таблиц"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Подсвечивать сервер при наведении курсора."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Включить подсветку"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Следует ли отключить возможность расширения базы данных или нет."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Отключить расширение базы данных"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Строка навигации по таблице"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Максимальное количество недавно использованных таблиц; для отключения "
"установите в 0."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
"Максимальное количество избранных таблиц; для отключения установите в 0."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Недавно использованные таблицы"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Ссылки редактирования, копирования и удаления."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Где вывести ссылки строки таблицы"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Использовать естественный порядок сортировки имен таблиц и баз данных."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Порядок сортировки"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Использовать только иконки, только текст, или всё вместе."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Строка навигации по таблице"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
"Использовать буферизацию вывода GZip для увеличения скорости передачи данных "
"по HTTP."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Буферизация вывода GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6551,19 +6568,19 @@ msgstr ""
"[kbd]SMART[/kbd] - означает обратный порядок сортировки для полей типа TIME, "
"DATE, DATETIME и TIMESTAMP; в ином случае порядок будет прямой."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Порядок сортировки"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Использовать постоянные соединения с базами данных MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Постоянные соединения"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6572,11 +6589,11 @@ msgstr ""
"Отключить предупреждение, отображаемое на странице структуры базы данных при "
"отсутствии таблиц, необходимых для хранения конфигурации phpMyAdmin."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Отсутствие таблиц хранения конфигурации phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6584,11 +6601,11 @@ msgstr ""
"Отключить отображение предупреждения при различии версий библиотеки MySQL и "
"сервера."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Предупреждение различия Сервера/библиотеки"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6596,27 +6613,27 @@ msgstr ""
"Отключить предупреждение, отображаемое на странице структуры при наличии "
"столбцов таблицы с именами, являющимися зарезервированными словами MySQL."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Предупреждение о зарезервированном слове MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Как отображать вкладки меню"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Как отображать ссылки на различные действия"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Запретить возможность редактирования столбцов типа BLOB и BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Защитить бинарные данные"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6626,126 +6643,126 @@ msgstr ""
"настройка расширений phpMyAdmin). При отключении, для истории запросов "
"используется JavaScript (история теряется при закрытии окна)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Постоянная история запросов"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Количество запросов, хранимых в истории."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Длина истории запросов"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Выберите функции, которые будут использоваться для перекодирования."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Механизм перекодирования"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "При просмотре таблиц запоминается сортировка каждой таблицы."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Запоминать сортировку таблиц"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Порядок сортировки по-умолчанию для таблиц с первичным ключом."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Порядок сортировки первичного ключа по-умолчанию"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
"Повторять заголовки через каждые X ячеек, [kbd]0[/kbd] отключает данную "
"функцию."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Повтор заголовков"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Редактирование сетки: действие триггера"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Отображение связанного поля"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Параметры отображения списка серверов."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Редактирование сетки: сохранить все отредактированные ячейки сразу"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Каталог на сервере, в который можно сохранять файлы при экспорте."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Каталог сохранения"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Оставьте поле пустым, если не используете данную функцию."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Последовательность идентификации хоста"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Оставьте поле пустым для использования значения по-умолчанию."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Правила идентификации хоста"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Разрешать подключения без пароля"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Разрешить вход под root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Значение сессии"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "Отображаемая строка при идентификации методом HTTP."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Область HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6754,19 +6771,19 @@ msgstr ""
"Путь к конфигурационному файлу для [a@http://swekey.com]SweKey hardware "
"authentication[/a]."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Конфигурационный файл SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Используемый метод идентификации."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Тип идентификации"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6774,11 +6791,11 @@ msgstr ""
"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/bookmark]закладок"
"[/a] оставьте поле пустым, рекомендуется: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Таблица закладок"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6786,31 +6803,31 @@ msgstr ""
"Для отключения поддержки комментариев/mime-типов полей оставьте поле пустым, "
"рекомендуется: [kbd]pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Таблица информации полей"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Сжимать данные при соединении с сервером MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Соединение со сжатием"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Способ соединения с сервером. Если неуверены, оставьте [kbd]tcp[/kbd]."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Тип соединения"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Пароль выделенного пользователя"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6818,11 +6835,11 @@ msgstr ""
"Специальный пользователь MySQL с ограниченными привилегиями. Подробнее: "
"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Выделенный пользователь"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6830,11 +6847,11 @@ msgstr ""
"Альтернативный хост для хранения настроек конфигурации; для использования "
"уже определённого хоста оставьте поле пустым."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Контрольный хост"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6844,15 +6861,15 @@ msgstr ""
"уже определённого поста оставьте поле пустым, или уже заранее определённым, "
"если контрольный хост идентичен хосту."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Контрольный порт"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Скрыть базы данных, подпадающие под регулярное выражение (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6860,15 +6877,15 @@ msgstr ""
"Подробнее смотрите на [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] и [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Отключить использование INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Скрыть базы данных"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6876,23 +6893,23 @@ msgstr ""
"Для отключения поддержки истории SQL запросов оставьте поле пустым, "
"рекомендуется: [kbd]pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Таблица истории SQL запросов"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Хост, на котором работает сервер MySQL."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Хост сервера"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL выхода"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6900,15 +6917,15 @@ msgstr ""
"Ограничивает количество хранимых в базе данных свойств таблицы, устаревшие "
"записи автоматически удаляются."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Максимальное количество хранимых свойств таблицы"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "таблица сохраненных запросов QBE"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6916,13 +6933,13 @@ msgstr ""
"Для отключения поддержки QBE оставьте поле пустым, рекомендуется: [kbd]"
"pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Центральные столбцы"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -6934,15 +6951,15 @@ msgstr ""
"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Пытаться установить соединение без пароля."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Соединять без пароля"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6952,30 +6969,30 @@ msgstr ""
"хотите использовать, как обычные литературные символы, т.е. используйте "
"[kbd]'my\\_db'[/kbd], а не [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Показывать только базы данных из списка"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Если не используется config идентификация, оставьте поле пустым."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Прописанный пароль"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: [kbd]"
"pma__pdf_pages[/kbd]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF схема: страницы таблицы"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6986,20 +7003,20 @@ msgstr ""
"pmadb[/a]. Для отключения поддержки оставьте поле пустым. Рекомендуется: "
"[kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Имя базы данных"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "Порт, на котором работает сервер MySQL. По-умолчанию оставьте пустым."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Порт сервера"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7007,11 +7024,11 @@ msgstr ""
"Для отключения возможности просмотра недавно использованных таблиц оставьте "
"поле пустым, рекомендуется: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Недавно использованная таблица"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7023,13 +7040,13 @@ msgstr ""
"Для отключения возможности просмотра недавно использованных таблиц оставьте "
"поле пустым, рекомендуется: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Избранные таблицы"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7037,11 +7054,11 @@ msgstr ""
"Для отключения поддержки [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
"links[/a] оставьте поле пустым, рекомендуется: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Таблица связей"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7049,31 +7066,31 @@ msgstr ""
"Для примера смотрите раздел [a@http://wiki.phpmyadmin.net/pma/"
"auth_types#signon]authentication types[/a]."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Имя сессии для Signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL для Signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr "Сокет, на котором работает сервер MySQL. По-умолчанию оставьте пустым."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Сокет сервера"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Использовать SSL для соединения с сервером MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Использовать SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7081,11 +7098,11 @@ msgstr ""
"Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Дизайнер и PDF схема: координаты таблиц"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7093,11 +7110,11 @@ msgstr ""
"Таблица для описания отображаемых полей, для отключения поддержки данной "
"функции оставьте поле пустым, рекомендуется: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Таблица с описаниями полей"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7105,11 +7122,11 @@ msgstr ""
"Для отключения возможности хранения настроек интерфейса таблиц через сессии "
"оставьте поле пустым, рекомендуется: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Таблица хранения настроек интерфейса"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7117,11 +7134,11 @@ msgstr ""
"Будет ли при создании базы данных, в журнал первой строкой добавлено "
"выражение DROP DATABASE IF EXISTS."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Добавить DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7129,11 +7146,11 @@ msgstr ""
"Будет ли при создании таблицы, в журнал первой строкой добавлено выражение "
"DROP TABLE IF EXISTS."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Добавить DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7141,21 +7158,21 @@ msgstr ""
"Будет ли при создании представления, в журнал первой строкой добавлено "
"выражение DROP VIEW IF EXISTS."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Добавить DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Определить список выражений используемых для автоматического создания новых "
"версий."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Слежение за выражениями"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7163,11 +7180,11 @@ msgstr ""
"Для отключения поддержки слежения за SQL запросами оставьте поле пустым, "
"рекомендуется: [kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Таблица слежения за SQL запросами"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7175,11 +7192,11 @@ msgstr ""
"Должен ли механизм слежения создавать версии таблиц и представлений "
"автоматически."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Автоматическое создание версий"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7187,11 +7204,11 @@ msgstr ""
"Для отключения возможности хранения пользовательских настроек в базе данных "
"оставьте поле пустым, рекомендуется: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Таблица хранения настроек пользователя"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7201,11 +7218,11 @@ msgstr ""
"возможности настраиваемых меню; если хотя бы одна из них пустая, то эта "
"возможность будет отключена, предложил: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Таблица пользователей"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7215,11 +7232,11 @@ msgstr ""
"настраиваемых меню; если хотя бы одна из них пустая, то эта возможность "
"будет отключена, предложил: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Таблица групп пользователей"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7227,15 +7244,15 @@ msgstr ""
"Для отключения функции скрытия/отображения элементов навигации оставьте поле "
"пустым, рекомендуется: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Таблица скрытых пунктов навигации"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Прописанный пользователь"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7243,19 +7260,19 @@ msgstr ""
"Пользовательское описание сервера. Оставьте поле пустым, чтобы вывести "
"название хоста."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Пользовательское имя сервера"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Позволяет вывести пользователю кнопку \"показать все (записи)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Разрешать вывод всех строк"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7265,44 +7282,44 @@ msgstr ""
"идентификации методом [kbd]config[/kbd] из-за жестко прописанного пароля. "
"Смена пароля в конфигурационном файле напрямую никак не ограничена."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Вывести форму изменения пароля"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Вывести форму создания базы данных"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr "Выводить/скрывать столбец, отображающий время создания всех таблиц."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Показать время создания"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
"Выводить/скрывать столбец, отображающий последнее время обновления всех "
"таблиц."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Показать последнее время обновления"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
"Выводить/скрывать столбец, отображающий последнее время проверки всех таблиц."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Показать последнее время проверки"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7310,90 +7327,90 @@ msgstr ""
"Определяет, должны ли введенные поля изначально отображаться в режиме "
"редактирования/вставки."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Отображение типа полей"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Выводить поля функций в режиме редактирования/вставки."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Выводить поля функций"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Показать/скрыть подсказки."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Показать подсказку"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
"Вывести ссылку [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Вывести ссылку на phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Вывести подробную информацию по MySQL серверу"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Определяет выводить или нет SQL запросы, генерируемые phpMyAdmin."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Показывать SQL запросы"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
"Определяет будет ли форма запроса оставаться на экране после его отправки."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Оставить поле запроса"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Разрешить вывод статистики по базе данных и таблице (например, объем "
"занятого пространства)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Показывать статистику"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
"Отмечать использованные таблицы и делать возможным отображение баз данных с "
"заблокированными таблицами."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Пропускать заблокированные таблицы"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Выводить предупреждение на главной странице при определении Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Предупреждение о Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7406,13 +7423,13 @@ msgstr ""
"Отключить предупреждение, отображаемое на странице структуры при наличии "
"столбцов таблицы с именами, являющимися зарезервированными словами MySQL."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Срок действия cookie"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7421,11 +7438,11 @@ msgstr ""
"значение будет приоритетным для текстовых полей SQL запроса (*2) и для окна "
"запроса (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Столбцов в текстовом поле"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7434,31 +7451,31 @@ msgstr ""
"значение будет приоритетным для текстовых полей SQL запроса (*2) и для окна "
"запроса (*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Строк в текстовом поле"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Заголовок окна браузера при выборе базы данных."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Заголовок окна браузера по-умолчанию."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Заголовок по умолчанию"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Заголовок окна браузера при выборе сервера."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Заголовок окна браузера при выборе таблицы."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7470,27 +7487,27 @@ msgstr ""
"For) заголовку, пришедшему с прокси 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Список доверенных прокси для IP allow/deny"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Каталог на сервере, в который вы можете загружать файлы для импорта."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Каталог загрузки"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Разрешить поиск по всей базе данных."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Использовать поиск по базе данных"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7498,28 +7515,28 @@ msgstr ""
"При отключении пользователи не смогут установить никакие из указанных ниже "
"параметров вне зависимости от галочки справа от них."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Включение вкладки разработчика в настройках"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Проверить обновление"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Включает возможность проверки последней версии phpMyAdmin на главной "
"странице."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Проверка версии"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7531,11 +7548,11 @@ msgstr ""
"необходимо, если сервер, на котором установлен phpMyAdmin, не имеет прямого "
"доступа к Интернету. Формат: «hostname:portnumber»."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Ссылка на прокси"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7546,19 +7563,19 @@ msgstr ""
"будет выполнена обычная проверка подлинности. В настоящее время другие типы "
"проверки подлинности не поддерживаются."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Имя пользователя прокси"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Пароль для идентификации через прокси."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Пароль прокси"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7566,35 +7583,35 @@ msgstr ""
"Включить [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] сжатие "
"для операций импорта и экспорта."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Введите ваш публичный ключ для сервиса reCaptcha вашего домена."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Публичный ключ для reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Введите ваш закрытый ключ для сервиса reCaptcha вашего домена."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Закрытый ключ для reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Выберите действие по-умолчанию при отправке отчётов об ошибках."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Отправить отчёты об ошибках"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7602,7 +7619,7 @@ msgstr ""
"Включить режим нулевой конфигурации, который позволяет настроить хранилище "
"конфигурации phpMyAdmin автоматически."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Включить режим нулевой конфигурации"
@@ -8027,8 +8044,8 @@ msgstr ", @TABLE@ будет замещено именем таблицы"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Значение обрабатывается функцией %1$sstrftime%2$s, благодаря чему возможна "
"вставка текущей даты и времени. Дополнительно могут быть использованы "
@@ -8575,8 +8592,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Документацию и дальнейшую информацию по PBXT смотрите на %sдомашней странице "
"PrimeBase XT%s."
@@ -9347,8 +9364,8 @@ msgid ""
"No partial dependencies possible as no non-primary column exists since "
"primary key ( %1$s ) is composed of all the columns in the table."
msgstr ""
-"Невозможны частичные зависимости, т. к. нет столбца вне первичного ключа "
-"( %1$s )."
+"Невозможны частичные зависимости, т. к. нет столбца вне первичного ключа ( %1"
+"$s )."
#: libraries/normalization.lib.php:318 libraries/normalization.lib.php:360
msgid "Table is already in second normal form."
@@ -9403,8 +9420,8 @@ msgstr ""
#: libraries/normalization.lib.php:381
#, fuzzy, php-format
#| msgid ""
-#| "As per above partial dependencies, in order to put the original table "
-#| "'%1$s' into Second normal form we need to create the following tables:"
+#| "As per above partial dependencies, in order to put the original table '%1"
+#| "$s' into Second normal form we need to create the following tables:"
msgid ""
"In order to put the original table '%1$s' into Second normal form we need to "
"create the following tables:"
@@ -9740,8 +9757,8 @@ msgstr "Добро пожаловать в %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Возможная причина - отсутствие файла конфигурации. Для его создания вы "
"можете воспользоваться %1$sсценарием установки%2$s."
@@ -11020,7 +11037,7 @@ msgstr "Имя пользователя"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Пароль"
@@ -11050,8 +11067,8 @@ msgstr "ID сервера"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Хост"
@@ -11842,7 +11859,7 @@ msgstr "Нет"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Группа пользователей"
@@ -11886,14 +11903,14 @@ msgstr "Максимальное количество одновременных
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Привилегии уровня таблицы"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Примечание: типы привилегий MySQL отображаются по-английски."
@@ -11902,7 +11919,7 @@ msgid "Administration"
msgstr "Администрирование"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глобальные привилегии"
@@ -11911,7 +11928,7 @@ msgid "Global"
msgstr "Глобальный"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Привилегии уровня базы данных"
@@ -11931,13 +11948,13 @@ msgstr ""
"привилегий."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Информация учётной записи"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Использовать текстовое поле"
@@ -11964,7 +11981,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Вы отменили привилегии для %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Добавить пользователя"
@@ -11988,180 +12005,180 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Предоставить все привилегии на базу данных \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Пользователи с правами доступа к \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Пользователь был добавлен."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Пользователь"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Предоставить"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Недостаточно прав для просмотра пользователей."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Пользователь не найден."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Любой"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "глобальный"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "уровень базы данных"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "шаблон"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "уровень таблицы"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Редактировать привилегии"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Отменить"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Редактировать группу пользователей"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… сохранить предыдущего."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… удалить предыдущего из таблиц пользователей."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… отменить все активные привилегии предыдущего и затем удалить его."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… удалить предыдущего из таблиц пользователей и перезагрузить привилегии."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Изменить регистрационные данные / Копировать пользователя"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Создать нового пользователя с такими же привилегиями и …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Привилегии уровня столбца"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Добавить привилегии для следующих(ей) баз(ы) данных:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"При использовании символов нижнего подчеркивания _ и процента % необходимо "
"экранировать их символом обратной косой черты \\."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Добавить привилегии на следующую таблицу:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Удалить выбранных пользователей"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Отменить все активные привилегии пользователей и затем удалить их."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Удалить базы данных, имена которых совпадают с именами пользователей."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Не выбраны пользователи, подлежащие удалению!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Перезагрузка привилегий"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Выбранные пользователи были успешно удалены."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Вы обновили привилегии для %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Удаление %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Привилегии были успешно перезагружены."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Пользователь %s уже существует!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Привилегии для %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Новый"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Редактировать привилегии:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12169,28 +12186,28 @@ msgstr ""
"Примечание: Вы пытаетесь изменить привилегии пользователя, под именем "
"которого вы в настоящее время вошли в систему."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Обзор пользователей"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Примечание: phpMyAdmin получает информацию о пользовательских привилегиях "
"непосредственно из таблиц привилегий MySQL. Содержимое этих таблиц может "
"отличаться от привилегий, используемых сервером, если они были изменены "
"вручную. В этом случае необходимо %sперезагрузить привилегии%s."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Выбранный пользователь не найден в таблице привилегий."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Вы добавили нового пользователя."
@@ -14144,14 +14161,6 @@ msgstr "Выключить"
msgid "Delete version"
msgstr "Создать версию"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "включено"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "выключено"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Отслеживаемые выражения"
@@ -14279,11 +14288,11 @@ msgstr ""
"Ваши настройки будут сохранены только для текущей сессии. Для постоянного "
"хранения требуется подключение модуля %sхранения настроек phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Не получилось сохранить настройки"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14629,24 +14638,24 @@ msgstr[2] "Столбец с именем '%s' является зарезерв
msgid "No column selected."
msgstr "Не выбран столбец."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Слежение за %s включено."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Выбранные пользователи были успешно удалены."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Для совершения действия необходимо выбрать одну или несколько строк"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Выполненные SQL запросы."
@@ -15072,8 +15081,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Текущее соотношение свободного кеша запросов по отношению к полному кешу "
"запросов составляет %s%%. Значение должно быть выше 80%%"
@@ -15230,8 +15239,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% сортировок вызывает создание временных таблиц, данное значение должно "
"быть ниже 10%%."
@@ -16008,6 +16017,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert установлен в 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Отключить расширение базы данных"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Удалить данные слежения за таблицей"
diff --git a/po/si.po b/po/si.po
index 5340ea1bfc..99147fe325 100644
--- a/po/si.po
+++ b/po/si.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-11 12:16+0200\n"
"Last-Translator: Madhura Jayaratne \n"
"Language-Team: Sinhala \n"
-"Language: si\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: si\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.0\n"
@@ -90,7 +90,7 @@ msgstr "තීර"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -175,16 +175,16 @@ msgstr "ප්රාථමික"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "නැත"
@@ -204,16 +204,16 @@ msgstr "නැත"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "ඔව්"
@@ -258,15 +258,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmin හි configuration storage අක්රිය කර ඇත. %sසොයා බලන්න%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "වගුව"
@@ -368,13 +368,13 @@ msgstr "යාවත්කාලීන කරන ලදි"
msgid "Status"
msgstr "තත්වය"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "ක්රියාව"
msgid "Show"
msgstr "පෙන්වන්න"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -408,15 +408,25 @@ msgstr "අවධානය පිළිබඳ වාර්තාව"
msgid "Structure snapshot"
msgstr "සැකිල්ලේ සැණරුව"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "අක්රිය"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "සක්රිය"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "අවධානය අක්රීය වගු"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "වගුව අවධානයට ලක් කරන්න"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "දත්තගබඩා ලොගය"
@@ -536,7 +546,7 @@ msgid "Add geometry"
msgstr "ජ්යාමිතියක් එක් කරන්න"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -558,9 +568,9 @@ msgstr "ජ්යාමිතියක් එක් කරන්න"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -602,8 +612,8 @@ msgstr "සම්පූර්ණ ඇතුළු කිරීම්"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"ඔබ උඩුගත කිරීමට උත්සාහ කල ගොනුව විශාල වැඩි විය හැක. මෙම සීමාවන් ඉක්මවීමේ ක්රම සඳහා කරුණාකර "
"%sලියකියවිලි%s බලන්න."
@@ -1340,12 +1350,12 @@ msgstr "ජාලකයට ප්රස්තාර එක් කරන්න
msgid "Please add at least one variable to the series!"
msgstr "කරුණාකර ශ්රේණියට අවම වශයෙන් එක විචල්යයක්වත් ඇතුලත් කරන්න!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1838,18 +1848,18 @@ msgid "Show query box"
msgstr "විමසුම් කවුළුව පෙන්වන්න"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "සංස්කරණය කරන්න"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d වලංගු පේළි අංකයක් නොවේ."
@@ -2118,7 +2128,7 @@ msgstr "ලක්ෂයට අදාල දත්ත"
msgid "Ignore"
msgstr "නොසලකන්න"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "පිටපත් කරන්න"
@@ -2134,7 +2144,7 @@ msgstr "රේඛාව"
msgid "Polygon"
msgstr "බහු අස්රය"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "ජ්යාමිතිය"
@@ -2295,10 +2305,10 @@ msgstr "තීර නාමය පිටපත් කිරීම සඳහා
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "තීර පෙන්වීමට/සැඟවීමට
ඊතලය ක්ලික් කරන්න."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "සියල්ල පෙන්වන්න"
@@ -2402,7 +2412,7 @@ msgstr "පැනලය සඟවන්න"
msgid "Show hidden navigation tree items."
msgstr "යාත්රණ පැනලයේ ලාංඡනය පෙන්වන්න"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2476,7 +2486,7 @@ msgstr ", නවතම ස්ථායි අනුවාදය:"
msgid "up to date"
msgstr "යාවත්කාලීන"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "දසුනක් සාදන්න"
@@ -2904,8 +2914,8 @@ msgid "Requery"
msgstr "උප විමසුම"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2914,16 +2924,16 @@ msgid "Delete"
msgstr "ඉවත් කරන්න"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3009,7 +3019,7 @@ msgid "History"
msgstr "SQL ඉතිහාසය"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3056,7 +3066,7 @@ msgid "During current session"
msgstr "වත්මන් දෝෂය මගහරින්න"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3110,9 +3120,9 @@ msgstr "SQL විමසුම් ඉතිහාස වගුව"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3121,9 +3131,9 @@ msgstr ""
msgid "Ascending"
msgstr "ආරෝහන"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3326,165 +3336,165 @@ msgstr "වගු තුල:"
msgid "Inside column:"
msgstr "තීරය තුල:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "සංස්කරණය කල දත්ත සුරකින්න"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "තීර අනුපිලිවල ප්රතිෂ්ඨාපනය කරන්න"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "පෙරහන්"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "දත්තගබඩාවේ සොයන්න"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "ඇරඹුම"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "පෙර"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "මීලඟ"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "අවසන"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "සියලු"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "පේළි ගණන:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "යතුර අනුව තෝරන්න"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "අර්ධ පෙළ"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "පූර්ණ පෙළ"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "සබැඳි යතුර"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "සබැඳි දර්ශන තීරය"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "ද්වීමය දත්ත පෙන්වන්න"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB දත්ත පෙන්වන්න"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "බ්රව්සර රූපාන්තරනය සඟවන්න"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Well Known Text"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "පේළිය ඉවත් කරන ලදි."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "නවතා දමන්න"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "සමහර විට ආසන්න වශයෙන්. [doc@faq3-11]FAQ 3.11[/doc] බලන්න."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "ඔබගේ SQL විමසුම සාර්ථකව ක්රියාවට නංවන ලදි."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"මෙම දසුනේ අවම වශයෙන් පේළි මෙතරම් සංඛයාවක් ඇත. කරුණාකර %s ලේඛනය %s අධ්යනය කරන්න."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "%1s - %2s පේළි පෙන්වමින්"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "මුළු එකතුව %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "විමසුම තත්පර %01.4f ගන්නා ලදි."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "තෝරාගත්:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3492,48 +3502,50 @@ msgstr "තෝරාගත්:"
msgid "Check All"
msgstr "සියල්ල කතිර කොටුගත කරන්න"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "වෙනස් කරන්න"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "අපනයනය"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "විමසුම් ප්රථිඵල සඳහා මෙහෙයුම්"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "මුද්රණ දර්ශනය"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "මුද්රණ දර්ශනය (පූර්ණ පෙළ සමඟින්)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "ප්රස්තාරගත කරන්න"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "ජ්යාමිතික දත්ත නිරූපණය"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "සබැඳිය හමු නොවිණි!"
@@ -3698,7 +3710,7 @@ msgid ""
msgstr "%1$s හා %2$s සුචි එක සමාන බැවින් එකක් ඉවත් කල හැක."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "සේවාදායකය"
@@ -3758,9 +3770,9 @@ msgstr "ඇතුල් කරන්න"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "වරප්රසාද"
@@ -3824,7 +3836,7 @@ msgstr "පෙළ පෙදෙසේ පළල"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "දත්තගබඩා"
@@ -3940,7 +3952,7 @@ msgid "Recent"
msgstr "ප්රතිසකසන්න"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4395,21 +4407,21 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"කුඩා දශම සංඛ්යාවකි, ලබා දිය හැකි අගයන් වන්නේ -3.402823466E+38 සිට -1.175494351E-38, "
"0, හා 1.175494351E-38 සිට 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"ද්වී-නියත දශම සංඛ්යාවකි, ලබා දිය හැකි අගයන් වන්නේ -1.7976931348623157E+308 විට "
-"-2.2250738585072014E-308, 0, හා 2.2250738585072014E-308 සිට "
-"1.7976931348623157E+308"
+"ද්වී-නියත දශම සංඛ්යාවකි, ලබා දිය හැකි අගයන් වන්නේ -1.7976931348623157E+308 විට -"
+"2.2250738585072014E-308, 0, හා 2.2250738585072014E-308 සිට 1.7976931348623157E"
+"+308"
#: libraries/Types.class.php:336
msgid ""
@@ -4688,7 +4700,7 @@ msgstr "උපරිම: %s%s"
msgid "MySQL said: "
msgstr "MySQL පවසන ලදි: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL ය පහදන්න"
@@ -4700,7 +4712,7 @@ msgstr "SQL ය පහදා දීමෙන් ඉවත් වන්න"
msgid "Without PHP Code"
msgstr "PHP කේත නොමැතිව"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP කේත සාදන්න"
@@ -5214,7 +5226,7 @@ msgid "Set value: %s"
msgstr "%s අගය පිහිටුවන්න"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "පෙරනිමි අගය ප්රතිස්ථාපනය කරන්න"
@@ -6355,7 +6367,7 @@ msgid "Maximum displayed SQL length"
msgstr "දර්ෂිත SQL සඳහා උපරිම දිග"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "භාවිතා කරන්නන්ට වැඩි අගයක් සිටුවිය නොහැක"
@@ -6429,33 +6441,33 @@ msgstr "මතක සීමාව"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in navigation panel"
msgid "Show databases navigation as tree"
msgstr "යාත්රණ පැනලයේ ලාංඡනය පෙන්වන්න"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "යාත්රණ පැනලයේ ලාංඡනය පෙන්වන්න."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "ලාංඡනය පෙන්වන්න"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "යාත්රණ පැනලයේ දැක්වෙන ලාංඡනය සබැඳිය යුතු URL."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "ලාංඡනය හා සබැඳි URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6463,140 +6475,141 @@ msgstr ""
"සබැඳි පිටුව ප්රධාන කවුළුව ([kbd]main[/kbd]) තුල හෝ නව කවුළුවක් ([kbd]new[/kbd]) තුල "
"විවෘත කරන්න."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "ලාංඡනයේ සබැඳුම"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "සේවාදායක තේරීම යාත්රණ පැනලයේ ඉහල පෙන්වන්න."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "සේවාදායක තේරීම පෙන්වන්න"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "ක්ෂණික ප්රවේශය අයිකනය සඳහා ඉලක්කය"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "ක්ෂණික ප්රවේශය අයිකනය සඳහා ඉලක්කය"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr "පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු අයිතම (වගු, දසුන්, නෛත්යක සහ සිද්ධි) ගණන."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "වගු පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු අයිතම ගණන"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "දත්තගබඩා පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු දත්තගබඩා ගණන"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr "යාත්රණ ගසෙහි අයිතම සමූහගත කරන්න (පහත සඳහන් වෙන්කරණය මත තීරණය වේ)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "ගසෙහි අයිතම සමූහගත කරන්න"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "දත්තගබඩා ලැයිස්තුව ගසක ආකාරයෙන් පෙන්වීමේදී එක් එක් මට්ටම් වෙන කරන සලකුණ."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "දත්තගබඩා ගසෙහි වෙන්කරණය"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "වගු ලැයිස්තුව ගසක ආකාරයෙන් පෙන්වීමේදී එක් එක් මට්ටම් වෙන කරන සලකුණ."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "වගු ගසෙහි වෙන්කරණය"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "වගු ගසෙහි උපරිම මට්ටම් ගණන"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "කර්සරයෙන් දැක්වෙන සේවාදායකය ඉස්මතු කරන්න."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "ඉස්මතු කිරීම සක්රීය කරන්න"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "දත්තගබඩා ලැයිස්තුවක් ලෙස පෙන්වන්න"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "අයිකන සහිත යාත්රණ පටිය"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "මෑතදී භාවිතා කල වගු ලයිස්තුවේ පෙන්විය යුතු වගු ගණන; අක්රීය කිරීමට 0 යොදන්න."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable."
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "මෑතදී භාවිතා කල වගු ලයිස්තුවේ පෙන්විය යුතු වගු ගණන; අක්රීය කිරීමට 0 යොදන්න."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "මෑතදී භාවිතා කල වගු"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "මේවා සංස්කරණය කරන්න, පිටපත් කරන්න සහ ඉවත් කරන්න යන සබැඳිය."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "වගුවේ පේළි වලට අදාල සබැඳි පෙන්විය යුත්තේ කොහේද යන වග"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "වගු හා දත්තගබඩා වල නම් අනුපිළිවෙලට සැකසීම සඳහා ස්වභාවික අනුපිළිවෙල භාවිතා කරන්න."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "ස්වභාවික අනුපිළිවල"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "භාවිතා කල යුත්තේ අයිකන පමණක්, පෙළ පමණක්, හෝ මේ දෙකම."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "අයිකන සහිත යාත්රණ පටිය"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "HTTP හුවමාරුවල වේගය වැඩි කිරීම සඳහා GZip ප්රතිදාන ගොඩගැසීම භාවිතා කරන්න."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip ප්රතිදාන ගොඩගැසීම"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6604,19 +6617,19 @@ msgstr ""
"[kbd]SMART[/kbd] - එනම් TIME, DATE, DATETIME සහ TIMESTAMP තීර සඳහා අවරෝහණ "
"පිළිවෙලත්, අනෙකුත් තීර සඳහා ආරෝහණ පිළිවෙලත්."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "පෙරනිමි අනුපිළිවෙල"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL දත්තගබඩා වෙත කල්පවතිනා සබඳතා භාවිතා කරන්න."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "කල්පවතිනා සබඳතා"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6625,22 +6638,22 @@ msgstr ""
"phpMyAdmin වින්යාස ගබඩාවට අවශ්ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල "
"පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්රීය කරන්න."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "phpMyAdmin වින්යාස ගබඩාවේ අඩු වගු"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
"MySQL පුස්තකාලය සහ සේවාදායකය අතර වෙනසක් හඳුනාගත් විට පෙන්වන අනතුරු ඇඟවීම අක්රීය කරන්න."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6653,82 +6666,82 @@ msgstr ""
"phpMyAdmin වින්යාස ගබඩාවට අවශ්ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල "
"පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්රීය කරන්න"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "සියලුම පේළි දර්ශනය කිරීමට ඉඩ ලබාදෙයි"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB සහ BINARY තීරු සංස්කරණය වලකන්න"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "ද්වීමය තීරු ආරක්ෂා කරන්න"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "ස්ථායී විමසුම් ඉතිහාසය"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "කොපමණ විමසුම් ප්රමාණයක් ඉතිහාසයේ රඳවා ගත යුතුද යන්න"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "විමසුම් ඉතිහාසයේ ප්රමාණය"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr "අක්ෂර කට්ටල පරිවර්තනය සඳහා කුමන ශ්රිතය භාවිතා විය යුතුදැයි තෝරන්න"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "පටිගත කිරීමේ යන්ත්රය"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "වගු පිරික්සීමේදී එක් එක් වගුවේ අනුපිලිවෙල සැකසූ ආකාරය මතක තබා ගැනේ"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "වගුව සැකසූ අනුපිළිවෙල මතක තබාගන්න"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "පෙරනිමි අනුපිළිවෙල"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -6736,89 +6749,89 @@ msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr "පේළි x සංඛ්යාවකට වරක් ශීර්ෂ පුනරාවර්තනය කරන්න. අක්රීය කිරීමට [kbd]0[/kbd] යොදන්න"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "ශීර්ෂක පුනරාවර්තනය"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "ජාලය තුල සංස්කරණය: සංස්කරණය ඇරඹිය යුත්තේ"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "සබැඳි දර්ශන තීරය"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "සේවාදායක පෙන්වුම් විකල්ප."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "ජාලය තුල සංස්කරණය: සංස්කරණය කල කොටු සියල්ල එකවර සුරකින්න"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "සේවාදායකය මත අපනයන සුරැකිය හැකි ඩිරෙක්ටරිය"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "සුරැකුම් ඩිරෙක්ටරිය"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "භාවිතා නොකෙරේ නම් හිස්ව තබන්න"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "දායකයන් සඳහා අවසර ලබා දීමේ අනුපිළිවෙල"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "පෙරනිමි අගයන් සඳහා හිස්ව තබන්න"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "දායක සඳහා අවසර දීමේ රීති"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "මුරපදයක් රහිතව ඇතුල් වීමට ඉඩ ලබා දෙන්න"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "root ලෙස ඇතුල් වීමට ඉඩ දෙන්න"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "සැසි අගය"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -6832,21 +6845,21 @@ msgstr ""
"[a@http://swekey.com]SweKey දෘඩාංග සත්යාපනය[/a] සඳහා අවශ්ය වින්යාස ගොනුව අඩංගු "
"ස්ථානය.(ඔබගේ ලියකියවිලි මූලයේ අඩංගු නැත. යෝජිත: /etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey වින්යාස ගොනුව"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "භාවිතා කල යුතු සත්යාපන ක්රමය"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "සත්යාපන වර්ගය"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6854,11 +6867,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/bookmark]පොත්සලකුණු[/a] විශේෂාංගය අනවශ්ය නම් හිස්ව "
"තබන්න. යෝජිත: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "පොත්සලකුණු ගොනුව"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -6870,35 +6883,35 @@ msgstr ""
"තීර විස්තර/mime වර්ග විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න. යෝජිත: [kbd]pma__column_info[/"
"kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "තීර විස්තර ගොනුව"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL සේවාදායකය වෙත සම්බන්දතාව හකුළුවන්න"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "සම්බන්ධතාව හකුළුවන්න"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "සේවාදායකයට කෙසේ සම්බන්ද විය යුතුද යන්න, අනියත නම් [kbd]tcp[/kbd] ලෙස යොදන්න"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "සම්බන්ධතා වර්ගය"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "පරිපාලක භාවිතා කරන්නාගේ මුරපදය"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -6911,11 +6924,11 @@ msgstr ""
"සීමිත අවසර සහිතව වින්යාස කරන ලද විශේෂ MySQL භාවිතා කරන්නෙක්, වැඩි විස්තර සඳහා [a@http://"
"wiki.phpmyadmin.net/pma/controluser]විකිය[/a] බලන්න"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "පරිපාලක භාවිතා කරන්නා"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -6927,11 +6940,11 @@ msgstr ""
"වින්යාස ගබඩාව තබා ගැනීම සඳහා විකල්ප දායකයෙක්; දැනට අර්ථ දක්වා ඇති දායකයා භාවිතා කිරීමට "
"හිස්ව තබන්න"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "පාලක දායකයා"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -6944,31 +6957,31 @@ msgstr ""
"වින්යාස ගබඩාව තබා ගැනීම සඳහා විකල්ප දායකයෙක්; දැනට අර්ථ දක්වා ඇති දායකයා භාවිතා කිරීමට "
"හිස්ව තබන්න"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "පාලක පෝර්ටය"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Regular expression (PCRE) හා ගැළපෙන දත්තගබඩා සඟවන්න"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA භාවිතය අක්රීය කරන්න"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "දත්තගබඩා සඟවන්න"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma__history"
@@ -6980,41 +6993,41 @@ msgstr ""
"SQL විමසුම් ඉතිහාසය රඳවා ගැනීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න, යෝජිත: [kbd]"
"pma__history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL විමසුම් ඉතිහාස වගුව"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "MySQL සේවාදායකය ක්රියාත්මක දායකයේ දායක නාමය"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "සේවාදායකයේ දායක නාමය"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "පිටවිය යුතු URLය"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "ගබඩා කල යුතු උපරිම වගු අභිරුචි ගණන"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "අනුගාමි සේවාදායකයේ තත්ත්ව වගුව බලන්න"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7026,13 +7039,13 @@ msgstr ""
"ක්රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න, යෝජිත: [kbd]"
"pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "පෙළ පෙදෙසේ පළල"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7044,38 +7057,38 @@ msgstr ""
"ක්රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න, යෝජිත: [kbd]"
"pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "මුරපදය නොමැතිව සම්බන්ධ වීමට උත්සාහ කරන්න"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "මුරපදය නොමැතිව සම්බන්ධ වන්න"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "සඳහන් දත්තගබඩා පමණක් පෙන්වන්න"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "config සත්යාපනය භාවිතා නොකරයි නම් හිස්ව තබන්න"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "config සත්යාපනය සඳහා මුරපදය"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7086,11 +7099,11 @@ msgstr ""
"ක්රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න, යෝජිත: [kbd]"
"pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF ක්රමනුරූපයේ පිටු පිලිබඳ විස්තර අඩංගු වගුව"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7105,22 +7118,22 @@ msgstr ""
"සඳහා [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] බලන්න. විශේෂාංග අනවශ්ය "
"නම් හිස්ව තබන්න, යෝජිත: [kbd]phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "දත්තගබඩාවේ නම"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 සේවාදායකය සවන් දෙන පෝර්ටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "සර්වරයේ පොර්ට්"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7132,11 +7145,11 @@ msgstr ""
"සැසි අතර \"කල් පවත්නා\" ලෙස මෑතදී භාවිතා කල වගු මතක තබාගැනීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව "
"තබන්න, යෝජිත: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "මෑතදී භාවිතා වූ වගුව"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7148,13 +7161,13 @@ msgstr ""
"සැසි අතර \"කල් පවත්නා\" ලෙස මෑතදී භාවිතා කල වගු මතක තබාගැනීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව "
"තබන්න, යෝජිත: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "විචල්යනයන්"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7166,11 +7179,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/relation]වගු අතර සම්බන්ධතා දැක්වෙන සබැඳි[/a] "
"විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "සබැඳුම් දත්ත ඇතුලත් වගුව"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7182,35 +7195,35 @@ msgstr ""
"උදාහරණයක් ලෙස [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]සත්යාපන ක්රම[/"
"a] බලන්න"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon සැසි නාමය"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Signon URLය"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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 සේවාදායකය සවන් දෙන සොකටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "සර්වරයේ සොකට්"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL සේවාදායකය වෙත සබඳතාවය සඳහා SSL සක්රීය කරන්න"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL භාවිතා කරන්න"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7222,13 +7235,13 @@ msgstr ""
"ක්රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න, යෝජිත: [kbd]"
"pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF ක්රමානුරූපය: වගු ඛණ්ඩාංක"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7240,11 +7253,11 @@ msgstr ""
"දර්ෂිත තීර පිලිබඳ දත්ත අඩංගු වගුව. විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න; යෝජිත: [kbd]"
"pma__table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "පෙන්විය යුතු තීර පිළිබඳ දත්ත ඇතුලත් වගුව"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
@@ -7256,11 +7269,11 @@ msgstr ""
"සැසි අතර \"කල් පවත්නා\" ලෙස වගු අතුරු මුහුණත සම්බන්ධ අභිරුචි තබාගැනීමේ විශේෂාංගය අනවශ්ය නම් "
"හිස්ව තබන්න, යෝජිත: [kbd]pma__table_uiprefs[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI අභිරුචි පිළිබඳ දත්ත ඇතුලත් වගුව"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7268,41 +7281,41 @@ msgstr ""
"දත්තගබඩාවක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP DATABASE IF EXISTS ප්රකාශයක් එක් "
"කරන්නේද යන වග."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE එක් කරන්න"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
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 ප්රකාශයක් එක් කරන්නේද යන වග."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE එක් කරන්න"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
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 ප්රකාශයක් එක් කරන්නේද යන වග."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW එක් කරන්න"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr "නව අනුවාදයක් සඳහා ස්වයංක්රීය-සැදුම විසින් භාවිතා කලයුතු ප්රකාශන ලැයිස්තුව සඳහන් කරයි."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "අවධානය සක්රීය කල යුතු ප්රකාශ"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7313,21 +7326,21 @@ msgid ""
msgstr ""
"SQL විමසුම් අවධානය විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__tracking[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL විමසුම් අවධානයට අදාළ වගුව"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr "අවධාන ක්රියාවලිය විසින් වගු සහ දසුන් සඳහා ස්වයන්ක්රීයව අනුවාද සාදන්නේ ද යන වග."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "ස්වයංක්රියව අනුවාද සාදන්න"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7339,37 +7352,37 @@ msgstr ""
"භාවිතා කරන්නාගේ අභිරුචි දත්තගබඩාවේ ගබඩා කිරීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න; යෝජිත: "
"[kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "භාවිතා කරන්නාගේ අභිරුචි වගුව"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "වගු භාවිතා කරන්න"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "දායක වගුව භාවිතා කරන්න"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7381,61 +7394,61 @@ msgstr ""
"භාවිතා කරන්නාගේ අභිරුචි දත්තගබඩාවේ ගබඩා කිරීමේ විශේෂාංගය අනවශ්ය නම් හිස්ව තබන්න; යෝජිත: "
"[kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "config සත්යාපනය සඳහා භාවිතා කරන්නා"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr "සේවාදායකය සඳහා පරිශ්රීලක මිත්ර විස්තරයක්. එය වෙනුවට දායක නාමය පෙන්වීමට හිස්ව තබන්න."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "\"සියලුම පේළි පෙන්වන්න\" සබැඳිය භාවිතා කරන්නාට පෙන්වන්නේද යන වග"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "සියලුම පේළි දර්ශනය කිරීමට ඉඩ ලබාදෙයි"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "මුරපදය වෙනස් කිරීමේ පෝරමය පෙන්වන්න"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "දත්තගබඩාවක් සෑදීමේ පෝරමය පෙන්වන්න"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, 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 "සියලුම වගු සඳහා වගුව සෑදූ වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "සෑදූ වේලාව පෙන්වන්න"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last update timestamp for all tables"
@@ -7443,11 +7456,11 @@ msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව යාවත්කාලීන කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "අවසන් වරට යාවත්කාලීන කල වේලාව පෙන්වන්න"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last check timestamp for all tables"
@@ -7455,11 +7468,11 @@ msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව පරීක්ෂා කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "අවසන් වරට පරීක්ෂා කල වේලාව පෙන්වන්න"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7470,31 +7483,31 @@ msgid ""
msgstr ""
"සංස්කරණ/ඇතුළුකිරීම් ප්රකාරයේදී තීර වර්ගය දක්වන ක්ෂේත්රය ආරම්භයේදී පෙන්විය යුතුද නැතිද යන වග"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "ක්ෂේත්රයේ වර්ගය පෙන්වන්න"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "සංස්කරණ/ඇතුළුකිරීම් ප්රකාරයේදී ශ්රිතය ක්ෂේත්රයන් පෙන්වයි"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "ශ්රිතය තීරුව පෙන්වන්න"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "ඉඟිය පෙන්විය යුතුද නැත්ද යන වග"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "ඉඟිය පෙන්වන්න"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7506,15 +7519,15 @@ msgstr ""
"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] ප්රතිදානය වෙත "
"සබැඳුම පෙන්වන්න"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "phpinfo() සබැඳුම පෙන්වන්න"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "MySQL සේවාදායකය පිලිබඳ විස්තරාත්මක තොරතුරු පෙන්වන්න"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7522,11 +7535,11 @@ msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "phpMyAdmin විසින් සාදන ලද විමසුම් පෙන්විය යුතුදැයි සඳහන් කරයි"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL විමසුම් පෙන්වන්න"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7534,22 +7547,22 @@ msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr "විමසුම ක්රියාත්මක කිරීමෙන් පසුව විමසුම් කවුළුව තිරය මත රඳවා ගත යුතුදැයි සඳහන් කරයි"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "විමසුම් කවුළුව රඳවාගන්න"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"දත්තගබඩා හා වගු වලට අදාල සංඛ්යාලේඛන (උදා. භාවිතා වන ඉඩ ප්රමාණය) පෙන්වීමට ඉඩ සලසයි"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "සංඛ්ය ලේඛන පෙන්වන්න"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7557,21 +7570,21 @@ msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr "භාවිතා කරන ලද වගු සලකුණු කර අගුලු ළෑ වගු සහිත දත්තගබඩා පෙන්වීමට ඉඩ සලසන්න"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "අගුලු ළෑ දත්තගබඩා මඟහරින්න"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
#, fuzzy
#| msgid "A warning is displayed on the main page if Suhosin is detected"
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Suhosin ඇති බව හඳුනාගතහොත් ප්රධාන පිටුවේ අනතුරු ඇඟවීමක් පෙන්වයි"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin අනතුරු ඇඟවීම"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7585,13 +7598,13 @@ msgstr ""
"phpMyAdmin වින්යාස ගබඩාවට අවශ්ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල "
"පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්රීය කරන්න"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "ලොගින් කුකියේ වලංගුතාවය"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -7603,11 +7616,11 @@ msgstr ""
"සංස්කරණ ප්රකාරයේදී පෙළ පෙදෙසේ පළල (තීරු ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ "
"පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) පළල ලබා ගැනේ"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "පෙළ පෙදෙසේ පළල"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
#| msgid ""
#| "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -7619,39 +7632,39 @@ msgstr ""
"සංස්කරණ ප්රකාරයේදී පෙළ පෙදෙසේ උස (පේලි ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ "
"පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) උස ලබා ගැනේ"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "පෙළ පෙදෙසේ උස"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "දත්තගබඩාවක් තෝරා ඇති විට බ්රව්සර කවුළුවේ මාතෘකාව"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "කිසිවක් තෝරා නැති විට බ්රව්සර කවුළුවේ මාතෘකාව"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "පෙරනිමි නාමය"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "සේවාදායකයක් තෝරා ඇති විට බ්රව්සර කවුළුවේ මාතෘකාව"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "වගුවක් තෝරා ඇති විට බ්රව්සර කවුළුවේ මාතෘකාව"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7659,58 +7672,58 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr "ආනයනය සඳහා ගොනු උඩුගත කල හැකි සේවාදායකයේ ඩිරෙක්ටරිය"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "උඩුගත කිරීමේ ඩිරෙක්ටරිය"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr "සම්පූර්ණ දත්තගබඩාව තුලම සෙවීම සඳහා ඉඩ ලබා දෙන්න"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "දත්තගබඩා සෙවීම භාවිතා කරන්න"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "සිටුවම් හි ක්රමලේඛනය කරන්නන් සදහා වූ ටැබය සක්රීය කරන්න"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "නවතම අනුවාදය සඳහා පරීක්ෂා කරන්න"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "phpMyAdmin ප්රධාන පිටුවේ නවතම අනුවාදය සඳහා පරීක්ෂාව සක්රීය කරන්න"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "අනුවාද පරීක්ෂාව"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7718,34 +7731,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "භාවිත නාමය"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "මුරපදය"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7757,43 +7770,43 @@ msgstr ""
"ආනයන අපනයන මෙහෙයුම් සඳහා [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP"
"[/a] හැකිළීම යොදාගැනීම සක්රීය කරන්න"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "සර්වරයේ පොර්ට්"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8238,12 +8251,12 @@ msgstr ", @TABLE@ වගුවේ නාමයෙන් ප්රතිස්
#| "will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8746,8 +8759,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9906,8 +9919,8 @@ msgstr "%s වෙත ආයුබෝවන්"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"ඔබ වින්යාස ගොනුවක් නොසෑදුවා විය යුතුය. වින්යාස ගොනුවක් සෑදීමට %1$sපිහිටුවීමේ විධානාවලිය%2$s "
"භාවිතා කිරීම අවශ්ය විය හැකිය."
@@ -11168,7 +11181,7 @@ msgstr "භාවිත නාමය"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "මුරපදය"
@@ -11198,8 +11211,8 @@ msgstr "සේවාදායකයේ හැඳුනුම් අංකය"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "දායකයා"
@@ -11988,7 +12001,7 @@ msgstr "කිසිවක් නැත"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12025,14 +12038,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "වගු-විශේෂී වරප්රසාද"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "සටහන: MySQL වරප්රසාද නම් සඳහන් වනුයේ ඉංග්රීසියෙනි."
@@ -12041,7 +12054,7 @@ msgid "Administration"
msgstr "පරිපාලනය"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "ගෝලීය වරප්රසාද"
@@ -12050,7 +12063,7 @@ msgid "Global"
msgstr "ගෝලීය"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "දත්තගබඩා විශේෂිත වරප්රසාද"
@@ -12068,13 +12081,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "ලොගින තොරතුරු"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "පෙළ ක්ෂේත්ර භාවිතා කරන්න"
@@ -12099,7 +12112,7 @@ msgid "You have revoked the privileges for %s."
msgstr "ඔබ %s සඳහා වරප්රසාද අහෝසි කර ඇත"
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "භාවිතා කරන්නෙක් එක් කරන්න"
@@ -12120,207 +12133,207 @@ msgstr "අභිමත ආදේශක නාමයන් සඳහා සි
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" දත්තගබඩාව සඳහා සියලු වරප්රසාද ප්රදානය කරන්න"
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\" වෙත ප්රවේශ වරප්රසාද ඇති භාවිතා කරන්නන්"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "භාවිතා කරන්නා එක් කරන ලදි."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "භාවිතා කරන්නා"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "ප්රදානය කරන්න"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "භාවිතා කරන්නන් හමු නොවිණි."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "ඕනෑම"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "ගෝලීය"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "දත්තගබඩා විශේෂිත"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "අව්යවස්ථිත කාඩ්පත"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "වගු විශේෂිත"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "වරප්රසාද සංස්කරණය කරන්න"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "අහෝසි කරන්න"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "සේවාදායකය සංස්කරණය කරන්න"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… පැරණි එක තබා ගන්න."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… භාවිතා කරන්නන්ගේ වගුවෙන් පැරණි එක ඉවත් කරන්න."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… පැරැන්නෙන් සියලුම සක්රීය වරප්රසාද අහෝසි කර අනතුරුව එය ඉවත් කරන්න."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… භාවිතා කරන්නන්ගේ වගුවෙන් පැරණි එක ඉවත් කර වරප්රසාද නැවත අලුත් කරන්න."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "ලොගින් තොරතුරු වෙනස් කරන්න / භාවිතා කරන්නා පිටපත් කරන්න"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "සහ එකම වරප්රසාද සහිතව නව භාවිතා කරන්නෙක් එක් කරන්න …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "තීර-විශේෂී වරප්රසාද"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "පහත දත්තගබඩාවට වරප්රසාද එක් කරන්න:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "පහත වගුවට වරප්රසාද එක් කරන්න:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "තෝරාගත් භාවිතා කරන්නන් ඉවත් කරන්න"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "භාවිතා කරන්නන්ගේ සියලුම සක්රීය වරප්රසාද අහෝසි කර අනතුරුව ඔවුන් ඉවත් කරන්න."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "භාවිතා කරන්නන් හා සමාන නම් ඇති දත්තගබඩා හලන්න."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "ඉවත් කිරීම සඳහා භාවිතා කරන්නන් කිසිවෙක් තෝරාගෙන නොමැත!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "වරප්රසාද පූරණය කෙරෙමින්"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "තෝරාගත් භාවිතා කරන්නන් සාර්ථකව ඉවත් කරන ලදි."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "ඔබ %s සඳහා වරප්රසාද අලුත් කර ඇත."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s ඉවත් කරමින් පවතී"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "සාර්ථකව වරප්රසාද පූරණය කරන්න ලදි."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "%s භාවිතා කරන්නා දැනටමත් පවතී!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s සඳහා වරප්රසාද"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "නව භාවිතා කරන්නෙක්"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "වරප්රසාද සංස්කරණය කරන්න:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "භාවිතා කරන්නන් පිළිබඳ දළ විශ්ලේෂණය"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"සටහන: phpMyAdmin භාවිත කරන්නන්ගේ වරප්රසාද ලබාගනුයේ MySQL හි වරප්රසාද වගුවෙනි. "
"සේවාදායකයේ වරප්රසාද වෙනම ම වෙනස් කර ඇත්නම් ඉහත වගුවේ දත්ත සේවාදායකයේ වරප්රසාද වලට "
"වඩා වෙනස් විය හැකිය. එවැනි අවස්ථාවක ඔබ %sවරප්රසාද පූරණය%s කල යුතුය."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "තෝරාගත් භාවිත කරන්නා වරප්රසාද වගුවේ හමු නොවිණි."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "ඔබ නව භාවිතා කරන්නනෙක් එක් කරන ලදි."
@@ -14221,14 +14234,6 @@ msgstr "අක්රීය කරන්න"
msgid "Delete version"
msgstr "අනුවාදය සාදන්න"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "සක්රිය"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "අක්රිය"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14350,14 +14355,14 @@ msgid ""
"Your preferences will be saved for current session only. Storing them "
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-"මෙම සැසිය සඳහා පමණක් ඔබගේ තෝරාගැනීම් සුරැකේ. තෝරාගැනීම් ස්ථාවරව සුරැකීම සඳහා "
-"%sphpMyAdmin වින්යාස ගබඩාව%s අවශ්යය."
+"මෙම සැසිය සඳහා පමණක් ඔබගේ තෝරාගැනීම් සුරැකේ. තෝරාගැනීම් ස්ථාවරව සුරැකීම සඳහා %"
+"sphpMyAdmin වින්යාස ගබඩාව%s අවශ්යය."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "වින්යාස සුරැකීම අසමත් විය"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14685,24 +14690,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "පේළි කිසිවක් තෝරගෙන නැත"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s සඳහා අවධානය සක්රීයයි."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "තෝරාගත් භාවිතා කරන්නන් සාර්ථකව ඉවත් කරන ලදි."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "පේළි කිසිවක් තෝරගෙන නැත"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL ය ක්රියාත්මක කරන ලදි."
@@ -15077,8 +15082,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15198,8 +15203,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15915,6 +15920,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ශුන්යයට සිටුවා ඇත"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "දත්තගබඩා ලැයිස්තුවක් ලෙස පෙන්වන්න"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "මෙම වගුවේ අවධානය පිළිබඳ දත්ත ඉවත් කරන්න"
diff --git a/po/sk.po b/po/sk.po
index e2869854bc..7d4965e164 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-15 20:32+0200\n"
"Last-Translator: Martin Lacina \n"
"Language-Team: Slovak \n"
-"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Stĺpec"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Primárny"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nie"
@@ -205,16 +205,16 @@ msgstr "Nie"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Áno"
@@ -261,15 +261,15 @@ msgstr ""
"Konfiguračná pamäť phpMyAdmina bola deaktivovaná. Ak chcete zistiť prečo, "
"kliknite %ssem%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabuľka"
@@ -369,13 +369,13 @@ msgstr "Aktualizované"
msgid "Status"
msgstr "Stav"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -388,7 +388,7 @@ msgstr "Akcia"
msgid "Show"
msgstr "Ukázať"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Vymazať sledovanie"
@@ -406,15 +406,25 @@ msgstr "Informácie o monitorovanie"
msgid "Structure snapshot"
msgstr "Snímok štruktúry"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "nie je zapnuté"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "zapnuté"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nesledované tabuľky"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Sledovať tabuľku"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Databázový log"
@@ -538,7 +548,7 @@ msgid "Add geometry"
msgstr "Pridať geometriu"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -560,9 +570,9 @@ msgstr "Pridať geometriu"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -601,8 +611,8 @@ msgstr "Nekompletné parametre"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Pravdepodobne ste sa pokúsili uploadnuť príliš veľký súbor. Prečítajte si "
"prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obísť."
@@ -913,8 +923,8 @@ 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."
+"Webový server beží so Suhosin-patchom. Možné dôsledky konzultujte s %"
+"sdokumentáciou%s."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1294,12 +1304,12 @@ msgstr "Pridať graf do mriežky"
msgid "Please add at least one variable to the series!"
msgstr "Pridajte prosím aspoň jednu hodnotu do série!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1800,18 +1810,18 @@ msgid "Show query box"
msgstr "Zobrazit vyhľadávacie pole"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Upraviť"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nie je platné číslo riadku."
@@ -2048,7 +2058,7 @@ msgstr "Obsah datového bodu"
msgid "Ignore"
msgstr "Ignorovať"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopírovať"
@@ -2064,7 +2074,7 @@ msgstr "Linka"
msgid "Polygon"
msgstr "Polygón"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometria"
@@ -2206,10 +2216,10 @@ msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
"Kliknite na šípku rozbaľovacieho zoznamu
pre zmenu viditeľnosti stĺpca."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Zobraziť všetko"
@@ -2307,7 +2317,7 @@ msgstr "Skryť panel"
msgid "Show hidden navigation tree items."
msgstr "Zobraziť skryté položky navigácie."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Prepojiť s hlavným panelom"
@@ -2367,7 +2377,7 @@ msgstr ", posledná stabilná verzia:"
msgid "up to date"
msgstr "aktuálna"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Vytvoriť pohľad"
@@ -2788,8 +2798,8 @@ msgid "Requery"
msgstr "Znovu spustiť dopyt"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2798,16 +2808,16 @@ msgid "Delete"
msgstr "Zmazať"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2878,7 +2888,7 @@ msgid "History"
msgstr "História"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2919,7 +2929,7 @@ msgid "During current session"
msgstr "Počas aktuálnej relácie"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2961,9 +2971,9 @@ msgstr "Zobraziť históriu dopytov na začiatku"
msgid "Show current browsing query"
msgstr "Zobraziť aktuálne prehliadaný dopyt"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2972,9 +2982,9 @@ msgstr "Zobraziť aktuálne prehliadaný dopyt"
msgid "Ascending"
msgstr "Vzostupne"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3171,161 +3181,161 @@ msgstr "V tabuľkách:"
msgid "Inside column:"
msgstr "V tabuľke:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Uložiť zmeny"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Obnoviť poradie stĺpcov"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtrovať riadky"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Hľadať v tabuľke"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Začiatok"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Predchádzajúci"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Ďalší"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Koniec"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Všetko"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Počet riadkov:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Zoradiť podľa kľúča"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Čiastočné texty"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Plné texty"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relačný kľúč"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relačné zobrazenie stĺpcov"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Zobraziť binárny obsah"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Zobraziť obsah BLOBu"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Skryť transformácie prehliadača"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Text (Well Known Text)"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Well Known Binary"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Riadok bol zmazaný."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Zabiť"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Môže byť nepresné. Viď [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "SQL dopyt bol úspešne vykonaný."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Tento pohľad má aspoň toľko riadok. Podrobnosti nájdete v %sdokumentaci%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Zobrazené riadky %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d celkom, %2$d v dotaze"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "celkom %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Dopyt zabral %01.4f sekúnd."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Výber:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3333,48 +3343,50 @@ msgstr "Výber:"
msgid "Check All"
msgstr "Označiť všetko"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Zmeniť"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportovať"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operácie s výsledkami dopytu"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Náhľad k tlači"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Náhľad tlače (s kompletnými textami)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Zobraziť graf"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Zobraziť GIS data"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Odkaz nebol nájdený!"
@@ -3539,7 +3551,7 @@ msgstr ""
"odstránený."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3599,9 +3611,9 @@ msgstr "Vložiť"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Oprávnenia"
@@ -3663,7 +3675,7 @@ msgstr "Centrálne stĺpce"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databázy"
@@ -3774,7 +3786,7 @@ msgid "Recent"
msgstr "Nedávne"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Obľúbené tabuľky"
@@ -4209,20 +4221,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Čí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"
+"Čí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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Číslo s dvojitou presnosťou a plávajúcou desatinnou čiarkou, rozsah: od "
-"-1,7976931348623157E+308 do -2,2250738585072014E-308; 0; od "
+"Číslo s dvojitou presnosťou a plávajúcou desatinnou čiarkou, rozsah: od -"
+"1,7976931348623157E+308 do -2,2250738585072014E-308; 0; od "
"2,2250738585072014E-308 do 1,7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4510,7 +4522,7 @@ msgstr "Maximálna veľkosť: %s%s"
msgid "MySQL said: "
msgstr "MySQL hlási: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Vysvetliť SQL"
@@ -4522,7 +4534,7 @@ msgstr "Preskočiť vysvetlenie SQL"
msgid "Without PHP Code"
msgstr "Bez PHP kódu"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Vytvoriť PHP kód"
@@ -5022,7 +5034,7 @@ msgid "Set value: %s"
msgstr "Nastavená hodnota: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Obnoviť východziu hodnotu"
@@ -6184,7 +6196,7 @@ msgid "Maximum displayed SQL length"
msgstr "Mazimálna dĺžka zobrazeného SQL dopytu"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Uživatelia nemôžu nastaviť vyššiu hodnotu"
@@ -6255,31 +6267,31 @@ msgstr "Obmedzenie pamäte"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Zobraziť databázovú navigáciu ako strom"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Zobraziť logo v navigačnom paneli."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Zobraziť logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL, na ktoré bude odkazovať logo v navigačnom paneli."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL odkazu loga"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6287,27 +6299,27 @@ msgstr ""
"Otvoriť odkazovanú stránku v hlavnom okne ([kbd]hlavné[/kbd]) alebo v novom "
"([kbd]nové[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Cieľ odkazu loga"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Zobraziť voľbu servera v hornej časti navigačného panela."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Zobraziť výber serverov"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Cieľ pre ikonu rýchleho prístupu"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Cieľ pre druhú ikonu rýchleho prístupu"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6315,15 +6327,15 @@ msgstr ""
"Definuje minimálny počet položiek (tabuliek, zobrazení, rutín, udalostí) pre "
"zobrazenie filtra."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minimálny počet položiek pre zobrazenie filtra"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Minimálny počet databáz pre zobrazenie filtra databáz"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6331,97 +6343,100 @@ msgstr ""
"Zoskupovať položky v navigačnom paneli (určené oddeľovačom nastaveným "
"nižšie)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Zoskupovať položky v strome"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Reťazec, ktorý rozdeľuje databázy do rôznych úrovní stromu."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Oddeľovač databázového stromu"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Reťazec, ktorý rozdelí tabuľky do rôznych úrovní stromu."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Oddeľovač tabuľkového stromu"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maximálna hĺbka tabuľkového stromu"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Zvýrazní server pod kurzorom myši."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Povoliť zvýrazňovanie"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Zakázať rozbalenie stromu databázy"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Navigačná lišta tabuľky"
+
+#: libraries/config/messages.inc.php:468
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."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
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."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Nedávno použité tabuľky"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Toto sú odkazy na Upraviť, Kopírovať a Odstrániť."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Kde zobraziť linky riadkov tabuľky"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Použiť prirodzené triedenie pre mená tabuliek a databáz."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Prirodzené poradie"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Použiť len ikony, len text alebo obidve."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Navigačná lišta tabuľky"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Medzipamäť pre GZip výstup"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6429,19 +6444,19 @@ msgstr ""
"[kbd]SMART[/kbd] - t.j. zostupné radenie pre polia typu TIME, DATE, DATETIME "
"a TIMESTAMP, ostatné budú radené vzostupne."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Východzie radenie"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Použiť trvalé (persistent) spojenia k MySQL databázam."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Trvalé spojenia"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6451,11 +6466,11 @@ msgstr ""
"vyžadovaných tabuliek pre miesto uloženia phpMyAdmin konfigurácie nebola "
"nájdená."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6463,11 +6478,11 @@ msgstr ""
"Vypnúť štandardné varovanie pri zistení rozdielu medzi verziou knižnice "
"MySQL a servera."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Varovanie o rozdiele medzi verziou knižnice MySQL a servera"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6475,27 +6490,27 @@ 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."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Varovanie o kľúčových slovách MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Ako zobraziť lišty menu"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Ako zobraziť rôzne príkazy"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Zakázať úpravu polí typu BLOB a BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Chrániť binárne polia"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6506,120 +6521,120 @@ msgstr ""
"zobrazeniu histórie dopytoj Java Scriptové funkcie (bude stratená pri "
"zavretí okna)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Trvalá história dopytov"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Koľko dopytov sa má držať v histórii."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Dĺžka histórie dopytov"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Prekódovací nástroj"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Pri prechádzaní tabuliek, sa pre každú uloží nastavenie triedenia."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Pamätať si triedenie tabuľky"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Prednastavený spôsob triedenia pre tabuľky s primárnym kľúčom."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Východzie radenie primárneho kľúča"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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ť."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Opakovať záhlavie"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Úprava mriežky: vyvolať akciu"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Relačné zobrazenie"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Nastavenie zobrazenia serverov."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Úprava mriežky: uložiť všetky upravené bunky naraz"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Adresár na serveri pre ukladanie exportov."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Adresár pre ukladanie"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Nechajte prázdne pokiaľ nepoužívate."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Poradie overovania hostiteľa"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Nechajte prázdne, ak chcete použiť východzie nastavenia."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Pravidlá overovania hostiteľa"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Povoliť prihlásenie bez hesla"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Povoliť prihlásenia užívateľa root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Časová zóna sedenia"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "Názov pre zobrazenie pri použití HTTP prihlasovania."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6629,19 +6644,19 @@ msgstr ""
"overovanie[/a] (Neuložená vo vašom koreňovom adresári dokumentov, doporučené "
"umiestneie: /etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Konfiguračný súbor SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Výber použitej prihlasovacej metódy."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Typ overovania"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6649,11 +6664,11 @@ msgstr ""
"Nechajte prázdne pre žiadnu podporu [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]záložiek[/a], navrhované: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabuľka záložiek"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6661,31 +6676,31 @@ msgstr ""
"Nechajte prázdne pre žiadne komentáre či mime typy polí, navrhované: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabuľka informácii o poliach"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Komprimovať spojenie s MySQL serverom."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Komprimovať pripojenie"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Ako sa pripájať k serveru, nechajte [kbd]tcp[/kbd] ak si nie ste istí."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Typ pripojenia"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Heslo kontrolného užívateľa"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6693,11 +6708,11 @@ msgstr ""
"Špeciálny MySQL užívateľ s obmedzenými právami, viac informácii je "
"dostupných na [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontrolný užívateľ"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6705,11 +6720,11 @@ msgstr ""
"Alternatívny hostiteľ na ukladanie konfigurácie; ponechajte prázdne, aby sa "
"použil už definovaný hostiteľ."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrolný hostiteľ"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6719,15 +6734,15 @@ msgstr ""
"ponechajte prázdne na použitie štandardného portu alebo už definovaný port, "
"ak je nastavený server rovnaký ako hostiteľ."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Kontrolný port"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Skryť databázy zodpovedajúce regulárnemu výrazu (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6735,15 +6750,15 @@ msgstr ""
"Viac informácii na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] a [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Zakazať použitie INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Skryť databázy"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6751,23 +6766,23 @@ msgstr ""
"Nechajte prázdne pre vypnutie histórie SQL dopytov, navrhované: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabuľka histórie SQL dopytov"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Meno počítača, kde beží MySQL server."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Meno servera"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL pri odhlásení"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6775,15 +6790,15 @@ msgstr ""
"Obmedzuje počet nastavení tabuľky, ktoré sú uložené v databáze. Najstaršie "
"záznamy sú automaticky odstraňované."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maximálny počet uložených nastavení tabuliek"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6791,11 +6806,11 @@ msgstr ""
"Nechajte prázdne pre vypnutie podpory pre ukladanie vyhľadávaní, navrhované: "
"[kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Tabuľka centrálnych stĺpcov"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6803,15 +6818,15 @@ msgstr ""
"Nechajte prázdne pre vypnutie podpory centrálnych stĺpcov. Odporúčaná "
"hodnota: [kbd]pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Pokúsiť sa pripojiť bez hesla."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Pripojiť sa bez hesla"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6821,30 +6836,30 @@ msgstr ""
"ich pôvodnom význame, vložte spätné lomítko pred, napríklad [kbd]'moja"
"\\_db'[/kbd] namiesto [kbd]'moja_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Zobraziť len vybrané databázy"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Nechajte prázdne ak nepoužívate prihlasovací config."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Heslo pre prihlásenie podľa konfigurácie"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF schéma: tabuľka stránok"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6854,21 +6869,21 @@ msgstr ""
"viď [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. Ak ponecháte prázdne, "
"bude táto možnosť vypnutá. Doporučená hodnota: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Meno databázy"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Port servera"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6876,11 +6891,11 @@ msgstr ""
"Nechajte prázdne pre vypnutie možnosti \"trvalého\" ukladania nedávno "
"použitých tabuliek. Odporúčaná hodnota: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Naposledy použitá tabuľka"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -6888,11 +6903,11 @@ 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]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Tabuľka obľúbených"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6900,11 +6915,11 @@ msgstr ""
"Nechajte prázdne pre vypnutie podpory [a@http://wiki.phpmyadmin.net/pma/"
"relation]relation-links[/a]. Odporúčaná hodnota: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relačná tabuľka"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6912,32 +6927,32 @@ msgstr ""
"Priklad, viď [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]typy "
"overovania[/a]."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Meno prihlasovacej session/sedenia"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL pri prihlásení"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Socket servera"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Povoliť SSL pre pripojenie k MySQL serveru."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Použiť SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -6945,11 +6960,11 @@ msgstr ""
"Nechajte prázdne pre vypnutie podpory pre PDF schému. Odporúčaná hodnota: "
"[kbd]pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Dizajnér a PDF schéma: tabuľka súradníc"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -6957,11 +6972,11 @@ msgstr ""
"Tabuľka obsahujúca popisy polí. Nechajte prázdnu pre vypnutie tejto funkcie. "
"Odporúčaná hodnota: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Zobrazenie stĺpcov tabuľky"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -6969,11 +6984,11 @@ msgstr ""
"Nechajte prázdne pre vypnutie podpory \"trvalého\" ukladania nastavení, "
"navrhované: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabuľka pre nastavenie rozhrania"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -6981,11 +6996,11 @@ msgstr ""
"Či chcete pridať príkaz DROP DATABASE IF EXISTS do logu ako prvý riadok pri "
"vytváraní databázy."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Pridať DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -6993,11 +7008,11 @@ msgstr ""
"Či chcete pridať príkaz DROP TABLE IF EXISTS do logu ako prvý riadok pri "
"vytváraní tabuľky."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Pridať DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7005,21 +7020,21 @@ msgstr ""
"Či chcete pridať príkaz DROP VIEW IF EXISTS do logu ako prvý riadok pri "
"vytváraní pohľadu."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Pridať DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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í."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Sledované príkazy"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7027,22 +7042,22 @@ msgstr ""
"Nechajte prázdne pre vypnutie podpory pre sledovanie SQL dopytov. Odporúčaná "
"hodnota: [kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabuľka pre sledovanie SQL dopytov"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
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."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automaticky vytvárať verzie"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7050,33 +7065,33 @@ msgstr ""
"Nechajte prázdne pre vypnutie možnosti ukladania užívateľských nastavení v "
"databáze. Odporúčaná hodnota: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabuľka pre užívateľské nastavenia"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabuľka používateľov"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabuľka užívateľských skupín"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7084,15 +7099,15 @@ msgstr ""
"Nechajte prázdne pre vypnutie možnosti pre schovávanie navigačných položiek. "
"Odporúčané nastavenie: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Užívateľ pre prihlásenie podľa konfigurácie"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7100,20 +7115,20 @@ msgstr ""
"Užívateľsky prívetivý popis tohto servera. Ak necháte prízdne, zobrazí sa "
"namiesto popisu meno servera."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Dlhé meno tohto servera"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Povoliť zobraziť všetky riadky"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7124,46 +7139,46 @@ msgstr ""
"konfiguračnom súbore; toto nemá vplyv na možnosť vykonať rovnaký príkaz "
"priamo."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Zobraziť formulár na zmenu hesla"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Zobraziť formulár na vytvorenie databázy"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Zobraziť viac časových značiek"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Zobraziť Časovú značku poslednej aktualizácie"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Zobraziť Časovú značku poslednej kontroly"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7171,27 +7186,27 @@ msgstr ""
"Definuje, či sa majú alebo nemajú zobrazovať typové polia v móde úprav/"
"vkladania."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Zobraziť typy polí"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Zobraziť zoznam funkcií v móde úprav."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Zobraziť zoznam funkcií"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Či sa má zobrazovať nápoveda alebo nie."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Zobraziť nápovedu"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7199,61 +7214,61 @@ msgstr ""
"Zobraziť odkaz na výstup funkcie [a@http://php.net/manual/function.phpinfo."
"php]phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Zobraziť odkaz na phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Zobraziť podrobné informácie o MySQL serveri"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Určuje, či sa budú zobrazovať SQL dopyty generované phpMyAdminom."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Zobraziť SQL dopyty"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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í."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Zachovať príkazové okno"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Povoliť zobrazenie štatistík o databázach a tabuľkách (napr. využité miesto)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Zobraziť štatistiky"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Preskočiť zamknuté tabuľky"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Vypne varovanie na hlavnej stránke ak sa používa Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Varovanie Suhosin rozšírenia"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7262,11 +7277,11 @@ msgstr ""
"Vypnúť štandardné varovanie na hlavnej stránke, ak je hodnota PHP nastavenia "
"session.gc_maxlifetime nižšia ako hodnota `LoginCookieValidity`."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Varovanie o platnosti prihlasovacej cookie"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7274,11 +7289,11 @@ msgstr ""
"Veľkosť editačného okna (počet stĺpcov). Táto hodnota bude zväčšená pre okná "
"SQL dopytov (*2) a pre dopytové okno (*1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Stĺpce s textovou oblasťou"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7286,31 +7301,31 @@ msgstr ""
"Veľkosť editačného okna (počet riadkov). Táto hodnota bude zväčšená pre okná "
"SQL dopytov (*2) a pre dopytové okno (*1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Riadkov v textovej oblasti"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Názov okna prehliadača pri výbere databázy."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Názov okna prehliadača keď nie je nič vybrané."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Východzí popis"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Názov okna prehliadača keď je vybraný server."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Popis okna prehliadača keď je vybraná tabuľka."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7322,27 +7337,27 @@ msgstr ""
"Forwarded-For) prichádzajúcej z proxy 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Zoznam dôveryhodných proxy pre povolenie/zakázanie IP adresy"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Adresár na serveri, kde môžete nahrať súbor pre import."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Adresár pre nahrávanie"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Povoliť prehľadávať celú databázu."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Použiť databázové vyhľadávanie"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7350,26 +7365,26 @@ 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."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Povoliť záložku Pre vývojára v nastaveniach"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Skontrolovať najnovšiu verziu"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Povoliť kontrolu poslednej verzie na hlavnej stránke phpMyAdmina."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Kontrola verzie"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7377,30 +7392,30 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy url"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proxy užívateľské meno"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proxy heslo"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7408,41 +7423,41 @@ msgstr ""
"Povoliť [a@http://cs.wikipedia.org/wiki/ZIP_(souborový_formát)]ZIP[/a] "
"kompresiu pre import a export operácie."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Poslať chybové hlásenia"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Povoliť režim nulovej konfigurácie"
@@ -7862,8 +7877,8 @@ msgstr ", meno tabuľky bude zmenené na @TABLE@"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Táto hodnota je interpretovaná pomocou %1$sstrftime%2$s, takže môžete použiť "
"reťazec pre formátovanie dátumu a času. Naviac budú vykonané tieto "
@@ -8384,8 +8399,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9484,8 +9499,8 @@ msgstr "Vitajte v %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Pravdepodobná príčina je, že neexistuje konfiguračný súbor. Na jeho "
"vytvorenie môžete použiť %1$skonfiguračný skript%2$s."
@@ -10669,7 +10684,7 @@ msgstr "Meno používateľa"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Heslo"
@@ -10699,8 +10714,8 @@ msgstr "ID servra"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Hostiteľ"
@@ -11484,7 +11499,7 @@ msgstr "Žiadny"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11525,14 +11540,14 @@ msgstr "Obmedzuje počet simultánnych pripojení používateľa."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Oprávnenia pre jednotlivé tabuľky"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Poznámka: názvy MySQL oprávnení sú uvádzané po anglicky."
@@ -11541,7 +11556,7 @@ msgid "Administration"
msgstr "Administrácia"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globálne práva"
@@ -11550,7 +11565,7 @@ msgid "Global"
msgstr "Globálny"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Oprávnenia pre jednotlivé databázy"
@@ -11568,13 +11583,13 @@ msgid ""
msgstr "Povolí pridávanie uživatelov a práv bez znovunačítania tabuliek práv."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Prihlasovacie informácie"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Požiť textové pole"
@@ -11599,7 +11614,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Boli zrušené oprávnenia pre %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Pridať používateľa"
@@ -11620,89 +11635,89 @@ msgstr "Prideliť všetky oprávnenia pomocou masky (používateľ\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Prideliť všetky oprávnenia na databázu \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Používatelia majúci prístup k \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Užívateľ bol pridaný."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Používateľ"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Prideliť"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Nebol nájdený žiadny používateľ."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Akýkoľvek"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globálny"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "závislé na databáze"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "nahradzujúci znak"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "závislé na tabuľke"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Upraviť oprávnenia"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Zrušiť"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Upraviť užívateľské skupiny"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… zachovať pôvodného používateľa."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… zmazať pôvodného používateľa z tabuliek používateľov."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… odobrať všetky oprávnenia pôvodnému používateľovi a následne ho zmazať."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -11710,120 +11725,120 @@ msgstr ""
"… zmazať pôvodného používateľa z tabuliek používateľov a potom znovunačítať "
"oprávnenia."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Zmeniť informácie o používateľovi / Kopírovať používateľa"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Vytvoriť nového používateľa s rovnakými právami a …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Oprávnenia pre jednotlivé stĺpce"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Pridať oprávnenia pre nasledujúcu databázu(y):"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Náhradzujúcim znakom % a _ by mal predchádzať znak \\, pokiaľ ich nechcete "
"použiť doslovne."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Pridať oprávnenia pre nasledujúcu tabuľku:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Odstrániť vybraných používateľov"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Odobranie všetkých aktívnych práv používateľom a ich následné odstránenie."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Odstrániť databázy s rovnakým menom ako majú používatelia."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Na odstránenie neboli vybraní žiadni používatelia!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Znovunačítanie práv"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Vybraní používatelia bol úspešne odstránený."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Boli aktualizované oprávnenia pre %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Odstraňuje sa %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Práva boli úspešne znovunačítané."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Používateľ %s už existuje!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Oprávnenia pre %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nový"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Upraviť oprávnenia:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Zoznam používatelov"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Poznámka: phpMyAdmin získava práva používateľov priamo z tabuliek MySQL. "
"Obsah týchto tabuliek sa môže líšiť od práv, ktoré používa server, ak boli "
-"tieto tabuľky ručne upravené. V tomto prípade sa odporúča vykonať "
-"%sznovunačítanie práv%s predtým ako budete pokračovať."
+"tieto tabuľky ručne upravené. V tomto prípade sa odporúča vykonať %"
+"sznovunačítanie práv%s predtým ako budete pokračovať."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Zvolený používateľ nebol nájdený v tabuľke práv."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Používateľ bol pridaný."
@@ -13156,8 +13171,8 @@ msgid ""
"May be approximate. Click on the number to get the exact count. See "
"[doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-"Môže byť nepresné. Kliknutím na číslo dostanete presný počet. Viď "
-"[doc@faq3-11]FAQ 3.11[/doc]."
+"Môže byť nepresné. Kliknutím na číslo dostanete presný počet. Viď [doc@faq3-"
+"11]FAQ 3.11[/doc]."
#: libraries/structure.lib.php:862 libraries/structure.lib.php:2346
#: libraries/tbl_printview.lib.php:324
@@ -13739,14 +13754,6 @@ msgstr ""
msgid "Delete version"
msgstr "Zmazať verziu"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "zapnuté"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "nie je zapnuté"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13870,11 +13877,11 @@ msgstr ""
"Vaše nastavenia budú uložené len počas tohto prihlásenia. Pre trvalé "
"nastavenie potrebujete nastaviť %smiesto uloženia phpMyAdmin konfigurácie%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Nemožno uložiť nastavenie"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13943,8 +13950,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Ďalšie nastavenia môžete urobiť úpravou config.inc.php, napr. použitím "
-"%sNastavovacieho skriptu%s."
+"Ďalšie nastavenia môžete urobiť úpravou config.inc.php, napr. použitím %"
+"sNastavovacieho skriptu%s."
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -14193,20 +14200,20 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nebol vybraný žiadny stĺpec."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Sledovanie %s je aktívne."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Sledované verzie boli úspešne odstránené."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Nie je vybraná verzia."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14573,8 +14580,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14692,8 +14699,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15340,6 +15347,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastavené na 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Zakázať rozbalenie stromu databázy"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Odstrániť všetky informácie o sledovaní tejto tabuľky"
@@ -15705,8 +15715,8 @@ msgstr "concurrent_insert je nastavené na 0"
#~ "%s."
#~ msgstr ""
#~ "SQL validator nemohol byť inicializovaný. Prosím skontrolujte, či sú "
-#~ "nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v "
-#~ "%sdocumentation%s."
+#~ "nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v %"
+#~ "sdocumentation%s."
#, fuzzy
#~| msgid "Copy"
@@ -16539,8 +16549,8 @@ msgstr "concurrent_insert je nastavené na 0"
#~ msgid "Imported file compression will be automatically detected from: %s"
#~ msgstr ""
-#~ "Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: "
-#~ "%s"
+#~ "Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %"
+#~ "s"
#~ msgid "Add into comments"
#~ msgstr "Pridať do komentárov"
diff --git a/po/sl.po b/po/sl.po
index ae73e35927..307d53807a 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-23 14:36+0200\n"
"Last-Translator: Domen \n"
-"Language-Team: Slovenian "
-"\n"
-"Language: sl\n"
+"Language-Team: Slovenian \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
-"n%100==4 ? 2 : 3;\n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%"
+"100==4 ? 2 : 3;\n"
"X-Generator: Weblate 2.3-dev\n"
#: changelog.php:36 license.php:28
@@ -92,7 +92,7 @@ msgstr "Stolpec"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Primarni"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ne"
@@ -206,16 +206,16 @@ msgstr "Ne"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Da"
@@ -260,15 +260,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "Hrambo konfiguracije phpMyAdmin smo onemogočili. %sUgotovite, zakaj%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabela"
@@ -368,13 +368,13 @@ msgstr "Posodobljeno"
msgid "Status"
msgstr "Stanje"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Dejanje"
msgid "Show"
msgstr "Pokaži"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Izbriši sledenje"
@@ -405,15 +405,25 @@ msgstr "Poročilo sledenja"
msgid "Structure snapshot"
msgstr "Posnetek strukture"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ni aktivno"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktivno"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nesledene tabele"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Sledi tabeli"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Dnevnik zbirke podatkov"
@@ -538,7 +548,7 @@ msgid "Add geometry"
msgstr "Dodaj geometrijo"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -560,9 +570,9 @@ msgstr "Dodaj geometrijo"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -601,11 +611,11 @@ msgstr "Nepopolni parametri"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Najverjetneje ste poskušali naložiti preveliko datoteko. Prosimo, da si v "
-"%sdokumentaciji%s ogledate načine, kako obiti omejitev."
+"Najverjetneje ste poskušali naložiti preveliko datoteko. Prosimo, da si v %"
+"sdokumentaciji%s ogledate načine, kako obiti omejitev."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1299,12 +1309,12 @@ msgstr "Dodaj grafikon na mrežo"
msgid "Please add at least one variable to the series!"
msgstr "Prosimo, da v serijo dodate vsaj eno spremenljivko!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1802,18 +1812,18 @@ msgid "Show query box"
msgstr "Prikaži polje poizvedbe"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Uredi"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d ni veljavna številka vrstice."
@@ -2055,7 +2065,7 @@ msgstr "Vsebina kazalca podatkov"
msgid "Ignore"
msgstr "Prezri"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopiraj"
@@ -2071,7 +2081,7 @@ msgstr "Daljica"
msgid "Polygon"
msgstr "Večkotnik"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrija"
@@ -2217,10 +2227,10 @@ msgstr "Dvakrat kliknite za kopiranje imena stolpca."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Za preklop vidnosti stolpcev
kliknite spustno puščico."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Pokaži vse"
@@ -2321,7 +2331,7 @@ msgstr "Skrij ploščo"
msgid "Show hidden navigation tree items."
msgstr "Prikaži skrite predmete v navigacijskem drevesu."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Poveži z glavno ploščo"
@@ -2385,7 +2395,7 @@ msgstr ", zadnja ustaljena različica:"
msgid "up to date"
msgstr "posodobljeno"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Ustvari pogled"
@@ -2767,8 +2777,8 @@ msgstr "Nepričakovani znaki v vrstici %s."
#, php-format
msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"."
msgstr ""
-"Nepričakovan znak v vrstici %1$s. Pričakoval sem tabulator, vendar našel "
-"»%2$s«."
+"Nepričakovan znak v vrstici %1$s. Pričakoval sem tabulator, vendar našel »%2"
+"$s«."
#: libraries/Advisor.class.php:475
msgid "per second"
@@ -2815,8 +2825,8 @@ msgid "Requery"
msgstr "Ponovna poizvedba"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2825,16 +2835,16 @@ msgid "Delete"
msgstr "Izbriši"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2906,7 +2916,7 @@ msgid "History"
msgstr "Zgodovina"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2947,7 +2957,7 @@ msgid "During current session"
msgstr "Med trenutno sejo"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2989,9 +2999,9 @@ msgstr "Na začetku prikaži zgodovino"
msgid "Show current browsing query"
msgstr "Prikaži trenutno poizvedbo brskanja"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3000,9 +3010,9 @@ msgstr "Prikaži trenutno poizvedbo brskanja"
msgid "Ascending"
msgstr "Naraščajoče"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3203,160 +3213,160 @@ msgstr "Znotraj tabel:"
msgid "Inside column:"
msgstr "V stolpcu:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Shrani urejene podatke"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Obnovi vrstni red stolpcev"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Filtriraj vrstice"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Išči po tabeli"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Začetek"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Prejšnja"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Naslednja"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Konec"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Vse"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Število vrstic:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Uredi po ključu"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Delna besedila"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Polna besedila"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relacijski ključ"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relacijski prikazni stolpec"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Prikaži dvojiške vsebine"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Prikaži vsebine BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Skrij pretvorbo z brskalnikom"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Dobro poznano besedilo"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Dobro poznana dvojiška datoteka"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Vrstica je izbrisana."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Prekini proces"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Morda je približno. Glej [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Poizvedbo SQL sem uspešno izvedel."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "Pogled ima vsaj toliko vrstic. Prosimo, oglejte si %sdokumentacijo%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Prikazujem vrstice %1s–%2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "skupno %1$d, %2$d v poizvedbi"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "skupaj %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Poizvedba je potrebovala %01.4f sekunde."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Z označenim:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3364,48 +3374,50 @@ msgstr "Z označenim:"
msgid "Check All"
msgstr "Označi vse"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Spremeni"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Izvozi"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Dejanja rezultatov poizvedbe"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Pogled za tiskanje"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Pogled za tiskanje (s polnimi besedili)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Prikaži grafikon"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Predstavi podatke GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Povezave ni mogoče najti!"
@@ -3568,7 +3580,7 @@ msgstr ""
"odstrani."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Strežnik"
@@ -3628,9 +3640,9 @@ msgstr "Vstavi"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegiji"
@@ -3692,7 +3704,7 @@ msgstr "Osrednji stolpci"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Zbirke podatkov"
@@ -3806,7 +3818,7 @@ msgid "Recent"
msgstr "Nedavno"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Priljubljene tabele"
@@ -4242,20 +4254,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"Majhno število z decimalno vejico; dovoljene so vrednosti od -3,402823466E"
"+38 do -1,175494351E-38, 0 in od 1,175494351E-38 do 3,402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Število z decimalno vejico z natančnostjo double; dovoljene so vrednosti od "
-"-1,7976931348623157E+308 do -2,2250738585072014E-308, 0 in od "
+"Število z decimalno vejico z natančnostjo double; dovoljene so vrednosti od -"
+"1,7976931348623157E+308 do -2,2250738585072014E-308, 0 in od "
"2,2250738585072014E-308 do 1,7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4546,7 +4558,7 @@ msgstr "Največja velikost: %s %s"
msgid "MySQL said: "
msgstr "MySQL je vrnil: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Razloži stavek SQL"
@@ -4558,7 +4570,7 @@ msgstr "Preskoči razlago stavka SQL"
msgid "Without PHP Code"
msgstr "Brez kode PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Ustvari kodo PHP"
@@ -5069,7 +5081,7 @@ msgid "Set value: %s"
msgstr "Določi vrednost: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Povrni privzeto vrednost"
@@ -5159,8 +5171,8 @@ msgid ""
"random session invalidation (currently session.gc_maxlifetime is %d)."
msgstr ""
"%sVeljavnost prijavnega piškotka%s večja od %ssession.gc_maxlifetime%s lahko "
-"povzroči naključno razvrednotenje seje (session.gc_maxlifetime je trenutno "
-"%d)."
+"povzroči naključno razvrednotenje seje (session.gc_maxlifetime je trenutno %"
+"d)."
#: libraries/config/ServerConfigChecks.class.php:410
#, php-format
@@ -6257,7 +6269,7 @@ msgid "Maximum displayed SQL length"
msgstr "Največja dolžina prikazanega SQL"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Uporabniki ne morejo določiti višje vrednosti"
@@ -6330,32 +6342,32 @@ msgstr "Omejitev spomina"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr "Na navigacijski plošči zamenja drevo zbirke podatkov z izbirnikom"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Prikaži navigacijo po zbirkah podatkov kot drevo"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Prikaži logotip na navigacijski plošči."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Prikaži logotip"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL, kamor bo kazal logotip na navigacijski plošči."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL-povezava logotipa"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6363,27 +6375,27 @@ msgstr ""
"Odpre povezano stran v glavnem ([kbd]main[/kbd]) ali v novem oknu ([kbd]new[/"
"kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Cilj povezave logotipa"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Prikaži izbrani strežnik na vrhu navigacijske plošče."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Prikaži izbiro strežnikov"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Cilj ikone za hitri dostop"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "Cilj druge ikone za hitri dostop"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6391,17 +6403,17 @@ msgstr ""
"Najmanjše število predmetov (tabel, pogledov, rutin in dogodkov), potrebnih "
"za prikaz filtrirnega polja."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Najmanjše število predmetov, potrebnih za prikaz filtrirnega polja"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
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"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6409,94 +6421,99 @@ msgstr ""
"Združi predmete v navigacijskem drevesu (določeno z ločilom, navedenim "
"spodaj)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Združi predmete v drevesu"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Niz, ki loči zbirke podatkov v drugi nivo drevesa."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Ločilo drevesa zbirke podatkov"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Niz, ki loči tabele v različne stopnje drevesa."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Ločilo drevesa tabel"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Največja globina drevesa tabel"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Poudari strežnik pod miškinim kazalcem."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Omogoči poudarjanje"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Ali naj bo možnost razširitve zbirke podatkov onemogočena ali ne."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Onemogoči razširitev zbirke podatkov"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Navigacijska vrstica tabele"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Največje število nedavno uporabljenih tabel; določite 0 za onemogočitev."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Največje število priljubljenih tabel; določite 0 za onemogočitev."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Nedavno uporabljene tabele"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "To so povezave Uredi, Kopiraj in Izbriši."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Kje naj prikažem povezave vrstic tabel"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
"Uporabi naravni vrstni red za razvrščanje tabel in imen zbirk podatkov."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Naravni vrstni red"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Uporabi samo ikone, samo besedilo ali oboje."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Navigacijska vrstica tabele"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "Uporabi izhod medpomnjenja GZip za povečano hitrost v prenosih HTTP."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "Izhod medpomnjenja GZip"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6504,19 +6521,19 @@ 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."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Privzet vrstni red"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Uporabi vztrajne povezave s podatkovnimi zbirkami MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Vztrajne povezave"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6526,11 +6543,11 @@ msgstr ""
"podatkov Struktura, če katera od tabel, potrebnih za hrambo konfiguracije "
"phpMyAdmin, ni bila najdena."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Manjkajoče tabele hrambe konfiguracije phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6538,11 +6555,11 @@ msgstr ""
"Onemogoči privzeto opozorilo, ki se prikaže, če zaznam razliko med knjižnico "
"in strežnikom MySQL."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Opozorilo razlike med strežnikom in knjižnico"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6550,27 +6567,27 @@ msgstr ""
"Onemogoči privzeto opozorilo, ki se prikaže na strani Struktura, če so imena "
"stolpcev v tabeli rezervirane besede MySQL."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Opozorilo rezerviranih besed MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Kako prikazati zavihke menija"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Kako prikazati različne povezave dejanj"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Prepreči urejanje stolpcev BLOB in BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Zaščiti dvojiške stolpce"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6580,104 +6597,104 @@ msgstr ""
"(potrebuje hrambo konfiguracije phpMyAdmin). Če je onemogočeno, se za prikaz "
"zgodovine poizvedb uporabi rutina JavaScript (ki se izgubi ob zaprtju okna)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Trajna zgodovina poizvedb"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Koliko poizvedb je hranjenih v zgodovini."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Dolžina zgodovine poizvedb"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Določi, katere funkcije bodo uporabljene za pretvorbo nabora znakov."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Snemalni pogon"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Med brskanjem po tabelah se razvrščanje vsake tabele ohrani."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Ohrani razvrščanje tabel"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Privzeto razvrščanje za tabele s primarnim ključem."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Privzeto razvrščanje primarnega ključa"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Ponovi glave"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Urejanje mreže: sproži dejanje"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Relacijski prikaz"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Za prikaz Možnosti"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Urejanje mreže: naenkrat shrani vse urejene celice"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Mapa, kamor se lahko na strežnik shranijo izvozi."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Mapa za shranjevanje"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Pustite prazno, če se ne uporablja."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Zaporedje overovitve gostitelja"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Pustite prazno za privzeto."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Pravila overovitve gostitelja"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Dovoli prijave brez gesla"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Dovoli prijavo root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Časovni pas seje"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
@@ -6685,15 +6702,15 @@ msgstr ""
"Določi časovni pas v uporabi; lahko se razlikuje od časovnega pasu na "
"strežniku zbirke podatkov"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Področje HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6703,19 +6720,19 @@ msgstr ""
"SweKey[/a] (se ne nahaja v korenski mapi dokumentov; predlagano: /etc/swekey."
"conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "Konfiguracijska datoteka SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Način overovitve za uporabo."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Vrsta overovitve"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6723,11 +6740,11 @@ msgstr ""
"Pustite prazno, če ne želite podpore [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]zaznamkov[/a]; predlagano: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabela zaznamkov"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6735,32 +6752,32 @@ msgstr ""
"Pustite prazno, če ne želite pripomb/vrst MIME stolpcev; predlagano: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabela informacij stolpcev"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Stisni povezavo s strežnikom MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Stisni povezavo"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Način povezave s strežnikom; pustite [kbd]tcp[/kbd], če niste prepričani."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Vrsta povezave"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Geslo krmilnega uporabnika"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6768,11 +6785,11 @@ msgstr ""
"Posebni uporabnik MySQL, konfiguriran z omejenimi dovoljenji; več informacij "
"je na voljo na [a@http://wiki.phpmyadmin.net/pma/controluser]wikiji[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Krmilni uporabnik"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6780,11 +6797,11 @@ msgstr ""
"Nadomestni gostitelj, ki ima shrambo konfiguracije; pustite prazno, če "
"želite uporabiti že opredeljen gostitelj."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Krmilni gostitelj"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6794,15 +6811,15 @@ msgstr ""
"pustite prazno, če želite uporabiti privzeta vrata ali že nastavljena vrata "
"v primeru, ko je nadzorni gostitelj enak gostitelju."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Krmilna vrata"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Skrije zbirke podatkov, ki se ujemajo z običajnim izrazom (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6810,15 +6827,15 @@ msgstr ""
"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"sledilniku hroščev PMA[/a] in[a@http://bugs.mysql.com/19588]hroščih MySQL[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Onemogoči uporabo INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Skrij zbirke podatkov"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6826,23 +6843,23 @@ msgstr ""
"Pustite prazno, če ne želite podpore zgodovine poizvedb SQL; predlagano: "
"[kbd]pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabela zgodovine poizvedb SQL"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Ime gostitelja, kjer teče strežnik MySQL."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Ime gostitelja strežnika"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Odjavni URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6850,15 +6867,15 @@ msgstr ""
"Omeji število nastavitev tabel, ki so shranjene v zbirki podatkov; "
"najstarejši zapisi bodo samodejno odstranjeni."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Največje število shranjenih nastavitev tabel"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "Tabela shranjenih iskanj QBE"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6866,11 +6883,11 @@ msgstr ""
"Pustite prazno, če ne želite podpore shranjenih iskanj QBE; predlagano: [kbd]"
"pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Tabela osrednjih stolpcev"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6878,15 +6895,15 @@ msgstr ""
"Pustite prazno, če ne želite podpore osrednjih stolpcev; predlagano: [kbd]"
"pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Poskusi se povezati brez gesla."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Poveži se brez gesla"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6896,30 +6913,30 @@ msgstr ""
"uporabiti dobesedno, npr. uporabite [kbd]'my\\_db'[/kbd] in ne [kbd]'my_db'[/"
"kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Prikaži samo navedene zbirke podatkov"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Pustite prazno, če ne uporabljate overovitve config."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Geslo za overovitev config"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-shema: tabele strani"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6929,22 +6946,22 @@ msgstr ""
"si [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] za vse informacije. "
"Pustite prazno, če ne želite podpore. Predlagano: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Ime zbirke podatkov"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Vrata strežnika"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6952,11 +6969,11 @@ msgstr ""
"Pustite prazno, če ne želite »vztrajnih« nedavno uporabljenih tabel skozi "
"seje; predlagano: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Nedavno uporabljena tabela"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -6964,11 +6981,11 @@ msgstr ""
"Pustite prazno, če ne želite »vztrajnih« priljubljenih tabel skozi seje; "
"predlagano: [kbd]pma__favorite[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Tabela priljubljenih"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6976,11 +6993,11 @@ msgstr ""
"Pustite prazno, če ne želite podpore [a@http://wiki.phpmyadmin.net/pma/"
"relation]relacijskih povezav[/a]; priporočeno: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relacijska tabela"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6988,32 +7005,32 @@ msgstr ""
"Oglejte si [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]vrste "
"overovitev[/a] za primer."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Ime seje signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL signon"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Vtičnica strežnika"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Omogoči SSL za povezavo s strežnikom MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Uporabi SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7021,11 +7038,11 @@ msgstr ""
"Pustite prazno, če ne želite podpore sheme PDF; predlagano: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Shema PDF in Designer: koordinate tabel"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7033,11 +7050,11 @@ msgstr ""
"Tabela za opisovanje prikaznih stolpcev; pustite prazno, če ne želite "
"podpore; predlagano: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Tabela prikaznih stolpcev"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7045,11 +7062,11 @@ msgstr ""
"Pustite prazno, če ne želite »vztrajnih« nastavitev uporabniškega vmesnika "
"tabel skozi seje; predlagano: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabela nastavitev uporabniškega vmesnika"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7057,11 +7074,11 @@ msgstr ""
"Ali naj se stavek DROP DATABASE IF EXISTS doda kot prva vrstica v dnevnik "
"pri ustvarjanju zbirke podatkov."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Dodaj DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7069,11 +7086,11 @@ msgstr ""
"Ali naj se stavek DROP TABLE IF EXISTS doda kot prva vrstica v dnevnik pri "
"ustvarjanju tabele."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Dodaj DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7081,21 +7098,21 @@ msgstr ""
"Ali naj se stavek DROP VIEW IF EXISTS doda kot prva vrstica v dnevnik pri "
"ustvarjanju pogleda."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Dodaj DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Izjave za sledenje"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7103,22 +7120,22 @@ msgstr ""
"Pustite prazno, če ne želite podpore sledenja poizvedb SQL; predlagano: [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Tabela sledenja poizvedb SQL"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
"Ali naj mehanizem sledenja ustvari različice tabel in pogledov samodejno."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Samodejno ustvari različice"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7126,11 +7143,11 @@ msgstr ""
"Pustite prazno, če ne želite hranjenja uporabnikovih nastavitev v zbirki "
"podatkov; predlagano: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabela za hranjenje uporabnikovih nastavitev"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7140,11 +7157,11 @@ msgstr ""
"funkcionalnosti nastavljivih menijev; če eno od njiju pustite prazno, boste "
"onemogočiti funkcionalnost; predlagano: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabela uporabnikov"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7154,11 +7171,11 @@ msgstr ""
"funkcionalnosti nastavljivih menijev; če eno od njiju pustite prazno, boste "
"onemogočiti funkcionalnost; predlagano: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabela uporabniških skupin"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7166,15 +7183,15 @@ msgstr ""
"Pustite prazno, če ne želite zmožnosti skrivanja in prikazovanja "
"navigacijskih predmetov; predlagano: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Skriti predmeti navigacijskega drevesa"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Uporabnik za overovitev config"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7182,19 +7199,19 @@ msgstr ""
"Uporabniku prijazen opis tega strežnika. Pustite prazno, če se naj namesto "
"tega prikaže ime gostitelja."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Razširjeno ime tega strežnika"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Ali se naj uporabniku prikaže gumb \"prikaži vse (vrstice)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Dovoli prikaz vseh vrstic"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7204,73 +7221,73 @@ msgstr ""
"kbd], saj je geslo vgrajeno v konfiguracijsko datoteko; to ne omejuje "
"možnosti izvedbe enakega ukaza neposredno."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Pokaži obrazec za spremembo gesla"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Pokaži obrazec za ustvarjanje zbirke podatkov"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
"Prikaži ali skrij stolpec, ki prikazuje Časovni žig nastanka za vse tabele."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Prikaži Časovni žig nastanka"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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 za vse "
"tabele."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Časovni žig zadnje spremembe"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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 za "
"vse tabele."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Časovni žig zadnjega preverjanja"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
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."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Pokaži vrste polj"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Prikaže polja funkcij v načinu urejanja/vstavljanja."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Prikaži polja funkcij"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Naj prikažem namig ali ne."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Prikaži namig"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7278,62 +7295,62 @@ msgstr ""
"Prikaže povezavo do podatkov [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Prikaži povezavo phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Prikaži podrobne informacije o strežniku MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
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."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Pokaži poizvedbe SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Ohrani polje poizvedbe"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Dovoli prikaz statistike zbirke podatkov in tabele (npr. poraba prostora)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Pokaži statistiko"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Preskoči zaklenjene tabele"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Na glavni strani se prikaže opozorilo, če je zaznan Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Opozorilo Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7343,11 +7360,11 @@ msgstr ""
"nastavitve PHP session.gc_maxlifetime manjša kot vrednost "
"`LoginCookieValidity`."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Opozorilo o veljavnost prijavnega piškotka"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7355,11 +7372,11 @@ msgstr ""
"Velikost besedilnega polja (stolpci) v načinu urejanja; vrednost bo povečana "
"za polja poizvedb SQL (*2) in za okno poizvedbe (*1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Stolpcev besedilnega polja"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7367,31 +7384,31 @@ msgstr ""
"Velikost besedilnega polja (vrstice) v načinu urejanja; vrednost bo povečana "
"za polja poizvedb SQL (*2) in za okno poizvedbe (*1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Vrstic besedilnega polja"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Naslov okna brskalnika, ko je izbrana zbirka podatkov."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Naslov okna brskalnika, ko je ni izbrano nič."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Privzeti naslov"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Naslov okna brskalnika, ko je izbran strežnik."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Naslov okna brskalnika, ko je izbrana tabela."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7402,27 +7419,27 @@ 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]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Seznam zaupanja vrednih proxyjev za sprejetje/zavrnitev IP"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Mapa na strežniku, kamor lahko naložite datoteke za uvoz."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Mapa za nalaganje"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Dovoli iskanje po celotni zbirki podatkov."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Uporabi iskanje po zbirki podatkov"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7430,26 +7447,26 @@ msgstr ""
"Ko je onemogočeno, uporabniki ne morejo nastaviti katere koli od spodnjih "
"možnosti, ne glede na potrditveno polje na desni."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Omogoči zavihek Razvijalec v nastavitvah"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Preveri za najnovejšo različico"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Omogoča preverjanje najnovejše različice na glavni strani phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Preverjanje različice"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7461,11 +7478,11 @@ msgstr ""
"nameščen phpMyAdmin, nima neposredne povezave z medmrežjem. Oblika je: "
"»imegostitelja:številkavrat«."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "URL proxyja"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7475,19 +7492,19 @@ msgstr ""
"navedete uporabniško ime, se bo izvedla overitev Basic Authentication. Druge "
"vrste overitve trenutno niso podprte."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Uporabniško ime proxyja"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Geslo za overitev s proxyjem."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Geslo proxyja"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7495,35 +7512,35 @@ msgstr ""
"Omogoči stiskanje [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
"za posege uvoza in izvoza."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Vnesite vaš javni ključ storitve reCaptcha vaše domene."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Javni ključ za reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Vnesite vaš zasebni ključ storitve reCaptcha vaše domene."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Zasebni ključ za reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Izberite privzeto dejanje za pošiljanje poročil o napakah."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Pošlji poročila o napakah"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7531,7 +7548,7 @@ msgstr ""
"Omogoči način ničelne konfiguracije, ki omogoča, da phpMyAdmin samodejno "
"nastavi hrambene tabele konfiguracije."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Omogoči način ničelne konfiguracije"
@@ -7949,8 +7966,8 @@ msgstr ", @TABLE@ bo postalo ime tabele"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Vrednost je prevedena z uporabo %1$sstrftime%2$s, tako da lahko uporabljate "
"nize za zapis časa. Dodatno bo prišlo še do naslednjih pretvorb: %3$s. "
@@ -8496,8 +8513,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Dokumentacijo in nadaljnje informacije o PBXT lahko najdete na %sDomači "
"strani PrimeBase XT%s."
@@ -8931,7 +8948,6 @@ msgid "unknown"
msgstr "neznano"
#: libraries/navigation/Navigation.class.php:54
-#| msgid "An error has occurred while loading the navigation tree"
msgid "An error has occurred while loading the navigation display"
msgstr "Med nalaganjem navigacijskega prikaza je prišlo do napake"
@@ -9650,8 +9666,8 @@ msgstr "Dobrodošli v %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Najverjetneje niste ustvarili konfiguracijske datoteke. Morda želite "
"uporabiti %1$snastavitveni skript%2$s, da jo ustvarite."
@@ -10529,7 +10545,6 @@ msgid "Formats text as JSON with syntax highlighting."
msgstr "Oblikuje besedilo kot JSON z označevanjem skladnje."
#: libraries/plugins/transformations/output/Text_Plain_Xml.class.php:40
-#| msgid "Formats text as JSON with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
msgstr "Oblikuje besedilo kot XML z označevanjem skladnje."
@@ -10900,7 +10915,7 @@ msgstr "Uporabniško ime"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Geslo"
@@ -10930,8 +10945,8 @@ msgstr "ID strežnika"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Gostitelj"
@@ -11725,7 +11740,7 @@ msgstr "Brez"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Uporabniška skupina"
@@ -11766,14 +11781,14 @@ msgstr "Omeji število sočasnih povezav, ki jih lahko ima uporabnik."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilegiji tipični za tabelo"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Opomba: Imena privilegijev MySQL so zapisana v angleščini."
@@ -11782,7 +11797,7 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globalni privilegiji"
@@ -11791,7 +11806,7 @@ msgid "Global"
msgstr "Globalno"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilegiji tipični za podatkovno zbirko"
@@ -11810,13 +11825,13 @@ msgstr ""
"Omogoča dodajanje uporabnikov in privilegijev brez osveževanja privilegijev."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Podatki o prijavi"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Uporabi besedilno polje"
@@ -11843,7 +11858,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Odvzeli ste privilegije za %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Dodaj uporabnika"
@@ -11865,88 +11880,88 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Dodeli vse privilegije za podatkovno zbirko \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Uporabniški dostop do \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Uporabnik je dodan."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Uporabnik"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Dovoli"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Nimate zadostnih privilegijev za ogled uporabnikov."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Najden ni bil noben uporabnik."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Kateri koli"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globalno"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "glede na zbirko podatkov"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "nadomestni znak"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "glede na tabelo"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Uredi privilegije"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Odvzemi"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Uredi uporabniško skupino"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… obdrži starega."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… izbriši starega s seznama uporabnikov."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… prekliči vse aktivne pravice starega uporabnika ter jih izbriši."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -11954,92 +11969,92 @@ msgstr ""
"… izbriši starega uporabnika s seznama uporabnikov ter ponovno naloži "
"njegove pravice."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Spremeni prijavne informacije / Kopiraj uporabnika"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Ustvari novega uporabnika z enakimi pravicami in …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilegiji tipični za stolpec"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Dodaj privilegije na naslednje zbirke podatkov:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Pred nadomestna znaka % in _ je potrebno postaviti \\, če ju želite "
"uporabiti dobesedno."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Dodaj privilegije na naslednji tabeli:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Izbriši izbrane uporabnike"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Odvzemi uporabnikom aktivne privilegije in jih potem izbriši."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Izbriši zbirke podatkov, ki imajo enako ime kot uporabniki."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Ni izbranih uporabnikov za brisanje!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Osvežujem privilegije"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Uspešno sem izbrisal izbrane uporabnike."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Posodobili ste privilegije za %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Brišem %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Uspešno sem osvežil privilegije."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Uporabnik %s že obstaja!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilegiji %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Nov"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Uredi privilegije:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12047,28 +12062,28 @@ msgstr ""
"Opozorilo: Poskušate urediti privilegije uporabnika, s katerim ste trenutno "
"prijavljeni."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Pregled uporabnikov"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz tabel "
"privilegijev MySQL. Vsebina teh tabel se lahko razlikuje od privilegijev, ki "
"jih uporablja strežnik, če so bile tabele ročno spremenjene. V tem primeru "
"morate pred nadaljevanjem %sosvežiti privilegije%s."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Izbranega uporabnika v tabelah privilegijev nisem našel."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Dodali ste novega uporabnika."
@@ -12374,7 +12389,6 @@ msgid "Filters"
msgstr "Filtri"
#: libraries/server_status_processes.lib.php:253
-#| msgid "Show only alert values"
msgid "Show only active"
msgstr "Prikaži samo aktivne"
@@ -13484,7 +13498,6 @@ msgid "Improve table structure"
msgstr "Izboljšaj strukturo tabele"
#: libraries/structure.lib.php:1655
-#| msgid "Track table"
msgid "Track view"
msgstr "Pogled sledenja"
@@ -13989,14 +14002,6 @@ msgstr "Dezaktiviraj zdaj"
msgid "Delete version"
msgstr "Izbriši različico"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktivno"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ni aktivno"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Sledenje stavkom"
@@ -14124,11 +14129,11 @@ msgstr ""
"Vaše nastavitve bodo shranjene samo za trenutno sejo. Njihova trajna hramba "
"zahteva %shrambo konfiguracije phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Ne morem shraniti konfiguracije"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14467,20 +14472,20 @@ msgstr[3] "Imena '%s' so rezervirane besede MySQL."
msgid "No column selected."
msgstr "Ni izbranih stolpcev."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Sledenje %s je aktivirano."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "Uspešno sem izbrisal različice sledenja."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Ni izbranih različic."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "Stavki SQL so izvedeni."
@@ -14894,8 +14899,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Trenutni delež prostega pomnilnika predpomnilnika poizvedb je v primerjavi s "
"skupnim pomnilnikom predpomnilnima poizvedb %s %%. Moral bi biti nad 80 %%"
@@ -15050,8 +15055,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s %% vseh razvrščanj povzroča začasne tabele; vrednost bi morala biti nižja "
"od 10 %%."
@@ -15806,6 +15811,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je nastavljeno na 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Onemogoči razširitev zbirke podatkov"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Izbriši podatke sledenja te tabele"
@@ -16301,8 +16309,8 @@ msgstr "concurrent_insert je nastavljeno na 0"
#~ "For a list of available transformation options and their MIME type "
#~ "transformations, click on %stransformation descriptions%s"
#~ msgstr ""
-#~ "Za seznam razpoložljivih možnosti pretvorbe in vrst MIME kliknite na "
-#~ "%sopise transformacij%s"
+#~ "Za seznam razpoložljivih možnosti pretvorbe in vrst MIME kliknite na %"
+#~ "sopise transformacij%s"
#~ msgid ""
#~ "Uncheck this to prevent the sending of error reports for javascript errors"
diff --git a/po/sq.po b/po/sq.po
index 1ed0db3dfc..81192a2809 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-07 01:02+0200\n"
"Last-Translator: Arben Çokaj \n"
"Language-Team: Albanian \n"
-"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sq\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -92,7 +92,7 @@ msgstr "Kolona"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Primar"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Jo"
@@ -206,16 +206,16 @@ msgstr "Jo"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Po"
@@ -261,15 +261,15 @@ msgid ""
msgstr ""
"Ruajtja e konfigurimit phpMyAdmin është pasivizuar. %sGjej arsyen pse%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabela"
@@ -368,13 +368,13 @@ msgstr "Aktualizuar"
msgid "Status"
msgstr "Statusi"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Veprimi"
msgid "Show"
msgstr "Shfaq"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -407,15 +407,25 @@ msgstr "Raport gjurmimi"
msgid "Structure snapshot"
msgstr "Struktura foto e çastit"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "jo aktive"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktive"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Tabelat e pashkelura"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Gjurmo tabelën"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Regjistri (log) databazës"
@@ -541,7 +551,7 @@ msgid "Add geometry"
msgstr "Shto gjeometri"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -563,9 +573,9 @@ msgstr "Shto gjeometri"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -604,8 +614,8 @@ msgstr "Parametra jo të plota"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Ndoshta provuat të ngarkoni një fil, që është shumë i madh. Ju lutem, refero "
"%sdokumentacionin%s për një vështrim të kujdesshëm për këtë kufizim."
@@ -920,8 +930,8 @@ msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-"Versioni i librarisë së PHP MySQL %s ndryshon nga versioni i MySQL server "
-"%s. Kjo mund të shkaktojë sjellje të paparashikuara."
+"Versioni i librarisë së PHP MySQL %s ndryshon nga versioni i MySQL server %"
+"s. Kjo mund të shkaktojë sjellje të paparashikuara."
#: index.php:621
#, php-format
@@ -1324,12 +1334,12 @@ msgstr "Shto grafik tek rrjeta"
msgid "Please add at least one variable to the series!"
msgstr "Ju lutem, shtoni së paku një variabël në seri!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1837,18 +1847,18 @@ msgid "Show query box"
msgstr "Shfaq kutinë e pyetsorit"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Korrigjo"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nuk është numër i vlefshëm radhe."
@@ -2096,7 +2106,7 @@ msgstr "Përmbajtja e pikës së të dhënave"
msgid "Ignore"
msgstr "Injoro"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopjo"
@@ -2112,7 +2122,7 @@ msgstr "Vargu i linjës"
msgid "Polygon"
msgstr "Poligon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Gjeometri"
@@ -2260,10 +2270,10 @@ msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
"Kliko shigjetën lësho-poshtë
për të shkëmbyer shikueshmërinë e kolonës."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Shfaq të gjitha"
@@ -2367,7 +2377,7 @@ msgstr "Fsheh panelin"
msgid "Show hidden navigation tree items."
msgstr "Shfaq njësitë e fshehta të pemës së navigimit."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Lidh me panelin kryesor"
@@ -2437,7 +2447,7 @@ msgstr ", versioni i fundit stabil:"
msgid "up to date"
msgstr "aktual"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Krijo pamje"
@@ -2865,8 +2875,8 @@ msgid "Requery"
msgstr "Requery (kërkesë)"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2875,16 +2885,16 @@ msgid "Delete"
msgstr "Fshij"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2954,7 +2964,7 @@ msgid "History"
msgstr "Historia"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2995,7 +3005,7 @@ msgid "During current session"
msgstr "Gjatë sesionit aktual"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3037,9 +3047,9 @@ msgstr "Shfaq historinë e pyetsorit në fillim"
msgid "Show current browsing query"
msgstr "Shfaq pyetsorin aktual të shfletimit"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3048,9 +3058,9 @@ msgstr "Shfaq pyetsorin aktual të shfletimit"
msgid "Ascending"
msgstr "Ngritëse"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3247,162 +3257,162 @@ msgstr "Tabelat e brendshme:"
msgid "Inside column:"
msgstr "Kolona e brendshme:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Ruaj të dhënat e korrigjuara"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Rivendos renditjen e kolonës"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Radhët e filterit"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Kërko këtë tabelë"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Fillo"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Përpara"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Tjetër"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Fund"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Të gjithë"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Numri i radhëve:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Klasifiko sipas çelësit"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Tekste pjesore"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Tekstet e plota"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Çelësi relacional"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Kolona e shfaqjes relacionale"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Shfaq përmbajtjen binare"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Shfaq përmbajtjen BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Fsheh transformimin e shfletuesit"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Tekst i mirënjohur"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Binare e mirënjohur"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Radha është fshirë."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Vrit"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Mund të jetë me afërsi. Shiko [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Pyetsori juaj SQL është ekzekutuar me sukses."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Kjo pamje ka të paktën këtë numër të radhëve. Ju lutem, refero "
-"%sdokumentacionin%s."
+"Kjo pamje ka të paktën këtë numër të radhëve. Ju lutem, refero %"
+"sdokumentacionin%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Shfaqën radhët %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d gjithsejt, %2$d në pyetsor"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d gjithsejt"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Pyetsori mori %01.4f sekonda."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Me të zgjedhur:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3410,48 +3420,50 @@ msgstr "Me të zgjedhur:"
msgid "Check All"
msgstr "Shënjo të gjitha"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Ndrysho"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksporti"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Veprimet e rezultatit të pyetsorit"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Shfaq printimin"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Shfaq printimin (me tekste të plota)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Shfaq grafikun"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Vizualizo të dhënat GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Lidhja nuk gjendet!"
@@ -3614,7 +3626,7 @@ msgstr ""
"hiqet."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Serveri"
@@ -3674,9 +3686,9 @@ msgstr "Fut"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegjet"
@@ -3738,7 +3750,7 @@ msgstr "Kolonat qendrore"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databazat"
@@ -3846,7 +3858,7 @@ msgid "Recent"
msgstr "Të fundit"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Tabelat e preferuara"
@@ -4285,20 +4297,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Një numër precizion-dyfishtë pikë-lundrues, vlerat e lejuara janë "
-"-1.7976931348623157E+308 deri -2.2250738585072014E-308, 0, dhe "
+"Një numër precizion-dyfishtë pikë-lundrues, vlerat e lejuara janë -"
+"1.7976931348623157E+308 deri -2.2250738585072014E-308, 0, dhe "
"2.2250738585072014E-308 deri 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4590,7 +4602,7 @@ msgstr "Maks: %s%s"
msgid "MySQL said: "
msgstr "MySQL tha: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Sqaro SQL"
@@ -4602,7 +4614,7 @@ msgstr "Shmang sqarimin SQL"
msgid "Without PHP Code"
msgstr "Pa kod PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Krijo kod PHP"
@@ -5115,7 +5127,7 @@ msgid "Set value: %s"
msgstr "Vendos vlerën: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Rivendos vlerën standarde"
@@ -5259,8 +5271,8 @@ msgstr ""
"Vendos tipin e autentifikimit [kbd]config[/kbd] (konfig) dhe përfshij emrin "
"e përdorimit dhe fjalëkalimin për auto-hyrje, gjë që nuk është një opsion i "
"dëshiruar për pritësit (hosts) live. Secili që e di ose e merr me mend URL "
-"të phpMyAdmin mund të hyjë direkt në panelin tuaj të phpMyAdmin. Vendos "
-"%stipin e autentifikimit%s tek [kbd]cookie[/kbd] ose [kbd]http[/kbd]."
+"të phpMyAdmin mund të hyjë direkt në panelin tuaj të phpMyAdmin. Vendos %"
+"stipin e autentifikimit%s tek [kbd]cookie[/kbd] ose [kbd]http[/kbd]."
#: libraries/config/ServerConfigChecks.class.php:437
#, php-format
@@ -6318,7 +6330,7 @@ msgid "Maximum displayed SQL length"
msgstr "Gjatësia maksimale SQL e shfaqur"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Përdoruesit nuk mund të vendosin një vlerë më të lartë"
@@ -6389,34 +6401,34 @@ msgstr "Kufizimi i kujtesës"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Shfaq njësitë e fshehta të pemës së navigimit."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Shfaq logon në panelin e navigimit."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Shfaq logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL ku logo në panelin e navigimit do të tregojë."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL e lidhjes së logos"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6424,29 +6436,29 @@ msgstr ""
"Hap faqen e lidhur në dritaren kryesore ([kbd]kryesore[/kbd]) ose në një të "
"re ([kbd]e re[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Objektivi i lidhjes së logos"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Shfaq zgjedhjen e serverit në krye të panelit të navigimit."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Shfaq zgjedhjen e serverave"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Objektivi për ikonën e hyrjes së shpejtë"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Objektivi për ikonën e hyrjes së shpejtë"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6454,15 +6466,15 @@ msgstr ""
"Përcakton numrin minimal të njësive (tabela, pamje, rutinat dhe ngjarjet) "
"për të shfaqur një kuti filtri."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Numri minimal i njësive që shfaq kutia e filtrit"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Numri minimal i databazave që shfaq kutia e filtrit të databazës"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6470,95 +6482,100 @@ msgstr ""
"Njësitë e grupit në pemën e navigacionit (të vendosur nga ndarës të "
"përcaktuar më poshtë)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Njësitë e grupit në pemë"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Vargu që ndan databazat në nivele të ndryshme të pemës."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Ndarësi pemë i databazës"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Vargu që ndan tabelat në nivele të ndryshme të pemës."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Ndarësi i pemës së tabelës"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Thellësia maksimale e pemës së tabelës"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Thekso serverin nën kursorin e miut."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Aftëso theksimin"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Nëse për të pasivizuar mundësinë e zgjerimit të databazës ose jo."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Pasivizo zgjerimin e databazës"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Linja e navigimit të tabelës"
+
+#: libraries/config/messages.inc.php:468
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."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Numri maksimal i tabelave të preferuara; vëndos 0 për ta pasivizuar."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Tabelat e përdorura së fundi"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Këto janë lidhjet Korrigjo, Kopjo dhe Fshij."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Ku tregohen lidhjet radhët e tabelës"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
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."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Renditja natyrale"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Përdor vetëm ikona, vetëm text ose të dyja."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Linja e navigimit të tabelës"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip stimulimi i produktit"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6566,19 +6583,19 @@ msgstr ""
"[kbd]SMART[/kbd] - dmth. renditje zbritëse për kolonat e tipit TIME, DATE, "
"DATETIME dhe TIMESTAMP, përndryshe rendiktje ngritëse."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Mënyrë standarde e renditjes"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Përdor lidhje të qëndrueshme për tek databazat MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Lidhjet e vazhdueshme"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6588,11 +6605,11 @@ msgstr ""
"databazës Struktura, nëse ndonjë nga tabelat e kërkuara për ruajtjen e "
"konfigurimit të phpMyAdmin nuk mund të gjendet."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Mungojnë tabelat e ruajtjes së konfigurimit të phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6600,11 +6617,11 @@ msgstr ""
"Pasivizo paralajmërimin standard që shfaqet, nëse është zbuluar një dallim "
"në mes të librarisë MySQL dhe serverit."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Paralajmërimi i ndryshimit server/librari"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6612,27 +6629,27 @@ 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."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL paralajmërim fjale e rezervuar"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Si të shfaqen tabelorët e menysë"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Si të shfaqen lidhjet e veprimeve të ndryshme"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Moslejo kolona BLOB dhe BINARY nga korrigjimi."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Mbro kolonat binare"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6642,128 +6659,128 @@ msgstr ""
"konfigurimit phpMyAdmin). Nëse është pasiv, ky përdor JS-rutinat për të "
"shfaqur historinë e pyetsorit (humbet me mbylljen e dritares)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Historia e pyetsorit permanent"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Sa pyetsorë do të mbahen në histori."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Gjatësia e historisë së pyetsorit"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Makinë regjistrimi"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Kur shfleton tabelat, klasifikimi i çdo tabele kujtohet."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Kujto klasifikimin e tabelës"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
"Renditja e klasifikimit të paracaktuar për tabelat me një çelës primar."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Renditja e paracaktuar e klasifikimit të çelësit primar"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Përsërit kokat"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Korrigjim i rrjetës: veprim shkrehës"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Kolona e shfaqjes relacionale"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Opsionet e shfaqjes së serverit."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Korrigjim i rrjetës: ruaj të gjithë qelizat e korrigjuara menjëherë"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Drejtoria ku eksportet mund të ruhen në server."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Drejtoria e ruajtjes"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Lëre të zbrazët nëse nuk përdoret."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Renditja e autorizimit të hostit (pritësit)"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Lëre të zbrazët për standardet."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Rregullat e autorizimit të hostit (pritësit)"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Lejo hyrjet pa fjalëklalim"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Lejo hyrjen në rrënjë (root)"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Vlera e sesionit"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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)."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "Fusha HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6773,19 +6790,19 @@ msgstr ""
"pajisjeve[/a] (nuk është lokalizuar në rrënjën e dokumentit; sugjerohet: /"
"etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey fili konfig"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Metoda e autentifikimit që përdoret."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Tipi i autentifikimit"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6793,11 +6810,11 @@ msgstr ""
"Lëre të zbrazët për asnjë mbështetje [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]faqeruajtësi[/a], sugjerohet: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabela e faqerojtësit"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6805,31 +6822,31 @@ msgstr ""
"Lëre të zbrazët për asnjë kolonë të tipeve komente/mime, sugjerohet: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabela e informacionit të kolonës"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Lidhje e kompresuar për tek serveri MySQL."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Kompreso lidhjen"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Si të lidheni me serverin, mbaj [kbd]tcp[/kbd] nëse jeni i pasigurtë."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tipi i lidhjes"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Fjalëkalimi i përdoruesit të kontrollit"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6838,11 +6855,11 @@ msgstr ""
"tepër informacion të vlefshëm në [a@http://wiki.phpmyadmin.net/pma/"
"controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Përdoruesi i kontrollit"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6850,11 +6867,11 @@ 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."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Hosti (pritësi) i kontrollit"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6865,15 +6882,15 @@ msgstr ""
"portën e përcaktuar ndërkohë, nëse pritësi i kontrollit është i njëjtë me "
"pritësin."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Porta e kontrollit"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Fsheh databazat që përkojnë me shprehjet e rregulta (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6881,15 +6898,15 @@ msgstr ""
"Më tepër informacion në [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"PMA bug tracker[/a] dhe [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Pasivizo përdorimin e INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Fsheh databazat"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6897,23 +6914,23 @@ msgstr ""
"Lëre të zbrazët për asnjë mbështetje të historisë së pyetsorit SQL, "
"sugjerohet: [kbd]pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL tabela e historisë së pyetsorit"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Emri i pritësit (hostname) ku serveri MySQL funksionon."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Emri i pritësit të serverit"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL e daljes"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6921,15 +6938,15 @@ msgstr ""
"Kufizon numrin e preferencave të tabelës, të cilat janë ruajtur në databazë, "
"regjistrimet më të vjetra largohen automatiksht."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Numri maksimal i preferencave të tabelave për të ruajtur"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "QBE ruajti tabelën e kërkimit"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6937,11 +6954,11 @@ msgstr ""
"Lëre të zbrazët për asnjë mbështetje kërkimi të QBE të ruajtur, sugjerohet: "
"[kbd]pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Tabela e kolonave qendrore"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6949,15 +6966,15 @@ msgstr ""
"Lëre të zbrazët për jo mbështetje të kolonave qendrore, sugjerohet: [kbd]"
"pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Ptovo të lidhesh pa fjalëkalim."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Lidhu pa fjalëkalim"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6967,30 +6984,30 @@ msgstr ""
"të përdorni instancat e tyre literale, dmth. përdor [kbd]'my\\_db'[/kbd] dhe "
"jo [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Shfaq vetëm databazat e renditura"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Lëre të zbrazët nëse nuk përdor autent e konfig."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Fjalëkalimi për konfig autent"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF skema: tabela e faqeve"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7000,22 +7017,22 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] për informacion më të "
"plotë. Lëre të zbrazët për mos mbështetje. Sugjerohet: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Emri i databazës"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Porta e serverit"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7023,11 +7040,11 @@ 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]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Tabela e përdorur së fundi"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -7035,11 +7052,11 @@ msgstr ""
"Lëre të zbrazët për jo tabela të preferuara të \"përhershme\" gjatë "
"sesionit, sugjerohet: [kbd]pma__favorite[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Tabela e preferuar"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7048,11 +7065,11 @@ msgstr ""
"relation-links[/a] (lidhje-relacioni), sugjerohet: [kbd]pma__relation[/kbd] "
"(relacion_pma)."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Tabela e relacionit"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7060,33 +7077,33 @@ msgstr ""
"Shiko [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]tipet e "
"autentifikimit[/a] për një shembull."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Emri i sesionit të hyrjes"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL e hyrjes"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Foleja e serverit"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Aftëso SSL për lidhje me serverin MySQL."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Përdor SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7094,11 +7111,11 @@ msgstr ""
"Lëre të zbrazët për asnjë mbështetje të skemës PDF, sugjerohet: [kbd]"
"pma__table_coords[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Dizajneri dhe skema PDF: koordinatat e tabelës"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7106,11 +7123,11 @@ msgstr ""
"Tabela që përshkruan kolonat e shfaqjes, lëre të zbrazët për asnjë "
"mbështetje; sugjerohet: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Shfaq tabelën e kolonave"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7118,11 +7135,11 @@ msgstr ""
"Lëre të zbrazët për preferenca tabelash UI jo të \"përhershme\" përrmes "
"sesionit, sugjerohet: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "UI tabelë e preferencave"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7130,11 +7147,11 @@ 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ë."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Shto DROP DATABASE (fshij databazën)"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7142,11 +7159,11 @@ 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ë."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Shto DROP TABLE (fshij tabelën)"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7154,20 +7171,20 @@ 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."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Shto DROP VIEW (fshij pamjen)"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Deklaratat që gjurmohen"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7175,11 +7192,11 @@ msgstr ""
"Lëre të zbrazët për asnjë mbështetje gjurmimi të pyetsorit SQL, sugjerohet: "
"[kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL tabela e gjurmimit të pyetsorit"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7187,11 +7204,11 @@ msgstr ""
"Nëse mekanizmi i ndjekjes krijon versione për tabelat dhe shfaqet "
"automatikisht."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Krijo automatikisht versionet"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7199,11 +7216,11 @@ msgstr ""
"Lëre të zbrazët për asnjë ruajtje të preferencave të përdoruesit në "
"databazë, sugjerohet: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Tabela e ruajtjes së preferencave të përdoruesit"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7213,11 +7230,11 @@ 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__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Tabela e përdoruesve"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7227,11 +7244,11 @@ 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]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Tabela e grupit të përdoruesve"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7239,15 +7256,15 @@ msgstr ""
"Lëre të zbrazët për të pasivizuar tiparin, që fsheh dhe shfaq njësitë e "
"navigimit, sugjerohet: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabela e njësive të navigimit të fshehtë"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Përdoruesi për config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7255,20 +7272,20 @@ 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."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Emri fjalëshumë i këtij serveri"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Lejo për të shfaqur të gjitha radhët"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7279,47 +7296,47 @@ msgstr ""
"në filin e konfigurimit; kjo nuk e kufizon aftësinë për të ekzekutuar të "
"njëjtën komandë direkt."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Shfaq formularin e ndryshimit të fjalëkalimit"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Shfaq formularin krijo databazë"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Shfaq krijimin e vulës kohore"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Shfaq vulën kohore të aktualizuar së fundi"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Shfaq vulën kohore të kontrolluar së fundi"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7327,27 +7344,27 @@ msgstr ""
"Përcakton nëse fushat e shkrimit duhet ose jo të shfaqet fillimisht në "
"mënyrën korrigjo/fut."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Shfaq tipet e fushave"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Shfaq fushat e funksionit në mënyrën korrigjo/fut."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Shfaq fushat e funksioneve"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Nëse e tregon , apo jo."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Shfaq idenë (hint)"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7355,66 +7372,66 @@ msgstr ""
"Shfaq lidhjen tek rezultati [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Shfaq lidhjen phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Shfaq informacionin e detajuar të serverit MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
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."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Shfaq pyetsorët SQL"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Mbaj kutinë e pyetsorit"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Lejo për të shfaqur databazën dhe tabelën e statistikave (psh. përdorimi i "
"hapësirës)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Shfaq statistikat"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Shmang tabelat e kyçura"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
"Një paralajmërim shfaqet në faqen kryesore, nëse Suhosin është zbuluar."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin paralajmërim"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7427,13 +7444,13 @@ 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."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Vlefshmëria e gatimit (cookie) të hyrjes"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7442,11 +7459,11 @@ msgstr ""
"do të theksohet për zonat e tekstit të pyetsorit SQL (*2) dhe për dritaren e "
"pyetsorit (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Kolonat e zonës së tekstit"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7455,31 +7472,31 @@ msgstr ""
"është e theksuar për zonat e tekstit të pyetsorit SQL (*2) dhe për dritaren "
"e pyetsorit (*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Radhët e zonës së tekstit"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një databazë."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titulli i dritares së shfletuesit, kur nuk është zgjedhur asgjë."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Titulli standard"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një server."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një tabelë."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7491,27 +7508,27 @@ msgstr ""
"Forwarded-For), që vjen nga proksi 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista e proksi të besuara për IP lejo/moho"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "Drejtoria në serverin ku mund të ngarkoni filet për import."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Dosja e ngarkimit"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Lejo për kërkim në brendësi të të gjithë databazës."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Përdor kërkimin e databazës"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7519,27 +7536,27 @@ msgstr ""
"Kur pasivizohet, përdoruesit nuk mund të vendosin ndonjë nga opsionet më "
"poshtë, pavarësisht kutisë së kontrollit në të djathtë."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Aftëso tabelorin Zhvilluesi tek rregullimet"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Kontrollo për versionin e fundit"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Aftëson kontrollin për versionin e fundit në faqen kryesore phpMyAdmin."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Kontroll i versionit"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7551,11 +7568,11 @@ msgstr ""
"kjo, nëse serveri ku është instaluar phpMyAdmin nuk ka hyrje direkte në "
"internet. Formati është: \"hostname:portnumber\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "URL proksi"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7565,19 +7582,19 @@ 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."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Emri i përdoruesit proksi"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Fjalëkalimi për autentifikimin (vërtetimin) me proksi (prokurë)."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Fjalëkalimi proksi"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7585,35 +7602,35 @@ msgstr ""
"Aftëso kompresimin [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
"për veprimet e importit dhe eksportit."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Fut çelësin tuaj publik për shërbimin e domainit tuaj reCaptcha."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Çelës publik për reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Çelës privat për reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Zgjedh veprimin e parazgjedhur, kur dërgoni raportet e gabimit."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Dërgo raportet e gabimit"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7621,7 +7638,7 @@ msgstr ""
"Aktivizo mënyrën e Konfigurimit Zero, e cila ju lejon të instaloni "
"automatikisht tabelat e ruajtjes së konfigurimit të phpMyAdmin."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Aftëso mënyrën e konfigurimit zero"
@@ -8045,13 +8062,13 @@ msgstr ", @TABLE@ - do të bëhet emri i tabelës"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Kjo vlerë është interpretuar me anë të %1$sstrftime%2$s, kështu që mund të "
"përdorni vargjet e formatimit të kohës. Për më tepër, transformimet që "
-"vijojnë mund të ndodhin: %3$s. Teksti tjetër do të mbahet siç është. Shiko "
-"%4$sFAQ%5$s për detaje."
+"vijojnë mund të ndodhin: %3$s. Teksti tjetër do të mbahet siç është. Shiko %4"
+"$sFAQ%5$s për detaje."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8598,11 +8615,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
-"Dokumentacioni dhe informacioni i mëtejshëm rreth PBXT mund të gjendet në "
-"%sUebfaqen PrimeBase XT%s."
+"Dokumentacioni dhe informacioni i mëtejshëm rreth PBXT mund të gjendet në %"
+"sUebfaqen PrimeBase XT%s."
#: libraries/engines/pbxt.lib.php:138
msgid "Related Links"
@@ -9766,11 +9783,11 @@ msgstr "Mirësevjen në %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Ndoshta nuk keni krijuar një fil konfigurimi. Mund të doni të përdorni "
-"%1$sskriptin e instalimit%2$s për ta krijuar atë."
+"Ndoshta nuk keni krijuar një fil konfigurimi. Mund të doni të përdorni %1"
+"$sskriptin e instalimit%2$s për ta krijuar atë."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11028,7 +11045,7 @@ msgstr "Emri i përdoruesit"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Fjalëkalimi"
@@ -11058,8 +11075,8 @@ msgstr "ID e serverit"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Hosti (pritësi)"
@@ -11848,7 +11865,7 @@ msgstr "Asnjë"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Grup përdoruesi"
@@ -11888,14 +11905,14 @@ msgstr "Kufizon numrin e lidhjeve të njëkohëshme, që përdoruesi mund të ke
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilegjet specifike të tabelës"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Shënim: emrat e privilegjeve të MySQL janë shprehur në Anglisht."
@@ -11904,7 +11921,7 @@ msgid "Administration"
msgstr "Administrimi"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Privilegje globale"
@@ -11913,7 +11930,7 @@ msgid "Global"
msgstr "Globale"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilegjet specifike të databazës"
@@ -11933,13 +11950,13 @@ msgstr ""
"privilegjeve."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Informacioni i hyrjes"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Përdor fushën e tekstit"
@@ -11966,7 +11983,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Keni anuluar privilegjet për %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Shto përdorues"
@@ -11989,183 +12006,183 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Dhuro të gjithë privilegjet në databazën \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Përdoruesit që kanë hyrje tek \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Përdoruesi është shtuar."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Përdoruesi"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Dhuro"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Nuk ka privilegje të mjaftueshme për të shfaqur përdoruesit."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Nuk gjendet asnjë përdorues."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Kushdo"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globale"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "databazë-specifike"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "wildcard (shenja të veçanta)"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "Privilegjet specifike të tabelës"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Korrigjo privilegjet"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Tërhiq"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Korrigjo grupin e përdoruesit"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… mbaj të vjetrin."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… fshij të vjetrin nga tabelat e përdoruesve."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… të shfuqizojë të gjitha privilegjet aktive që nga i vjetri, e pastaj t'i "
"fshijë."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… fshij të vjetrin nga tabela e përdoruesve dhe pastaj ringarko privilegjet."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Ndrysho informacionin e hyrjes / Kopjo përdorues"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Krijo një përdorues të ri me të njëjtat privilegje dhe …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilegjet specifike të kolonës"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Shto privilegjet në databazat që vijojnë:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Wildcards (karakteret e veçanta) % dhe _ duhet të shmangen me një \\ për t'i "
"përdorur ato fjalë për fjalë."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Shto privilegje në tabelën që vijon:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Largo përdoruesit e zgjedhur"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Tërhiqi të gjitha privilegjet aktive nga përdoruesit dhe fshij ato më pas."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Fshij databazat që kanë emra të njëjtë si përdoruesit."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nuk janë zgjedhur përdorues për fshirje!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Ringarkon privilegjet"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Përdoruesit e zgjedhur u fshinë me sukses."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Keni aktualizuar privilegjet për %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Fshin %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilegjet u ri-ngarkuan me sukses."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Përdoruesi %s ekziston ndërkohë!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilegjet për %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "I ri"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Korrigjo privilegjet:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12173,28 +12190,28 @@ msgstr ""
"Shënim: Jeni përpjekur për të korrigjuar privilegjet e përdoruesit, me të "
"cilën keni hyrë aktualisht."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Pamja e përgjithshme e përdoruesve"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Shënim: phpMyAdmin i merr privilegjet e përdoruesit direkt nga tabelat e "
"privilegjeve MySQL. Përmbajtja e këtyre tabelave mund të ndryshojë nga "
"privilegjet që përdor serveri, nëse ato janë ndryshuar manualisht. Në këtë "
"rast, ju duhet të %sngarkoni privilegjet%s para se të vazhdoni."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Përdoruesi i zgjedhur nuk gjendet në tabelën e të drejtave."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Keni shtuar një përdorues të ri."
@@ -14152,14 +14169,6 @@ msgstr "Pasivizo tani"
msgid "Delete version"
msgstr "Versioni i MySQL"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktive"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "jo aktive"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Deklaratë gjurmimi"
@@ -14286,11 +14295,11 @@ msgstr ""
"Preferencat tuaja do të ruhen vetëm për sesionin aktual. Për ruajtjen e tyre "
"të përhershme, kërkohet %sruajtja e konfigurimit phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Nuk mund ta ruajë konfigurimin"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14631,24 +14640,24 @@ msgstr[1] "Emri i kolonës '%s' është një fjalë kyçe e rezervuar MySQL."
msgid "No column selected."
msgstr "Nuk është zgjedhur kolona."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Gjurmimi i %s është aktivizuar."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Përdoruesit e zgjedhur u hoqën me sukses."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nuk ka rreshta të zgjedhur"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL deklarata të ekzekutuara."
@@ -15070,8 +15079,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Raporti aktual i kujtesës cache të pyetsorit të lirë në krahasim me "
"madhësinë e përgjithshme cache të pyetsorit është %s%%. Duhet të jetë më "
@@ -15229,8 +15238,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% prej të gjitha llojeve shkaktojnë tabela të përkohëshme, kjo vlerë "
"duhet të jetë nën 10%%."
@@ -16002,6 +16011,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert është vendosur në 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Pasivizo zgjerimin e databazës"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Fshij gjurmimin e të dhënave për këtë tabelë"
@@ -16689,8 +16701,8 @@ msgstr "concurrent_insert është vendosur në 0"
#~ "Query statistics: Since its startup, %s queries have been sent to "
#~ "the server."
#~ msgstr ""
-#~ "Statistikat e Query: Që nga nisja e tij, serverit i janë dërguar "
-#~ "%s queries."
+#~ "Statistikat e Query: Që nga nisja e tij, serverit i janë dërguar %"
+#~ "s queries."
#~ msgid "Add a New User"
#~ msgstr "Shto një përdorues të ri"
diff --git a/po/sr.po b/po/sr.po
index 40751674f8..24f67c4325 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-06-08 19:34+0200\n"
"Last-Translator: Nikola Stojaković \n"
"Language-Team: Serbian \n"
-"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: sr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 1.10-dev\n"
#: changelog.php:36 license.php:28
@@ -93,7 +93,7 @@ msgstr "Колона"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "Примарни"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Не"
@@ -207,16 +207,16 @@ msgstr "Не"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Да"
@@ -268,15 +268,15 @@ msgstr ""
"Додатне могућности за рад са повезаним табелама су искључене. Да бисте "
"сазнали зашто, кликните %sовде%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Табела"
@@ -390,13 +390,13 @@ msgstr ""
msgid "Status"
msgstr "Статус"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -409,7 +409,7 @@ msgstr "Акција"
msgid "Show"
msgstr "Прикажи"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -431,17 +431,27 @@ msgstr ""
msgid "Structure snapshot"
msgstr "Само структура"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
#, fuzzy
msgid "Untracked tables"
msgstr "Провери табелу"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
#, fuzzy
msgid "Track table"
msgstr "Провери табелу"
-#: db_tracking.php:325
+#: db_tracking.php:347
#, fuzzy
msgid "Database Log"
msgstr "База података"
@@ -578,7 +588,7 @@ msgid "Add geometry"
msgstr "Додај новог корисника"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -600,9 +610,9 @@ msgstr "Додај новог корисника"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -643,14 +653,14 @@ msgstr "Комплетан INSERT (са именима поља)"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Вероватно сте покушали да увезете превелику датотеку. Молимо погледајте "
-"%sдокументацију%s за начине превазилажења овог ограничења."
+"Вероватно сте покушали да увезете превелику датотеку. Молимо погледајте %"
+"sдокументацију%s за начине превазилажења овог ограничења."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1430,12 +1440,12 @@ msgstr "Држи се мреже"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1984,18 +1994,18 @@ msgid "Show query box"
msgstr "SQL упит"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Промени"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d није исправан број реда."
@@ -2262,7 +2272,7 @@ msgstr "Величина показивача података"
msgid "Ignore"
msgstr "Игнориши"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Копирај"
@@ -2280,7 +2290,7 @@ msgstr "Линије се завршавају са"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2440,10 +2450,10 @@ msgstr "Имена колона"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Прикажи све"
@@ -2555,7 +2565,7 @@ msgstr "Додај ново поље"
msgid "Show hidden navigation tree items."
msgstr "Прикажи мрежу"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2629,7 +2639,7 @@ msgstr "Направи релацију"
msgid "up to date"
msgstr "База не постоји"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3111,8 +3121,8 @@ msgid "Requery"
msgstr "у упиту"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3121,16 +3131,16 @@ msgid "Delete"
msgstr "Обриши"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3215,7 +3225,7 @@ msgid "History"
msgstr "SQL историјат"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3259,7 +3269,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3313,9 +3323,9 @@ msgstr "Очисти кеш упита"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3324,9 +3334,9 @@ msgstr ""
msgid "Ascending"
msgstr "Растући"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3558,31 +3568,31 @@ msgstr "Унутар табела:"
msgid "Inside column:"
msgstr "Унутар табела:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
msgid "Save edited data"
msgstr "Основни директоријум података"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Додај/обриши колону"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Датотеке"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Претраживање базе"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3590,7 +3600,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Почетак"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3599,7 +3609,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Претходна"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3608,7 +3618,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Следећи"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3616,88 +3626,88 @@ msgctxt "Last page"
msgid "End"
msgstr "Крај"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Све"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Број поља"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Сортирај по кључу"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Део текста"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Пун текст"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Релациона схема"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Релациона схема"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Транформације читача"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Ред је обрисан"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Обустави"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Може бити приближно. Видите [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3706,46 +3716,46 @@ msgstr "Може бити приближно. Видите [doc@faq3-11]FAQ 3.11
msgid "Your SQL query has been executed successfully."
msgstr "Ваш SQL упит је успешно извршен"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Приказ записа"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "укупно"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Упит је трајао %01.4f секунди"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Означено:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3753,50 +3763,52 @@ msgstr "Означено:"
msgid "Check All"
msgstr "Означи све"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Промени"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Извоз"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Операције на резултатима упита"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "За штампу"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Поглед за штампу (са пуним текстом)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "Прикажи PDF схему"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3972,7 +3984,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сервер"
@@ -4032,9 +4044,9 @@ msgstr "Нови запис"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Привилегије"
@@ -4099,7 +4111,7 @@ msgstr "Додај/обриши колону"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Базе"
@@ -4224,7 +4236,7 @@ msgid "Recent"
msgstr "Поништи"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4687,14 +4699,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4951,7 +4963,7 @@ msgstr "Максимална величина: %s%s"
msgid "MySQL said: "
msgstr "MySQL рече: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Објасни SQL"
@@ -4963,7 +4975,7 @@ msgstr "Прескочи објашњавање SQL-a"
msgid "Without PHP Code"
msgstr "без PHP кода"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Направи PHP код"
@@ -5514,7 +5526,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6699,7 +6711,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6775,60 +6787,60 @@ msgstr "Ограничења ресурса"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Прикажи мрежу"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Опције за извоз базе"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "The number of tables that are open."
msgid ""
@@ -6836,969 +6848,970 @@ msgid ""
"display a filter box."
msgstr "Број отворених табела."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of items to display the filter box"
msgstr "Број отворених табела."
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of databases to display the database filter box"
msgstr "Број отворених табела."
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
#, fuzzy
msgid "Database tree separator"
msgstr "Шаблон имена датотеке"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Опције за извоз базе"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Коментар табеле"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Број отворених табела."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
msgid "Recently used tables"
msgstr "Провери табелу"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Промени редослед у табели"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Коментар табеле"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Промени име табеле у "
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "Примарни кључ је управо додат %s."
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Нити поправке"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Релациона схема"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Опције за извоз базе"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
#, fuzzy
msgid "Save directory"
msgstr "Основни директоријум података"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Вредност сесије"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
msgid "Authentication method to use."
msgstr "Репликација"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "Не могу да се пријавим на MySQL сервер"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Конекције"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Било који домаћин"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Било који домаћин"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "База не постоји"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "назив сервера"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Додај/обриши колону"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Немој да мењаш лозинку"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "назив базе"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "ИД сервера"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Анализирај табелу"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Променљиве"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Поправи табелу"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Избор сервера"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "The number of fsync() writes done to the log file."
msgid "Enable SSL for connection to MySQL server."
msgstr "Број fsyncs уписа начињених у датотеку дневника."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Приказујем коментаре колоне"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Дефрагментирај табелу"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Име"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Режим аутоматског опоравка"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Користи табеле"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Користи табелу домаћина"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Прикажи информације о PHP-у"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
msgid "Show Last check timestamp"
msgstr "Прикажи статус подређених сервера"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Прикажи отворене табеле"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Прикажи мрежу"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Прикажи комплетне упите"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL упит"
-#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
-msgstr ""
-
-#: libraries/config/messages.inc.php:750
-#, fuzzy
-msgid "Show statistics"
-msgstr "Статистике реда"
-
#: libraries/config/messages.inc.php:751
-msgid ""
-"Mark used tables and make it possible to show databases with locked tables."
+msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
#: libraries/config/messages.inc.php:752
#, fuzzy
+msgid "Show statistics"
+msgstr "Статистике реда"
+
+#: libraries/config/messages.inc.php:753
+msgid ""
+"Mark used tables and make it possible to show databases with locked tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:754
+#, fuzzy
msgid "Skip locked tables"
msgstr "Прикажи отворене табеле"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Додај/обриши колону"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
msgid "Default title"
msgstr "Преименуј базу у"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7806,53 +7819,53 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
#, fuzzy
msgid "Upload directory"
msgstr "Основни директоријум података"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7860,74 +7873,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Корисничко име:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Лозинка"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "ИД сервера"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Enable Zero Configuration mode"
@@ -8429,8 +8442,8 @@ msgstr ""
#| "will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Ова вредност се тумачи коришћењем %1$sstrftime%2$s, тако да можете да "
"користите стрингове за форматирање времена. Такође ће се десити и следеће "
@@ -8976,8 +8989,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10161,8 +10174,8 @@ msgstr "Добродошли на %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Вероватан разлог за ово је да нисте направили конфигурациону датотеку. "
"Можете користити %1$sскрипт за инсталацију%2$s да бисте је направили."
@@ -11510,7 +11523,7 @@ msgstr "Име корисника"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Лозинка"
@@ -11543,8 +11556,8 @@ msgstr "ИД сервера"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Домаћин"
@@ -12419,7 +12432,7 @@ msgstr "нема"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12458,14 +12471,14 @@ msgstr "Ограничава број истовремених конекциј
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Привилегије везане за табеле"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12476,7 +12489,7 @@ msgid "Administration"
msgstr "Администрација"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глобалне привилегије"
@@ -12487,7 +12500,7 @@ msgid "Global"
msgstr "глобално"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Привилегије везане за базу"
@@ -12507,13 +12520,13 @@ msgstr ""
"привилегија."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Подаци о пријави"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Користи текст поље"
@@ -12538,7 +12551,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Забранили сте привилегије за %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12561,221 +12574,221 @@ msgstr "Дај све привилегије на имену са џокерим
msgid "Grant all privileges on database \"%s\"."
msgstr "Провери привилегије за базу \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Корисници који имају приступ \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "Поглед %s је одбачен"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Корисник"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Омогући"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Корисник није нађен."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Било који"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "глобално"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Специфично за базу"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "џокер"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Специфично за базу"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Промени привилегије"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Забрани"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Уреди следећи ред"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… сачувај старе."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… обриши старе из табела корисника."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… обустави све привилегије старог корисника и затим га обриши."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… обриши старог из табеле корисника и затим поново учитај привилегије."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Промени информације о пријави / Копирај корисника"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Направи новог корисника са истим привилегијама и …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Привилегије везане за колоне"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Додај привилегије на следећој бази"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "Пре џокера _ и % треба ставити знак \\ ако их користите самостално."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Додај привилегије на следећој табели"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Уклони изабране кориснике"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Обустави све активне привилегије корисника и затим их обриши."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Одбаци базе које се зову исто као корисници."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Ниједан корисник није одабран за брисање!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Поново учитавам привилегије"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Изабрани корисници су успешно обрисани."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ажурирали сте привилегије за %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Бришем %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Привилегије су успешно поново учитане."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Корисник %s већ постоји!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Привилегије"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Промени привилегије"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Преглед корисника"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Напомена: phpMyAdmin узима привилегије корисника директно из MySQL табела "
"привилегија. Садржај ове табеле може се разликовати од привилегија које "
"сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте "
"привилегије%s пре него што наставите."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Изабрани корисник није пронађен у табели привилегија."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Додали сте новог корисника."
@@ -14870,14 +14883,6 @@ msgstr ""
msgid "Delete version"
msgstr "Направи релацију"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -15009,13 +15014,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not save configuration"
msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15347,24 +15352,24 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Нема одабраних редова"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Изабрани корисници су успешно обрисани."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Нема одабраних редова"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15767,8 +15772,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15902,8 +15907,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16624,6 +16629,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "макс. истовремених веза"
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Опције за извоз базе"
+
#, fuzzy
#~| msgid "Database for user"
#~ msgid "Table Structure"
diff --git a/po/sr@latin.po b/po/sr@latin.po
index 813893a43a..128662eaa6 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-31 14:25+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Serbian (latin) \n"
-"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: sr@latin\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 1.9-dev\n"
#: changelog.php:36 license.php:28
@@ -97,7 +97,7 @@ msgstr "Kolona"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -182,16 +182,16 @@ msgstr "Primarni"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ne"
@@ -211,16 +211,16 @@ msgstr "Ne"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Da"
@@ -272,15 +272,15 @@ msgstr ""
"Konfiguraciono skladište phpMyAmin-a je deaktivirano. Da biste saznali "
"zašto, kliknite %sovde%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabela"
@@ -390,13 +390,13 @@ msgstr "Ažurirano"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -409,7 +409,7 @@ msgstr "Akcija"
msgid "Show"
msgstr "Prikaži"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -429,15 +429,25 @@ msgstr "Izveštaj o praćenju"
msgid "Structure snapshot"
msgstr "Snimak strukture"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "neaktivno"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktivno"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Nepraćene tabele"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Prati tabelu"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Log baze podataka"
@@ -567,7 +577,7 @@ msgid "Add geometry"
msgstr "Dodaj geometriju"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -589,9 +599,9 @@ msgstr "Dodaj geometriju"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -638,14 +648,14 @@ msgstr "Kompletan INSERT"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Verovatno ste pokušali da uvezete preveliku datoteku. Molimo pogledajte "
-"%sdokumentaciju%s za načine prevazilaženja ovog ograničenja."
+"Verovatno ste pokušali da uvezete preveliku datoteku. Molimo pogledajte %"
+"sdokumentaciju%s za načine prevazilaženja ovog ograničenja."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -941,8 +951,8 @@ msgid ""
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
"Skladište konfiguracije za phpMyAdmin nije kompletno konfigurisano, neke "
-"dodatne mogućnosti su deaktivirane. Da bi ste saznali zašto kliknite %sovde"
-"%s."
+"dodatne mogućnosti su deaktivirane. Da bi ste saznali zašto kliknite %sovde%"
+"s."
#: index.php:549
msgid ""
@@ -1397,12 +1407,12 @@ msgstr "Dodaj grafikon na grid"
msgid "Please add at least one variable to the series!"
msgstr "Molimo vas da dodate bar jednu promenljivu u seriju podataka"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1907,18 +1917,18 @@ msgid "Show query box"
msgstr "Prikažiokvir sa upitima"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Promeni"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d nije ispravan broj reda."
@@ -2188,7 +2198,7 @@ msgstr "Sadržaj tačke podataka"
msgid "Ignore"
msgstr "Ignoriši"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopiraj"
@@ -2204,7 +2214,7 @@ msgstr "Linija teksta"
msgid "Polygon"
msgstr "Poligon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometrija"
@@ -2374,10 +2384,10 @@ msgstr "Kopiraj ime kolone"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Kliknite strelici na dole
da bi ste izmenili vidljivost kolone"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Prikaži sve"
@@ -2498,7 +2508,7 @@ msgstr "Sakrij indekse"
msgid "Show hidden navigation tree items."
msgstr "Prikaži logo u levom okviru"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2574,7 +2584,7 @@ msgstr ", poslednja stabilna verzija:"
msgid "up to date"
msgstr "Ažurno"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Napravi pogled"
@@ -3005,8 +3015,8 @@ msgid "Requery"
msgstr "podupit"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3015,16 +3025,16 @@ msgid "Delete"
msgstr "Obriši"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3111,7 +3121,7 @@ msgid "History"
msgstr "SQL istorijat"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3156,7 +3166,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3210,9 +3220,9 @@ msgstr "Stopa sporih upita"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3221,9 +3231,9 @@ msgstr ""
msgid "Ascending"
msgstr "Rastući"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3445,125 +3455,125 @@ msgstr "Unutar tabela:"
msgid "Inside column:"
msgstr "Unutar kolone::"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Snimi izmenjene podatke"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Vrati redosled kolone"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "Filteri"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Pretraživanje baze"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Početak"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Prethodna"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Sledeća"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Kraj"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Sve"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Broj redova:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sortiraj po ključu"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Parcijalni tekstovi"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Potpuni tekstovi"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Relacioni ključ"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Relacioni prikaz kolone"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Sakrij transformacije pregledača"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Red je obrisan"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Obustavi"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Može biti približno. Vidite [doc@faq3-11]FAQ 3.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3572,48 +3582,48 @@ msgstr "Može biti približno. Vidite [doc@faq3-11]FAQ 3.11[/doc]"
msgid "Your SQL query has been executed successfully."
msgstr "Vaš SQL upit je uspešno izvršen"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Ovaj pogled ima najmanje ovaj broj redova. Molimo vas pogledajte "
-"%sdokumentaciju%s."
+"Ovaj pogled ima najmanje ovaj broj redova. Molimo vas pogledajte %"
+"sdokumentaciju%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Prikaz zapisa"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "ukupno"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Upit je trajao %01.4f sekundi"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Označeno:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3621,48 +3631,50 @@ msgstr "Označeno:"
msgid "Check All"
msgstr "Označi sve"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Promeni"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Izvoz"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operacije na rezultatima upita"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Za štampu"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Pogled za štampu (sa punim tekstom)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Prikaži grafikon"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3840,7 +3852,7 @@ msgstr ""
"da se ukloni."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3900,9 +3912,9 @@ msgstr "Novi zapis"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegije"
@@ -3966,7 +3978,7 @@ msgstr "Kolone tekstulanih polja"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Baze"
@@ -4089,7 +4101,7 @@ msgid "Recent"
msgstr "Poništi"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4549,14 +4561,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4813,7 +4825,7 @@ msgstr "Maksimalna veličina: %s%s"
msgid "MySQL said: "
msgstr "MySQL reče: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Objasni SQL"
@@ -4825,7 +4837,7 @@ msgstr "Preskoči objašnjavanje SQL-a"
msgid "Without PHP Code"
msgstr "bez PHP koda"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Napravi PHP kod"
@@ -5369,7 +5381,7 @@ msgid "Set value: %s"
msgstr "Postavi vrednost: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Vrati podrazumevanu vrednost"
@@ -6676,7 +6688,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maksimalna dužina prikazanog SQL-a"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Korisnici ne mogu da zadaju veću vrednost"
@@ -6756,37 +6768,37 @@ msgstr "Ograničenje memorije"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "Prikaži logo u levom okviru"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Prikaži logo u levom okviru"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Prikaži logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL za link na logo-u"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6798,31 +6810,31 @@ msgstr ""
"Otvori linkovanu stranu u glavnom prozoru ([kbd]main[/kbd]) ili u novom "
"([kbd]new[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, 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"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Prikaži izbor servera"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Zadatak ikonice za brzi pristup"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Zadatak ikonice za brzi pristup"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid ""
@@ -6830,19 +6842,19 @@ msgid ""
"display a filter box."
msgstr "Minimalni broj tabela za prikaz okvira za filter tabela"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, 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"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "The number of tables that are open."
msgid "Minimum number of databases to display the database filter box"
msgstr "Broj otvorenih tabela."
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -6854,132 +6866,133 @@ msgstr ""
"Samo u pojednostavljenoj verziji; prikaži baze u obliku drveta (određeno "
"separatorom definisanim u nastavku ispod)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, 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"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Separator drveta baze"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, 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"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Separator tabela u drvetu"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Maksimalna dubina drveta za tabele"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, 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"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Omogući naglašavanje"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Prikaži baze u obliku liste"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Komentar tabele"
+
+#: libraries/config/messages.inc.php:468
+#, 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"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, 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"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Skorije korišćene tabele"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Gde da se prikažu linkovi na redove tabele"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, 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"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Prirodni redosled"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, 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"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Komentar tabele"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Podrazumevani redosled sortiranja"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "Uspostavi trajne veze sa MySQL bazama"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Trajne veze"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6994,11 +7007,11 @@ msgstr ""
"detaljima strukture baze podataka ako bilo koju od neophodnih tabela za "
"skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Nedostaju phpMyAdmin skladišne tabele"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -7010,11 +7023,11 @@ msgstr ""
"Isključi podrazumevano upozorenje koje se prikazuje ako je mcrypt nedostupan "
"kod autentikacije uz pomoć kukija"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7028,78 +7041,78 @@ msgstr ""
"detaljima strukture baze podataka ako bilo koju od neophodnih tabela za "
"skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Zaštiti binarne kolone"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Stalna istorija upita"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, 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"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Dužina istorije upita"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, 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"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, 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"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Zapamti način sortiranja u tabeli"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Podrazumevani redosled sortiranja"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -7108,666 +7121,666 @@ msgid ""
msgstr ""
"Ponovi zaglavlje nakon svakih X ćelija, [kbd]0[/kbd] isključuje ovu funkciju"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Ponovi zaglavlja"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Relacioni prikaz kolone"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Opcije prikaza servera"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
#, fuzzy
#| msgid "Save all edited cells at once"
msgid "Grid editing: save all edited cells at once"
msgstr "Snimi sve izmenjene ćelije odjednom"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, 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"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Snimi direktorijum"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Ostavi prazno ako se ne koristi"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Redosled autorizacije hostova"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Ostavi prazno za podrazumevane vrednosti"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Pravila autorizacije hostova"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Dozvoli prijavljivanje bez lozinke"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Dozvoli prijavljivanje root-a"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Vrednost sesije"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication settings"
msgid "Authentication method to use."
msgstr "Podešavanje autentikacije"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Compress connection to MySQL server."
msgstr "Uspostavi trajne veze sa MySQL bazama"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Tip povezivanja"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrolni domaćin"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control host"
msgid "Control port"
msgstr "Kontrolni domaćin"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Sakrij baze"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Ime servera"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Kolone tekstulanih polja"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Allow logins without a password"
msgid "Try to connect without password."
msgstr "Dozvoli prijavljivanje bez lozinke"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Naziv baze"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Port na serveru"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Skorašnje korišćena tabela"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Promenljive"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relaciona tabela"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server socket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, 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."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Prikaži kolone tabele"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabela podešavanja korisničkog interfejsa"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Praćenje komandi"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Automatski kreiraj verzije"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Koristi tabele"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Koristi tabelu domaćina"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "Prikaži informacije o PHP-u"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
msgid "Show Last check timestamp"
msgstr "Prikaži status podređenih servera"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Prikaži tipove polja"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, 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"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Prikaži savet"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Prikaži SQL upite"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Zadrži okvir za upite"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Prikaži statistike"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Preskoči zaključane tabele"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7782,51 +7795,51 @@ msgstr ""
"detaljima strukture baze podataka ako bilo koju od neophodnih tabela za "
"skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Kolone tekstulanih polja"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Podrazumevani naslov"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7834,52 +7847,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Pošalji direktorijum"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7887,34 +7900,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Korisničko ime"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Lozinka"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for "
@@ -7926,43 +7939,43 @@ msgstr ""
"Omogući [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] kompresiju za "
"operacije uvoza i izvoza"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Port na serveru"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8414,13 +8427,13 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Ova vrednost se interpretira korišćenjem %1$sstrftime%2$s, tako da možete da "
"koristite stringove za formatiranje vremena. Takođe će se desiti i sledeće "
-"transformacije: %3$s. Preostali tekst će ostati kako jeste. Čogledaj %4$sFAQ"
-"%5$s za detalje."
+"transformacije: %3$s. Preostali tekst će ostati kako jeste. Čogledaj %4$sFAQ%"
+"5$s za detalje."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8944,8 +8957,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10108,8 +10121,8 @@ msgstr "Dobrodošli na %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Verovatan razlog za ovo je da niste napravili konfiguracionu datoteku. "
"Možete koristiti %1$sskript za instalaciju%2$s da biste je napravili."
@@ -11383,7 +11396,7 @@ msgstr "Ime korisnika"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Lozinka"
@@ -11415,8 +11428,8 @@ msgstr "ID servera"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Domaćin"
@@ -12227,7 +12240,7 @@ msgstr "Nema"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12266,14 +12279,14 @@ msgstr "Ograničava broj istovremenih konekcija koje korisnik može da ima."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Privilegije vezane za tabele"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12284,7 +12297,7 @@ msgid "Administration"
msgstr "Administracija"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globalne privilegije"
@@ -12295,7 +12308,7 @@ msgid "Global"
msgstr "globalno"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Privilegije vezane za bazu"
@@ -12315,13 +12328,13 @@ msgstr ""
"privilegija."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Podaci o prijavi"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Koristi tekst polje"
@@ -12346,7 +12359,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Zabranili ste privilegije za %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Dodaj korisnika"
@@ -12367,215 +12380,215 @@ msgstr "Daj sve privilegije na imenu sa džokerima (korisničko_ime\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Dodeli sva prava pristupa za bazu \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Korisnici koji imaju pristup \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Korisnik je dodat."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Korisnik"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Omogući"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Ni jedan korisnik nije pronađen."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Bilo koji"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "globalno"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Specifično za bazu"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "džoker"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Specifično za bazu"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Promeni privilegije"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Zabrani"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Uredi sledeći red"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… sačuvaj stare."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… obriši stare iz tabela korisnika."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… obustavi sve privilegije starog korisnika i zatim ga obriši."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Promeni informacije o prijavi / Kopiraj korisnika"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Napravi novog korisnika sa istim privilegijama i …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Privilegije vezane za kolone"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Dodaj privilegije na sledećoj bazi"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "Pre džokera _ i % treba staviti znak \\ ako ih koristite samostalno."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Dodaj privilegije na sledećoj tabeli"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Ukloni izabrane korisnike"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Obustavi sve aktivne privilegije korisnika i zatim ih obriši."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Odbaci baze koje se zovu isto kao korisnici."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Nijedan korisnik nije odabran za brisanje!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Ponovo učitavam privilegije"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Izabrani korisnici su uspešno obrisani."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ažurirali ste privilegije za %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Brišem %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilegije su uspešno ponovo učitane."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Korisnik %s već postoji!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegije"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Promeni privilegije"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Pregled korisnika"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela "
"privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje "
"server koristi ako su vršene ručne izmene. U tom slučaju %sponovo učitajte "
"privilegije%s pre nego što nastavite."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Izabrani korisnik nije pronađen u tabeli privilegija."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Dodali ste novog korisnika."
@@ -14616,14 +14629,6 @@ msgstr ""
msgid "Delete version"
msgstr "Kreiraj verziju"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktivno"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "neaktivno"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14747,11 +14752,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Nije moguće snimiti konfiguraciju"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15070,25 +15075,25 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Nema odabranih redova"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "Praćenje je aktivno."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Izabrani korisnici su uspešno obrisani."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Nema odabranih redova"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15467,8 +15472,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15590,8 +15595,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16276,6 +16281,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert je postavljeno na 0"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Prikaži baze u obliku liste"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Obriši podatke o praćenju za ovu tabelu"
diff --git a/po/sv.po b/po/sv.po
index 5479594a26..ad974c7c62 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-12-29 15:37+0200\n"
"Last-Translator: Anders Jonsson \n"
"Language-Team: Swedish \n"
-"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: sv\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -91,7 +91,7 @@ msgstr "Kolumn"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Primär"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Nej"
@@ -205,16 +205,16 @@ msgstr "Nej"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ja"
@@ -263,15 +263,15 @@ msgid ""
msgstr ""
"Konfigurationsschemat för phpMyAdmin har avaktiverats. %sVisa orsaken%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tabell"
@@ -373,13 +373,13 @@ msgstr "Uppdaterad"
msgid "Status"
msgstr "Status"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -392,7 +392,7 @@ msgstr "Åtgärd"
msgid "Show"
msgstr "Visa"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -412,15 +412,25 @@ msgstr "Spårningsrapport"
msgid "Structure snapshot"
msgstr "Ögonblicksbild på strukturen"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "inaktiv"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktiv"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Ej spårade tabeller"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Spåra tabell"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Databas-logg"
@@ -543,7 +553,7 @@ msgid "Add geometry"
msgstr "Addera geometri"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -565,9 +575,9 @@ msgstr "Addera geometri"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -610,8 +620,8 @@ msgstr "kompletta infogningar"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Du försökte ladda upp en fil som är för stor. Se %sdocumentation%s för att "
"gå runt denna begränsning."
@@ -922,8 +932,8 @@ msgid ""
"Your PHP MySQL library version %s differs from your MySQL server version %s. "
"This may cause unpredictable behavior."
msgstr ""
-"Din PHP MySQL bibliotekversion %s skiljer sig från din MySQL server version "
-"%s. Detta kan orsaka oförutsägbara beteenden."
+"Din PHP MySQL bibliotekversion %s skiljer sig från din MySQL server version %"
+"s. Detta kan orsaka oförutsägbara beteenden."
#: index.php:621
#, php-format
@@ -1344,12 +1354,12 @@ msgstr "Addera diagrammet till rutnätet"
msgid "Please add at least one variable to the series!"
msgstr "Lägg till minst en variabel till serien!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1847,18 +1857,18 @@ msgid "Show query box"
msgstr "Visa frågerutan"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Redigera"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d är inte ett giltigt radnummer."
@@ -2120,7 +2130,7 @@ msgstr "Innehåll för datapunkt"
msgid "Ignore"
msgstr "Ignorera"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopiera"
@@ -2136,7 +2146,7 @@ msgstr "Linestring"
msgid "Polygon"
msgstr "Polygon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometri"
@@ -2293,10 +2303,10 @@ msgstr "Dubbelklicka för att kopiera kolumnnamn."
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "Klicka på pilen
för att växla kolumnens synlighet."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Visa alla"
@@ -2404,7 +2414,7 @@ msgstr "Dölj Panel"
msgid "Show hidden navigation tree items."
msgstr "Visa dolda navigationsträdsobjekt."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2478,7 +2488,7 @@ msgstr ", senaste stabila version:"
msgid "up to date"
msgstr "aktuell"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Skapa vy"
@@ -2910,8 +2920,8 @@ msgid "Requery"
msgstr "underfråga"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2920,16 +2930,16 @@ msgid "Delete"
msgstr "Radera"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3015,7 +3025,7 @@ msgid "History"
msgstr "SQL-historik"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3062,7 +3072,7 @@ msgid "During current session"
msgstr "Hoppa över nuvarande fel"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3118,9 +3128,9 @@ msgstr "Tabell för SQL-frågehistorik"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3129,9 +3139,9 @@ msgstr ""
msgid "Ascending"
msgstr "Stigande"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3327,162 +3337,162 @@ msgstr "Inuti tabeller:"
msgid "Inside column:"
msgstr "Inuti kolumnen:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Spara editerade data"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Återställ ordningen på kolumner"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "Filter"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Sök i denna tabell"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Starta"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Föregående"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Nästa"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Slut"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Alla"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Antal rader:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Sortera efter nyckel"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Förkortade texter"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Kompletta texter"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Besläktad nyckel"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Kolumn för besläktad nyckel"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Visa binärt innehåll"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Visa BLOB-innehåll"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Dölj webbläsarens transformation"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Välkänd text"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Välkänd binär"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Raden har raderats."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Döda"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Kan vara ungefärligt. Se [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Din SQL-fråga utfördes korrekt."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "Denna vy har åtminstone detta antal rader. Se %sdokumentationen%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Visar raderna %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d totalt, %2$d i fråga"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d totalt"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Frågan tog %01.4f sekunder."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Med markerade:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3490,48 +3500,50 @@ msgstr "Med markerade:"
msgid "Check All"
msgstr "Markera alla"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Ändra"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Exportera"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Operationer för frågeresultat"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Utskriftsvänlig visning"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Utskriftsvänlig version (med fullständiga texter)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Visa diagram"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Visualisera GIS-data"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Länken hittades inte!"
@@ -3696,7 +3708,7 @@ msgstr ""
"bort."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3756,9 +3768,9 @@ msgstr "Lägg till"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegier"
@@ -3822,7 +3834,7 @@ msgstr "Textarea kolumner"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Databaser"
@@ -3930,7 +3942,7 @@ msgid "Recent"
msgstr "Senaste"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Favorittabeller"
@@ -4371,16 +4383,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"Ett litet flyttal. Tillåtna värden är: 3.402823466E+38 till-1.175494351E-38, "
"0, och 1.175494351E-38 till 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"Ett dubbel-precision flyttal. Tillåtna värden är: 1.7976931348623157E+308 "
@@ -4673,7 +4685,7 @@ msgstr "Max: %s%s"
msgid "MySQL said: "
msgstr "MySQL sa: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Förklara SQL-kod"
@@ -4685,7 +4697,7 @@ msgstr "Utan SQL-förklaring"
msgid "Without PHP Code"
msgstr "Utan PHP-kod"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Skapa PHP-kod"
@@ -5197,7 +5209,7 @@ msgid "Set value: %s"
msgstr "Ange värde: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Återställ standardvärde"
@@ -5318,9 +5330,9 @@ msgid ""
"protection may not be reliable if your IP belongs to an ISP where thousands "
"of users, including you, are connected to."
msgstr ""
-"Om du känner att det är nödvändigt, använd extra skyddsinställningar - "
-"%shost authentication%s-inställningar och %strusted proxies list%s. Dock "
-"kan IP-baserat skydd inte vara tillförlitligt om din IP tillhör en ISP som "
+"Om du känner att det är nödvändigt, använd extra skyddsinställningar - %"
+"shost authentication%s-inställningar och %strusted proxies list%s. Dock kan "
+"IP-baserat skydd inte vara tillförlitligt om din IP tillhör en ISP som "
"tusentals användare, inklusive dig, är anslutna till."
#: libraries/config/ServerConfigChecks.class.php:431
@@ -6382,7 +6394,7 @@ msgid "Maximum displayed SQL length"
msgstr "Maximal visad SQL-längd"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Användare kan inte ange ett högre värde"
@@ -6452,33 +6464,33 @@ msgstr "Minnesgräns"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Visa dolda navigationsträdsobjekt."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Visa logotyp i navigationspanelens."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Visa logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL som navigationspanelens logotyp pekar mot."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Länkadress för logo"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6486,29 +6498,29 @@ msgstr ""
"Öppna den länkade sidan i huvudfönstret ([kbd]main[/kbd]) eller i ett nytt "
"([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Mål för logo-länk"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Visa val av server högst upp i navigationspanelen."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Visa serverval"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Mål för snabbåtkomst-ikon"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Mål för snabbåtkomst-ikon"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6516,15 +6528,15 @@ msgstr ""
"Definierar minsta antal objekt (tabeller, vyer, rutiner och händelser) för "
"att visa en filterbox."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Minsta antal objekt för att visa filterboxen"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Minsta antal databaser för att visa filterboxen för databaser"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6532,92 +6544,97 @@ msgstr ""
"Grupperar objekt i navigationsträdet (bestäms av avskiljaren definierad "
"nedan)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Gruppera objekt i trädet"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Sträng som separerar databaser i olika trädnivåer."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Avskiljare för databasträd"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Sträng som separerar tabeller i olika trädnivåer."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Avskiljare för tabellträd"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Max djup i tabellträd"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Markera server under muspekaren."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Aktivera framhävning"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Huruvida möjligheten för databasexpansion ska inaktiveras eller inte."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Inaktivera databasexpansion"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Tabellbaserat navigeringsfält"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Maximalt antal nyligen använda tabeller, ange 0 för att inaktivera."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Maximalt antal favorittabeller, ange 0 för att inaktivera."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Nyligen använda tabeller"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Dessa är länkar till Redigera, Kopiera och Radera."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Var länkarna i tabellraden visas"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Använd naturlig ordning vid sortering av tabell- och databasnamn."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Naturlig ordning"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Använd enbart ikoner, endast text eller både och."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Tabellbaserat navigeringsfält"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "Använd GZip utmatningsbuffer för ökad hastighet i HTTP-överföringar."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip Utmatningsbuffer"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6625,19 +6642,19 @@ msgstr ""
"[kbd]SMART[/kbd] - dvs fallande ordning för kolumner av typen TIME, DATE, "
"DATETIME och TIMESTAMP, stigande ordning annars."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Förvald sorteringsordning"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Använd bestående anslutningar till MySQL-databaser."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Bestående anslutningar"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6647,11 +6664,11 @@ msgstr ""
"databasdetaljer om någon av de nödvändiga tabellerna för "
"konfigurationslagring för phpMyAdmin inte kunde hittas."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Saknade phpMyAdmin konfiguration lagringstabeller"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6659,11 +6676,11 @@ msgstr ""
"Inaktivera standardvarningen som visas om en skillnad mellan MySQL-"
"biblioteket och servern upptäcks."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Varning för skillnad server/bibliotek"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6671,27 +6688,27 @@ msgstr ""
"Inaktivera standardvarningen som visas på sidan Struktur om kolumnnamn i en "
"tabell är reserverade MySQL-ord."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Varning för reserverat MySQL-ord"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Hur att visa menyflikarna"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Hur man visar olika åtgärdslänkar"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Tillåt ej redigering av BLOB- och BINARY-kolumner."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Skydda binära kolumner"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6701,129 +6718,129 @@ msgstr ""
"konfigurationslagring). Om inakiverad, så används JS-rutiner för att visa "
"frågehistorik (förloras när fönstret stängs)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Permanent frågehistorik"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Antal frågor som sparas i historiken."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Längd på frågehistorik"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Omvandlingsmotor"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Vid bläddring i tabeller är sorteringen av varje tabell ihågkommen."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Kom ihåg tabellens sortering"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Förvald sorteringsordning"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Reparera rubriker"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Rutnäts-redigering: utlösningsåtgärd"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Kolumn för besläktad nyckel"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Visningsalternativ för servrar."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Rutnäts-redigering: spara alla redigerade celler omedelbart"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Katalog där exporter kan sparas på servern."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Sparningskatalog"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Lämna tomt om den inte används."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Host auktorisation för"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Lämna blankt för standardvärden."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Behörighetsregler för host"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Tillåt inloggning utan lösenord"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Tillåt root-inloggning"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Sessionsvärde"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
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."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Realm"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6833,19 +6850,19 @@ msgstr ""
"hårdvaruautentisering[/a] (inte placerad i din dokumentrotkatalog; förslag: /"
"etc/swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey konfigurationsfil"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Autentiseringsmetod att använda."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Autentiseringstyp"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6853,11 +6870,11 @@ msgstr ""
"Lämna tomt för att stänga av [a@http://wiki.phpmyadmin.net/pma/bookmark]"
"bokmärken[/a], förslag: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Tabell för bokmärken"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6865,31 +6882,31 @@ msgstr ""
"Lämna tomt för att stänga av kolumnkommentarer/mime-typer, förslag: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Tabell för kolumninformation"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Komprimera anslutning till MySQL-servern."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Komprimera anslutning"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Hur ansluta till servern, behåll [kbd]tcp[/kbd] om du är osäker."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Anslutningstyp"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Lösenord för kontrollanvändare"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6898,11 +6915,11 @@ msgstr ""
"information tillgänglig på [a@http://wiki.phpmyadmin.net/pma/controluser]wiki"
"[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Kontrollanvändare"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6910,11 +6927,11 @@ msgstr ""
"En alternativ värd för att hålla konfigurationslagring, lämna tomt för att "
"använda den aktuella värden."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Kontrollvärd"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6924,15 +6941,15 @@ msgstr ""
"konfigurationslagring; lämna tomt för att använda standardporten, eller den "
"redan definierade porten, om controlhost motsvarar host."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Kontrollport"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Dölj databaser som matchar reguljärt uttryck (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6940,15 +6957,15 @@ msgstr ""
"Mer information på [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] och [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Inaktivera användning av INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Dölj databaser"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6956,23 +6973,23 @@ msgstr ""
"Lämna blankt för att stänga av stöd för SQL-frågehistorik, förslag: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Tabell för SQL-frågehistorik"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Värdnamn där MySQL-servern körs."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Serverns värdnamn"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL för utloggning"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6980,17 +6997,17 @@ msgstr ""
"Begränsar antalet tabellpreferenser som lagras i databasen, de äldsta "
"posterna tas bort automatiskt."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Maximalt antal tabellinställningar att spara"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Se slavtabell status"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7002,13 +7019,13 @@ msgstr ""
"Lämna blankt för att stänga av stöd för PDF-schema, förslag: [kbd]"
"pma__pdf_pages[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "Textarea kolumner"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7020,15 +7037,15 @@ msgstr ""
"Lämna tomt för avstängt stöd för PDF-schema, förslag: [kbd]pma__table_coords"
"[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Försök ansluta utan lösenord."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Anslut utan lösenord"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7038,30 +7055,30 @@ msgstr ""
"använda deras ordagranna betydelse, dvs använd [kbd] 'my\\_db\"[/kbd] och "
"inte [kbd]'my_db\"[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Visa endast listade databaser"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Lämna tomt om inte config auth används."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Lösenord för config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-schema: Tabell för sidor"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7071,20 +7088,20 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] för komplett information. "
"Lämna tomt för inget stöd. Förslag: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Databasnamn"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Serverport"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -7092,11 +7109,11 @@ msgstr ""
"Lämna tomt för att stänga av \"ihållande\" nyligen använda tabeller över "
"sessioner, förslag: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Nyligen använd tabell"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7108,13 +7125,13 @@ msgstr ""
"Lämna tomt för att stänga av \"ihållande\" nyligen använda tabeller över "
"sessioner, förslag: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Favorittabeller"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -7122,11 +7139,11 @@ msgstr ""
"Lämna tomt för avstängt stöd för [a@http://wiki.phpmyadmin.net/pma/relation]"
"relationslänkar[/a], förslag: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Relationstabell"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7134,31 +7151,31 @@ msgstr ""
"Se [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]autentiseringstyper[/"
"a] för ett exempel."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon sessionsnamn"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Inloggnings-URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server socket"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Aktivera SSL för anslutning till MySQL-servern."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Använd SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7166,13 +7183,13 @@ msgstr ""
"Lämna tomt för avstängt stöd för PDF-schema, förslag: [kbd]pma__table_coords"
"[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF-schema: tabellkoordinater"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7180,11 +7197,11 @@ msgstr ""
"Tabell för att beskriva visningskolumnerna, lämna tomt för avstängt stöd; "
"förslag: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Visa tabellkolumner"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7193,11 +7210,11 @@ msgstr ""
"användargränssnittspreferenser som sparas över sessioner, förslag: [kbd]"
"pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Tabell för inställningar av användargränssnittet"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7205,11 +7222,11 @@ msgstr ""
"Om DROP DATABASE IF EXISTS-kommando skall läggas till som första raden i "
"loggen när man skapar en databas."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Lägg till DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7217,11 +7234,11 @@ msgstr ""
"Om DROP TABLE IF EXISTS-kommando skall läggas till som första raden i loggen "
"när man skapar en tabell."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Lägg till DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7229,21 +7246,21 @@ msgstr ""
"Om DROP VIEW IF EXISTS-kommando skall läggas till som första raden i loggen "
"när man skapar en vy."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Lägg till DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Kommandon att spåra"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7251,11 +7268,11 @@ msgstr ""
"Lämna tomt för avstängt stöd för SQL-frågespårning, förslag: [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL-frågespårningstabell"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7263,11 +7280,11 @@ msgstr ""
"Huruvida spårningsmekanismen skapar versioner för tabeller och vyer "
"automatiskt."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Skapa versioner automatiskt"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7275,11 +7292,11 @@ msgstr ""
"Lämna tomt för att stänga av lagring av användarpreferenser i databasen, "
"förslag: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Lagringstabell för användarinställningar"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7289,11 +7306,11 @@ msgstr ""
"funktionen anpassningsbara menyer; om en av dem lämnas tom inaktiveras "
"funktionen, förslag: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Användartabell"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7303,11 +7320,11 @@ msgstr ""
"anpassningsbara menyer; om en av dem lämnas tom inaktiveras funktionen, "
"förslag: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Användargruppstabell"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7315,15 +7332,15 @@ msgstr ""
"Lämna tomt för att stänga av funktionen att dölja och visa "
"navigationsobjekt, förslag: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Tabell för dolda navigationsobjekt"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Användare för config auth"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7331,19 +7348,19 @@ msgstr ""
"En användarvänlig beskrivning av denna server. Lämna tomt för att visa "
"värdnamnet istället."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Beskrivande namn för denna server"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Tillåt att visa alla rader"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7353,73 +7370,73 @@ msgstr ""
"autentisering eftersom lösenordet är hårdkodat i konfigurationsfilen; detta "
"begränsar inte möjligheten att utföra samma kommando direkt."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Visa ändra lösenord-formulär"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Visa skapa databas-formulär"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Visa tidsstämpel för skapande"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Visa tidstämpeln Senaste uppdatering"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
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."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Visa tidstämpeln Senaste kontroll"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
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."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Visa fälttyper"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Visa funktionsfälten i ändra/infoga-läge."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Visa funktionsfält"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Huruvida tips ska visas eller inte."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Visa tips"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7427,60 +7444,60 @@ msgstr ""
"Visar länk till resultatet av [a@http://php.net/manual/function.phpinfo.php]"
"phpinfo()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Visa phpinfo()-länk"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Visa detaljerad MySQL-serverinformation"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "Anger om SQL-frågor som genereras av phpMyAdmin ska visas."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Visa SQL-frågor"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Behåll frågerutan"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "Tillåt visning av databas- och tabellstatistik (t.ex. av utrymme)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Visa statistik"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Hoppa över låsta tabeller"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "En varning visas på huvudsidan om Suhosin upptäcks."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin-varning"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7493,13 +7510,13 @@ msgstr ""
"Inaktivera standardvarningen som visas på sidan Struktur om kolumnnamn i en "
"tabell är reserverade MySQL-ord."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Giltighet för inloggnings-cookie"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7507,11 +7524,11 @@ msgstr ""
"Textareans storlek (kolumner) i redigeringsläge, detta värde kommer betonas "
"för SQL-frågetextfält (* 2) och för frågefönster (* 1,25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Textarea kolumner"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7519,31 +7536,31 @@ msgstr ""
"Textareans storlek (rader) i redigeringsläge, detta värde kommer betonas för "
"SQL-frågetextfält (* 2) och för frågefönster (* 1,25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Textarea rader"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Titel på webbläsarfönstret när en databas är vald."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Titel på webbläsarfönstret när ingenting är markerat."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Standardtitel"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Titel på webbläsarfönstret när en server är vald."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Titel på webbläsarfönstret när en tabell är markerad."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7555,27 +7572,27 @@ msgstr ""
"som kommer från proxyservern 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/"
"kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Lista med betrodda proxies för IP allow/deny"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
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."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Uppladdningskatalog"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Tillåt sökning i hela databasen."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Använd databassökning"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7583,26 +7600,26 @@ msgstr ""
"När det är avstängt, kan användare inte ange något av alternativen nedan, "
"oberoende av kryssrutan till höger."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Aktivera fliken Utvecklare i inställningar"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Sök efter senaste version"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Aktivera kontroll efter senaste version på phpMyAdmins hemsida."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versionskontroll"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7614,11 +7631,11 @@ msgstr ""
"behöver denna om servern där phpMyAdmin är installerat inte har direkt "
"tillgång till Internet. Formatet är: \"värdnamn:portnummer\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proxy-url"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7628,19 +7645,19 @@ msgstr ""
"Om ett användarnamn anges kommer grundläggande autentisering ske. Inga andra "
"typer av autentisering stöds för närvarande."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proxyanvändarnamn"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Lösenordet för autentisering med proxy."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proxylösenord"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7648,41 +7665,41 @@ msgstr ""
"Aktivera [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a]-"
"komprimering för import- och exportoperationer."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Ange din publika nyckel till reCaptcha-tjänsten för din domän."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Publik nyckel för reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Privat nyckel för reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Välj standardhandling vid sändande av felrapporter."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Skicka felrapporter"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8127,8 +8144,8 @@ msgstr ", @TABLE@ kommer bli tabellnamnet"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Detta värde tolkas med %1$sstrftime%2$s, så du kan använda strängar med "
"tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig "
@@ -8682,11 +8699,11 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
-"Dokumentation och ytterligare information finns på %sPrimeBase XT Home Page"
-"%s."
+"Dokumentation och ytterligare information finns på %sPrimeBase XT Home Page%"
+"s."
#: libraries/engines/pbxt.lib.php:138
msgid "Related Links"
@@ -9820,11 +9837,11 @@ msgstr "Välkommen till %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
-"Du har troligen inte skapat en konfigurationsfil. Du vill kanske använda "
-"%1$suppsättningsskript%2$s för att skapa denna."
+"Du har troligen inte skapat en konfigurationsfil. Du vill kanske använda %1"
+"$suppsättningsskript%2$s för att skapa denna."
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
msgid ""
@@ -11113,7 +11130,7 @@ msgstr "Användarnamn"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Lösenord"
@@ -11143,8 +11160,8 @@ msgstr "Server ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Värd"
@@ -11930,7 +11947,7 @@ msgstr "Inget"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Användargrupp"
@@ -11970,14 +11987,14 @@ msgstr "Begränsar antalet samtidiga förbindelser som användaren kan ha."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabellspecifika privilegier"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Obs: privilegienamn i MySQL uttrycks på engelska."
@@ -11986,7 +12003,7 @@ msgid "Administration"
msgstr "Administration"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Globala privilegier"
@@ -11995,7 +12012,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Databasspecifika privilegier"
@@ -12015,13 +12032,13 @@ msgstr ""
"privilegietabeller."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Inloggningsinformation"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Använd textfältet"
@@ -12048,7 +12065,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Du har upphävt privilegierna för %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Lägg till en användare"
@@ -12069,89 +12086,89 @@ msgstr "Bevilja alla privilegier till namn med jokertecken (username\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "Bevilja alla privilegier för databas \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Användare som har tillgång till \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "En användare har skapats."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Användare"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Bevilja"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Ingen användare hittades."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Vem som helst"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "databasspecifik"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "jokertecken"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "tabellspecifik"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Ändra privilegier"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Upphäv"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Redigera användargrupp"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… behåll den gamla."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… ta bort den gamla från användartabellerna."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… upphäv alla aktiva privilegier från den gamla och ta bort den efteråt."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -12159,120 +12176,120 @@ msgstr ""
"… ta bort den gamla från användartabellerna och ladda om privilegierna "
"efteråt."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Ändra inloggningsinformation / Kopiera användare"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Skapa en ny användare med samma privilegier och …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Kolumnspecifika privilegier"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Lägg till privilegier till följande databas(er):"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Jokertecknen _ och % måste föregås av ett \\ för att användas i egentlig "
"betydelse."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Lägg till privilegier till följande tabell:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Ta bort valda användare"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Upphäv alla aktiva privilegier från användarna och ta bort dem efteråt."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Ta bort databaserna med samma namn som användarna."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Inga användare valda för borttagning!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Laddar om privilegierna"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "De valda användarna har tagits bort."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Du har uppdaterat privilegierna för %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Tar bort %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilegierna har laddats om."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Användaren %s finns redan!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Privilegier för %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Ny"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Ändra privilegier:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Användaröversikt"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Anm: phpMyAdmin hämtar användarnas behörigheter direkt från MySQL's "
"behörighetstabeller. Innehållet i dessa tabeller kan skilja sig från de "
"behörigheter servern använder, om manuella ändringar har gjorts. Är så "
"fallet bör du %sladda om behörigheterna%s innan du fortsätter."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Den valda användaren kunde inte hittas i privilegietabellen."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Du har lagt till en ny användare."
@@ -14258,14 +14275,6 @@ msgstr "Deaktivera nu"
msgid "Delete version"
msgstr "Skapa version"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktiv"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "inaktiv"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Spårning av uppgifter"
@@ -14392,11 +14401,11 @@ msgstr ""
"Dina inställningar kommer enbart att sparas för den aktuella sessionen.För "
"att lagra dem permanent krävs %sphpMyAdmin configuration storage%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Kunde inte spara konfigurationen"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14732,24 +14741,24 @@ msgstr[1] "Kolumnnamnet '%s' är ett reserverat nyckelord i MySQL."
msgid "No column selected."
msgstr "Ingen kolumn vald."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Spårning av %s är aktiverad."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "De valda användarna har tagits bort."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Inga rader valda"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL-satser exekverade."
@@ -15162,8 +15171,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Det nuvarande förhållandet mellan ledigt frågecacheminne den totala fråge "
"cache-storlek är %s%%. Det bör vara över 80%%"
@@ -15314,8 +15323,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% av alla sorteringar orsakar tillfälliga tabeller, detta värde bör vara "
"lägre än 10%%."
@@ -16058,6 +16067,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert är satt till 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Inaktivera databasexpansion"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Ta bort spårning för denna tabell"
@@ -17416,8 +17428,8 @@ msgstr "concurrent_insert är satt till 0"
#~ "The result of this query can't be used for a chart. See [doc@faq6-29]FAQ "
#~ "6.29[/doc]"
#~ msgstr ""
-#~ "Resultatet av denna fråga kan inte användas för ett diagram. Se "
-#~ "[doc@faq6-29]FAQ 6.29[/doc]"
+#~ "Resultatet av denna fråga kan inte användas för ett diagram. Se [doc@faq6-"
+#~ "29]FAQ 6.29[/doc]"
#~ msgid "Title"
#~ msgstr "Titel"
diff --git a/po/ta.po b/po/ta.po
index 4827315c99..4a165e974b 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-12-29 10:51+0200\n"
"Last-Translator: Rifthy Ahmed \n"
"Language-Team: Tamil \n"
-"Language: ta\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ta\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -93,7 +93,7 @@ msgstr "நிரல்வரிசை"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -178,16 +178,16 @@ msgstr "முதன்மை"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "இல்லை"
@@ -207,16 +207,16 @@ msgstr "இல்லை"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "ஆம்"
@@ -261,15 +261,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "PhpMyAdmin கட்டமைப்பு சேமிப்பகம் முடக்கப்பட்டுள்ளது. %sஏனென்று அறிக%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "அட்டவணை"
@@ -370,13 +370,13 @@ msgstr "புதுப்பிக்கப்பட்டது"
msgid "Status"
msgstr "நிகழ்நிலை"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -389,7 +389,7 @@ msgstr "செயல்"
msgid "Show"
msgstr "காண்பி"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "கண்காணிப்பு தரவுகள் அழிக்கப்படுகின்றன"
@@ -407,15 +407,25 @@ msgstr "கண்காணிப்பு அறிக்கை"
msgid "Structure snapshot"
msgstr "கட்டமைப்பு நிகழ்காப்புப்பிரதி"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "செயல்பாடற்ற"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "செயற்படு"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "கண்காணிக்கபடாத அட்டவணைகள்"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "அட்டவணையை கண்காணி"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "தரவுத்தளப் பதிகை"
@@ -541,7 +551,7 @@ msgid "Add geometry"
msgstr "வரையமைப்பை சேர்க்க"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -563,9 +573,9 @@ msgstr "வரையமைப்பை சேர்க்க"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -604,8 +614,8 @@ msgstr "முழுமையடையா மதிப்புருபுக
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"நீங்கள் பதிவேற்ற முயன்ற கோப்பு மிகப்பெரியதாக இருக்கலாம். இவ்வரம்பின் மாற்ற தயவுசெய்து %s "
"ஆவணஉரையை %s பார்வையிடவும்."
@@ -920,8 +930,8 @@ msgid ""
"Server running with Suhosin. Please refer to %sdocumentation%s for possible "
"issues."
msgstr ""
-"வழங்கி SUSHOSIN உடன் இயங்குகிறது. நிகழக்கூடிய பிழைமுறைகளுக்கு தயவுசெய்து "
-"%sஆவணச்சான்றை%s காண்க."
+"வழங்கி SUSHOSIN உடன் இயங்குகிறது. நிகழக்கூடிய பிழைமுறைகளுக்கு தயவுசெய்து %"
+"sஆவணச்சான்றை%s காண்க."
#: js/messages.php:29 libraries/import.lib.php:125 sql.php:143
msgid "\"DROP DATABASE\" statements are disabled."
@@ -1307,12 +1317,12 @@ msgstr "விளக்கப்படத்தை கட்டத்தில
msgid "Please add at least one variable to the series!"
msgstr "தயவுசெய்து குறைந்தது ஒரு மாறியை\\ தொடரில் சேர்க்க!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1806,18 +1816,18 @@ msgid "Show query box"
msgstr "வினவல் பெட்டியை காண்பி"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "தொகு"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d என்பது சரியான நிரைவரிசை எண் அல்ல."
@@ -2057,7 +2067,7 @@ msgstr "தரவுப்புள்ளி உள்ளடக்கம்"
msgid "Ignore"
msgstr "புறக்கணி"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "படியெடு"
@@ -2073,7 +2083,7 @@ msgstr "வரிச்சரம்"
msgid "Polygon"
msgstr "பல்கோணி"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "கேத்திர கணிதம்"
@@ -2222,10 +2232,10 @@ msgstr "நிரல்வரிசை பெயரை படியெடுக
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "நிரல்வரிசையின் காட்சிப்பண்பை
மாற்ற கீழிறங்கு குறியை சொடுக்குக."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "அனைத்தையும் காட்டு"
@@ -2319,7 +2329,7 @@ msgstr "பலகத்தை மறை"
msgid "Show hidden navigation tree items."
msgstr "மறைத்துள்ள வழிசெலுத்தல் படிமுறை உருப்படிகளை காண்பி."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "முதன்மை பலகத்துடன் இணைக்க"
@@ -2389,7 +2399,7 @@ msgstr ", புதிய நிலைப்பதிப்பு:"
msgid "up to date"
msgstr "இன்றுவரை"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "விவரபார்வையை உருவாக்குக"
@@ -2812,8 +2822,8 @@ msgid "Requery"
msgstr "மீள்வினவல்"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2822,16 +2832,16 @@ msgid "Delete"
msgstr "அழி"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2901,7 +2911,7 @@ msgid "History"
msgstr "வரலாறு"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2942,7 +2952,7 @@ msgid "During current session"
msgstr "அமர்வின் போது"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2984,9 +2994,9 @@ msgstr "துவக்கத்தின் போது வினவல் வ
msgid "Show current browsing query"
msgstr "தற்போது உலவும் வினவலை காண்பிக்க"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2995,9 +3005,9 @@ msgstr "தற்போது உலவும் வினவலை காண்
msgid "Ascending"
msgstr "ஏறுவரிசை"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3191,161 +3201,161 @@ msgstr "அட்டவணைகளில்:"
msgid "Inside column:"
msgstr "நிரல் உள்ளே:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "தொகுத்தை சேமிக்க"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "நெடுவரிசையின் வரிசையை மீட்டமை"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "நிறைவரிசைகளை வடிகட்டு"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "இந்த அட்டவணையில் தேடுக"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "ஆரம்பம்"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "முந்தைய"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "அடுத்து"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "முடிவு"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "நிரைவரிசைகளின் எண்ணிக்கை:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "குறிப்பெழுத்தின்படி வரிசைபடுத்துக"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "பகுதியளவு உரை"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "முழுவுரைகள்"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "தொடர்புசார் குறிப்பெழுத்து"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "தொடர்புடை நிரல்வரிசை காண்பிக்க"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "இரும உள்ளடக்கங்களை காண்பி"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "உருவிலி உள்ளடக்கங்களை காண்பி"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "உலவியின் மாற்றுருவாக்கத்தை மறைக்க"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "நன்கறிந்த உரை"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "நன்கறிந்த இருமதரவு"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "இந்நிரைவரிசை அழிக்கப்பட்டது."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "கொல்க"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "அண்ணளவாக இருக்கலாம்.[doc@faq3-11]FAQ 3.11[/doc]ஐ காண்க."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "உங்கள் SQL வினவல் வெற்றிகரமாக நிறைவேற்றப்பட்டது."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"இவ்விவரபார்வை குறைந்தளவு இத்தனை நிரைவரிசைகள் கொண்டிருக்கலாம். %sஆவணச்சான்றை%s காண்க."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "%1s - %2s நிரைவரிசைகள் காட்டப்படுகின்றன"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "இவ்வினவலில் %1$d மொத்தம், - %2$d"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "%d மொத்தம்"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "வினவல் %01.4f நொடிகள் எடுத்துக்கொண்டது."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "உடன் தெரிவுசெய்யப்பட்டது:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3353,48 +3363,50 @@ msgstr "உடன் தெரிவுசெய்யப்பட்டது:"
msgid "Check All"
msgstr "அனைத்தையும் தெரி"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "மாற்று"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "தரவேற்றுக"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "வினவலின் பயன்முடிவுகளின் செயல்பாடுகள்"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "அச்சுப் பார்வை"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "அச்சுப்பார்வை(முழுவுரைகளுடன்)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "விளக்கப்படத்தை காட்டுக"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "GIS தரவை காட்சிப்படுத்துக"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "இணைப்பை காணவில்லை!"
@@ -3552,7 +3564,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "வழங்கி"
@@ -3612,9 +3624,9 @@ msgstr "செருகு"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3676,7 +3688,7 @@ msgstr "மைய நெடுவரிசைகள்"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "தரவுத்தளங்கள்"
@@ -3784,7 +3796,7 @@ msgid "Recent"
msgstr "அண்மையில்"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "விருப்பமான அட்டவணைகள்"
@@ -4202,14 +4214,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4457,7 +4469,7 @@ msgstr ""
msgid "MySQL said: "
msgstr "MySQL சொன்னது: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4469,7 +4481,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr "PHP நிரல் இல்லாமல்"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP குறிமுறை உருவாக்கு"
@@ -4969,7 +4981,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6058,7 +6070,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6122,962 +6134,965 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "மறைத்துள்ள வழிசெலுத்தல் படிமுறை உருப்படிகளை காண்பி."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "வழிசெலுத்தல் பலகத்தில் இலச்சினையை காட்டுக."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "சின்னத்தை காட்டுக"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "தரவுத்தள விரிவாக்கதை முடக்கு"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "அட்டவணை வழிசெலுத்தல் பட்டி"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "அட்டவணை வழிசெலுத்தல் பட்டி"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "முதனிலை குறிப்பெழுத்தின் முன்னிருப்பு அடுக்குமுறை"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "தொடர்புடை நிரல்வரிசை காண்பிக்க"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Tables display options."
msgid "For display Options"
msgstr "அட்டவணைகளின் காட்சித்தெரிவுகள்."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "root புகுபதிவை ஏற்க"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "அமர்வு மதிப்பு"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "உறுதிப்படுத்துதல் பயன்முறைமை."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "சுருங்குறிக்கு பொருந்தும் தரவுத்தளங்களை மறைக்க (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "மைய நெடுவரிசைகள்"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "விருப்பமான அட்டவணைகள்"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "பயனர் அட்டவணை"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "செயல்கூற்றின் களங்களை காட்டுக"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "phpMyAdminஆல் உருவாக்கபட்ட SQL வினவல் காட்டப்படவேண்டுமா என்பதை வரையறுக்கிறது."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL வினவல்களை காட்டுக"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "வினவல் பெட்டியை வைத்திருக்க"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr ""
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "புகுபதிவு நிலைபதிவுத்துணுக்கு செல்லுங்காலம்"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "உரைக்கட்ட நெடுவரிசைகள்"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7085,52 +7100,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "புதிய பதிப்பை பார்வையிடவும்"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7138,70 +7153,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "பயனாளர்:->பதிலி பயனர் பெயர்"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "பதிலி கடவுச்சொல்"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "அமைப்பாக்கம் இல்லா முறைமையை இயலசெய்க"
@@ -7620,8 +7635,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8103,8 +8118,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9201,8 +9216,8 @@ msgstr "%sக்கு வருக"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"நீங்கள் அமைப்பாக்க கோப்பை உருவாக்கவில்லை. அதை உருவாக்க நீங்கள் %1$sநிரல்கோவையை%2$s "
"பயன்படுத்த வேண்டும்."
@@ -10352,7 +10367,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10382,8 +10397,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11152,7 +11167,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11189,14 +11204,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11205,7 +11220,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11214,7 +11229,7 @@ msgid "Global"
msgstr "உலகளாவிய"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11232,13 +11247,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "புகுபதிவு தகவல்"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11263,7 +11278,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "பயனரை சேர்"
@@ -11284,200 +11299,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "பயனர் குழுவை தொகுக்க"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "பின்வரும் தரவுத்தள(ங்களின்)த்தின் மீதான தனிச்சலுகைகளை சேர்க்க:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "பின்வரும் அட்டவணையின் மீதான தனிச்சலுகையை சேர்க்க:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "புதியது"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "புதிய பயனாளரை சேர்க்க->தனிச்சலுகையை தொகுக்க:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "பயனர்கள் கண்ணோட்டம்"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "நீங்கள் புதிய பயனாளரை சேர்த்துள்ளீர்கள்."
@@ -13232,14 +13247,6 @@ msgstr ""
msgid "Delete version"
msgstr "பதிப்பை உருவாக்கு"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "செயற்படு"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "செயல்பாடற்ற"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13361,14 +13368,14 @@ msgid ""
"Your preferences will be saved for current session only. Storing them "
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-"உங்கள் முன்னுரிமைகள் இந்த அமர்வுக்காக மட்டும் சேமிக்கப்படும். அவற்றை நிலையாக சேமிப்க்க "
-"%sphpMyAdmin அமைப்பாக்க நினைவகம்%s தேவை."
+"உங்கள் முன்னுரிமைகள் இந்த அமர்வுக்காக மட்டும் சேமிக்கப்படும். அவற்றை நிலையாக சேமிப்க்க %"
+"sphpMyAdmin அமைப்பாக்க நினைவகம்%s தேவை."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13437,8 +13444,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"நீங்கள் config.inc.phpஐ மாற்றுவதன் மூலம் மேலும் அதிக அமைவுகளை அமைக்கலாம், எகா. "
-"%sநிறுவல்கோவை%s மூலம்."
+"நீங்கள் config.inc.phpஐ மாற்றுவதன் மூலம் மேலும் அதிக அமைவுகளை அமைக்கலாம், எகா. %"
+"sநிறுவல்கோவை%s மூலம்."
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -13684,24 +13691,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr "எந்த நிரல்வரிசையும் தெரிவுசெய்யப்படவில்லை."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The columns have been moved successfully."
msgid "Tracking versions deleted successfully."
msgstr "நெடுவரிசைகள் வெற்றிகரமாக நகர்த்தப்பட்டன."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "தெரிவுசெய்யப்பட வரிசைகள் இல்லை"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14066,8 +14073,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14185,8 +14192,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -14806,6 +14813,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#~ msgid "Disable database expansion"
+#~ msgstr "தரவுத்தள விரிவாக்கதை முடக்கு"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "இந்த அட்டவணைக்கான கண்காணிப்பு தரவை நீக்குக"
diff --git a/po/te.po b/po/te.po
index 9fea1c497c..d97d73e73d 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-02-27 10:56+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Telugu \n"
-"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: te\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -94,7 +94,7 @@ msgstr "వరుస"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "కాదు"
@@ -208,16 +208,16 @@ msgstr "కాదు"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "అవును"
@@ -266,15 +266,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "పట్టిక"
@@ -386,13 +386,13 @@ msgstr ""
msgid "Status"
msgstr "స్థితి"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -406,7 +406,7 @@ msgstr "చర్య"
msgid "Show"
msgstr "చూపించు"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete"
msgid "Delete tracking"
@@ -426,15 +426,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -566,7 +576,7 @@ msgid "Add geometry"
msgstr "క్రొత్త వాడుకరిని చేర్చు"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -588,9 +598,9 @@ msgstr "క్రొత్త వాడుకరిని చేర్చు"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -629,8 +639,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1335,12 +1345,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1887,18 +1897,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "మార్చు"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2159,7 +2169,7 @@ msgstr "విషయ సూచిక"
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2175,7 +2185,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2329,10 +2339,10 @@ msgstr "వ్యాఖ్యలు"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "అన్నీ చూపించు"
@@ -2441,7 +2451,7 @@ msgid "Show hidden navigation tree items."
msgstr "చూపించు"
# మొదటి అనువాదము
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Hide/Show all"
@@ -2516,7 +2526,7 @@ msgid "up to date"
msgstr ""
# మొదటి అనువాదము
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Create"
@@ -2948,8 +2958,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2959,16 +2969,16 @@ msgstr "తొలగించు"
# మొదటి అనువాదము
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3050,7 +3060,7 @@ msgid "History"
msgstr "SQL చరిత్ర"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3096,7 +3106,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3154,9 +3164,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3165,9 +3175,9 @@ msgstr ""
msgid "Ascending"
msgstr "ఆరోహణ"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3394,24 +3404,24 @@ msgstr "పట్టికల్ని వాడు"
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Table comments"
msgid "Restore column order"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Files"
msgid "Filter rows"
msgstr "దస్త్రాలు"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Use this value"
@@ -3419,7 +3429,7 @@ msgid "Search this table"
msgstr "ఈ విలువని ఉపయోగించు"
# మొదటి అనువాదము
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3428,7 +3438,7 @@ msgid "Begin"
msgstr "మొదలు"
# మొదటి అనువాదము
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3438,7 +3448,7 @@ msgid "Previous"
msgstr "క్రితము"
# మొదటి అనువాదము
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3447,7 +3457,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "తదుపరి"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3456,77 +3466,77 @@ msgid "End"
msgstr "ముగింపు"
# మొదటి అనువాదము
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "అన్నీ"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "పాక్షిక పాఠ్యాలు"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "పూర్తి పాఠ్యాలు"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Version information"
msgid "Hide browser transformation"
msgstr "సంచిక సమాచారం"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "The row has been deleted."
msgstr "%s డేటాబేస్ తుడిచివేయడమైనది"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3535,44 +3545,44 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "మీ SQL క్వెరీ విజయవంతంగా నిర్వహించబడింది"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "మొత్తం"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3581,50 +3591,52 @@ msgid "Check All"
msgstr ""
# మొదటి అనువాదము
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "మార్చుము"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "ఎగుమతి"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Table comments"
msgid "Display chart"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3786,7 +3798,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3848,9 +3860,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3914,7 +3926,7 @@ msgstr "పట్టిక వ్యాఖ్యలు"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -4044,7 +4056,7 @@ msgstr "పట్టికను సృష్టించు"
# మొదటి అనువాదము
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgctxt "short form"
#| msgid "Create table"
@@ -4498,14 +4510,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4762,7 +4774,7 @@ msgstr "గరిష్ఠం: %s%s"
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4774,7 +4786,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -5306,7 +5318,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6437,7 +6449,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6502,561 +6514,562 @@ msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
# మొదటి అనువాదము
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show"
msgid "Show databases navigation as tree"
msgstr "చూపించు"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Table options"
msgid "Show logo in navigation panel."
msgstr "పట్టిక ఎంపికలు"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "చిహ్నాన్ని చూపించు"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
+#: libraries/config/messages.inc.php:466
#, fuzzy
#| msgid "Table options"
-msgid "Disable database expansion"
+msgid "Enable navigation tree expansion"
msgstr "పట్టిక ఎంపికలు"
-#: libraries/config/messages.inc.php:466
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "సహజ క్రమం"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table options"
msgid "Table navigation bar"
msgstr "పట్టిక ఎంపికలు"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relations"
msgid "Relational display"
msgstr "సంబంధాలు"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Show more actions"
msgid "For display Options"
msgstr "మరిన్ని చర్యలను చూపించు"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "ఉపయోగించకపోతే ఖాళీగా వదిలేయండి"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "అప్రమేయాలకై ఖాళీగా వదిలివేయండి"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication settings"
msgid "Authentication method to use."
msgstr "అధీకరణ అమరికలు"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "అనుసంధాన రకం"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Table comments"
msgid "Central columns table"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -7064,424 +7077,424 @@ msgid ""
msgstr ""
# మొదటి అనువాదము
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "డేటాబేస్"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
# మొదటి అనువాదము
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgctxt "short form"
#| msgid "Create table"
msgid "Favorites table"
msgstr "పట్టికను సృష్టించు"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "User preferences"
msgid "UI preferences table"
msgstr "వాడుకరి అభిరుచులు"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "పట్టికల్ని వాడు"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show more actions"
msgid "Show Creation timestamp"
msgstr "మరిన్ని చర్యలను చూపించు"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
# మొదటి అనువాదము
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show"
msgid "Show hint"
msgstr "చూపించు"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
+msgstr ""
+
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
+msgstr ""
+
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "గణాంకాలను చూపించు"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Table comments"
msgid "Textarea columns"
msgstr "పట్టిక వ్యాఖ్యలు"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "అప్రమేయ శీర్షిక"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7489,52 +7502,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7542,74 +7555,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "వాడుకరిపేరు"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "సంకేతపదం"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8078,8 +8091,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8578,8 +8591,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9752,8 +9765,8 @@ msgstr "%sకి స్వాగతం"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10960,7 +10973,7 @@ msgstr "వాడుకరి పేరు"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "సంకేతపదం"
@@ -10990,8 +11003,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11831,7 +11844,7 @@ msgstr "ఏమీలేవు"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11868,14 +11881,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11884,7 +11897,7 @@ msgid "Administration"
msgstr "పరిపాలన"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11895,7 +11908,7 @@ msgid "Global"
msgstr "సార్వత్రిక విలువ"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11913,13 +11926,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "ప్రవేశపు సమాచారం"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11945,7 +11958,7 @@ msgstr ""
# మొదటి అనువాదము
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -11968,209 +11981,209 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "User has been added."
msgstr "%s డేటాబేస్ తుడిచివేయడమైనది"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "వాడుకరి"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "వాడుకరి కనబడలేదు."
# మొదటి అనువాదము
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "ఏదైనను"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
# మొదటి అనువాదము
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… పాతదే ఉంచుము."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "%s అనే వాడుకరి ఇప్పటికే ఉన్నారు!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Add a new User"
msgid "Edit Privileges:"
msgstr "క్రొత్త వాడుకరిని చేర్చు"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "Overview"
msgid "Users overview"
msgstr "అవలోకనం"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
# మొదటి అనువాదము
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "మీరు క్రొత్త వాడుకరిని చేర్చారు."
@@ -14094,14 +14107,6 @@ msgstr ""
msgid "Delete version"
msgstr "చివరి కూర్పు"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14230,13 +14235,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Server configuration"
msgid "Could not save configuration"
msgstr "సేవకి స్వరూపణం"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14562,24 +14567,24 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "%s డేటాబేస్ తుడిచివేయడమైనది"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "Table name"
msgid "No versions selected."
msgstr "పట్టిక పేరు"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -14969,8 +14974,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15099,8 +15104,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15771,6 +15776,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Table options"
+#~ msgid "Disable database expansion"
+#~ msgstr "పట్టిక ఎంపికలు"
+
# మొదటి అనువాదము
#, fuzzy
#~| msgid "Database"
diff --git a/po/th.po b/po/th.po
index 9beec99784..314c740bf4 100644
--- a/po/th.po
+++ b/po/th.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-02-09 16:12+0200\n"
"Last-Translator: mrnonz \n"
"Language-Team: Thai \n"
-"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -90,7 +90,7 @@ msgstr "สดมภ์"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -175,16 +175,16 @@ msgstr "ไพรมารี"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "ไม่"
@@ -204,16 +204,16 @@ msgstr "ไม่"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "ใช่"
@@ -258,15 +258,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "การจัดเก็บการตั้งค่าของ phpMyAdmin ได้ถูกระงับเอาไว้ %sรายละเอียดเพิ่มเติม%s"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "ตาราง"
@@ -364,13 +364,13 @@ msgstr "ปรับปรุงแล้ว"
msgid "Status"
msgstr "สถานะ"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -383,7 +383,7 @@ msgstr "กระทำการ"
msgid "Show"
msgstr "แสดง"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -403,15 +403,25 @@ msgstr "รายงานผลการติดตาม"
msgid "Structure snapshot"
msgstr "เก็บโครงสร้างไว้"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "ใช้งานไม่ได้"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "ใช้งานได้"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "เลิกติดตามตาราง"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "ติดตามตาราง"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Log ของฐานข้อมูล"
@@ -541,7 +551,7 @@ msgid "Add geometry"
msgstr "เพิ่มเรขาคณิต"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -563,9 +573,9 @@ msgstr "เพิ่มเรขาคณิต"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -610,8 +620,8 @@ msgstr "คำสั่ง INSERT เต็มรูปแบบ"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"คุณพยายามที่จะอัพโหลดไฟล์ที่มีขนาดใหญ่เกินไป กรุณาดูที่ %sdocumentation%s เอกสารช่วยเหลือ "
"เพื่อแก้ไขปัญหาดังกล่าวนี้"
@@ -1346,12 +1356,12 @@ msgstr "เพิ่มแสดงผลไปในตารางข้อม
msgid "Please add at least one variable to the series!"
msgstr "กรุณาเพิ่มค่าตัวแปรอย่างน้อยหนึ่งตัวเข้าไปในลำดับ"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1846,18 +1856,18 @@ msgid "Show query box"
msgstr "แสดงช่องคำค้น SQL"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "แก้ไข"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d ไม่ใช่หมายเลขแถวที่ถูกต้อง"
@@ -2127,7 +2137,7 @@ msgstr "สารบัญ"
msgid "Ignore"
msgstr "ข้าม"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "คัดลอก"
@@ -2143,7 +2153,7 @@ msgstr "แถวข้อความ"
msgid "Polygon"
msgstr "รูปหลายเหลี่ยม"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "เรขาคณิต"
@@ -2312,10 +2322,10 @@ msgstr "ดับเบิลคลิกเพื่อคัดลอกชื
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "กดเพื่อเลือก
เพื่อดูสดมภ์"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "แสดงทั้งหมด"
@@ -2426,7 +2436,7 @@ msgstr "ซ่อนแผง"
msgid "Show hidden navigation tree items."
msgstr "โหลดกรอบนำทางใหม่"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Use text field"
@@ -2496,7 +2506,7 @@ msgstr ", รุ่นเสถียรล่าสุด:"
msgid "up to date"
msgstr "ล่าสุด"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "สร้างมุมมอง"
@@ -2925,8 +2935,8 @@ msgid "Requery"
msgstr "ในคำค้น"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2935,16 +2945,16 @@ msgid "Delete"
msgstr "ลบ"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3027,7 +3037,7 @@ msgid "History"
msgstr "ประวัติ SQL"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3071,7 +3081,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3125,9 +3135,9 @@ msgstr "คำค้น SQL"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3136,9 +3146,9 @@ msgstr ""
msgid "Ascending"
msgstr "น้อยไปมาก"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3355,37 +3365,37 @@ msgstr "ภายในตาราง:"
msgid "Inside column:"
msgstr "ในคอลัมน์:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "บันทึกข้อมูลที่แก้ไข"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Filters"
msgid "Filter rows"
msgstr "ตัวกรอง"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "ค้นหาในฐานข้อมูล"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "เริ่มต้น"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3394,100 +3404,100 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "ก่อนหน้า"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "ถัดไป"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "สุดท้าย"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "ทั้งหมด"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of rows per page"
msgid "Number of rows:"
msgstr "ระเบียนต่อหน้า"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "เรียงโดยคีย์"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "ข้อความบางส่วน"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "ทั้งข้อความ"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "รีเลชันแนล สกีมา"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "รีเลชันแนล สกีมา"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "แสดงเนื้อหาไบนารี"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "แสดงเนื้อหา BLOB"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
msgid "Hide browser transformation"
msgstr "การแปลงที่เรียกใช้ได้"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "ข้อความที่รู้จักกันดี"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "ไบนารีที่รู้จักกันดี"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "ลบเรียบร้อยแล้ว"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "ฆ่าทิ้ง"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "มีข้อผิดพลาดระหว่างการอัพโหลด กรุณาดู [doc@faq1-11]FAQ 1.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3496,46 +3506,46 @@ msgstr "มีข้อผิดพลาดระหว่างการอั
msgid "Your SQL query has been executed successfully."
msgstr "ทำคำค้นเสร็จเรียบร้อยแล้ว"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "การแสดงผลนี้ จะแสดงเพียงจำนวนข้อมูลนี้เท่านั้น ดูข้อมูลเพิ่มเติมได้ที่ %sdocumentation%s"
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "แสดงแถว"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "ทั้งหมด"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "คำค้นใช้เวลา %01.4f วินาที"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "ทำกับที่เลือก:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3543,50 +3553,52 @@ msgstr "ทำกับที่เลือก:"
msgid "Check All"
msgstr "เลือกทั้งหมด"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "เปลี่ยน"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "ส่งออก"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "การดำเนินงานผลแบบสอบถาม"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "แสดง"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "มุมมองเหมือนพิมพ์ (ข้อความแบบเต็ม)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "แสดงสกีมาของ PDF"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "แสดงภาพของข้อมูล GIS"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3756,7 +3768,7 @@ msgid ""
msgstr "ดัชนี %1$s และ %2$s น่าจะเป็นอันเดียวกัน ควรจะลบออกไปอันหนึ่ง"
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "เซิร์ฟเวอร์"
@@ -3816,9 +3828,9 @@ msgstr "แทรก"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "สิทธิ"
@@ -3882,7 +3894,7 @@ msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "ฐานข้อมูล"
@@ -4000,7 +4012,7 @@ msgid "Recent"
msgstr "ตั้งค่าใหม่"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4470,14 +4482,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4740,7 +4752,7 @@ msgstr "ขนาดใหญ่สุด: %s%s"
msgid "MySQL said: "
msgstr "MySQL แสดง: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "อธิบาย SQL"
@@ -4752,7 +4764,7 @@ msgstr "ไม่ต้องอธิบาย SQL"
msgid "Without PHP Code"
msgstr "ไม่เอาโค้ด PHP"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "สร้างโค้ด PHP"
@@ -5299,7 +5311,7 @@ msgid "Set value: %s"
msgstr "ตั้งค่า: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "คืนค่าเดิม"
@@ -6488,7 +6500,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6559,639 +6571,641 @@ msgstr "ขีดจำกัดของทรัพยากร"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Reload navigation frame"
msgid "Show databases navigation as tree"
msgstr "โหลดกรอบนำทางใหม่"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Reload navigation frame"
msgid "Show logo in navigation panel."
msgstr "โหลดกรอบนำทางใหม่"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-msgid "Disable database expansion"
-msgstr "สถิติฐานข้อมูล"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "คำอธิบายตาราง"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "จำนวนสูงสุดของตารางที่ใช้ล่าสุด; กำหนด 0 เพื่อปิดใช้งาน"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "จำนวนสูงสุดของตารางที่ใช้ล่าสุด; กำหนด 0 เพื่อปิดใช้งาน"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "ตารางที่ใช้ล่าสุด"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
msgstr "ใช้เรียงลำดับตามธรรมชาติสำหรับการจัดเรียงชื่อตารางและฐานข้อมูล"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "เรียงลำดับตามธรรมชาติ"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "คำอธิบายตาราง"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Use persistent connections to MySQL databases."
msgstr "บีบอัดการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "เปลี่ยนชื่อตารางเป็น"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "A primary key has been added on %s."
msgid "Primary key default sort order"
msgstr "ได้เพิ่มไพรมารีคีย์แล้วใน %s"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "รีเลชันแนล สกีมา"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "ตัวเลือกการแสดงเซิร์ฟเวอร์"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "ค่าเซสชั่น"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "รหัสประจำตัวของ HTTP"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "กำหนดค่าไฟล์ SweKey"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "วิธีการรับรองความถูกต้องที่ใช้"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "ประเภทของการรับรองความถูกต้อง"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "บีบอัดการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "บีบอัดการเชื่อมต่อ"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "วิธีการเชื่อมต่อไปยังเซิร์ฟเวอร์ เลือก [kbd]tcp[/kbd] หากไม่แน่ใจ"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "ประเภทการเชื่อมต่อ"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "โฮสต์ใดๆ"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "โฮสต์ใดๆ"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "ซ่อนฐานข้อมูล"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "ชื่อโฮสต์ของเซิร์ฟเวอร์"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL ที่ออกจากระบบ"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "เชื่อมต่อโดยไม่ต้องใช้รหัสผ่าน"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "แสดงฐานข้อมูลที่ระบุไว้เท่านั้น"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "ปล่อยว่างไว้ ถ้าไม่ใช้การกำหนดค่าการรับรองความถูกต้อง"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "รหัสผ่าน"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "ฐานข้อมูล"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "พอร์ตของเซิร์ฟเวอร์"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "วิเคราะห์ตาราง"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "ตัวแปร"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "ซ่อมแซมตาราง"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7203,382 +7217,382 @@ msgstr ""
"ดูตัวอย่าง [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"ประเภทของการรับรองความถูกต้อง[/a]"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "ชื่อเซสชั่น"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "URL ที่เข้าสู่ระบบ"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "ซ็อกเก็ตของเซิร์ฟเวอร์"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "เปิดใช้งาน SSL สำหรับการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "ใช้ SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "แสดงหมายเหตุของคอลัมน์"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "จัดระเบียบตาราง"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "คำสั่ง"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "สร้างเวอร์ชั่นโดยอัตโนมัติ"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "ใช้ตาราง"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "ชื่อผู้ใช้"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "แสดงข้อมูลของ PHP"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
msgid "Show field types"
msgstr "แสดงตาราง"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "จะแสดงคำแนะนำหรือไม่"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "แสดงคำแนะนำ"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "แสดงคำค้นแบบเต็ม"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "คำค้น SQL"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
#, fuzzy
msgid "Show statistics"
msgstr "สถิติของแถว"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "ข้ามตารางที่ถูกล็อก"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "เข้าสู่ระบบความถูกต้องของคุกกี้"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "เพิ่ม/ลบ คอลัมน์ (ฟิลด์)"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "ค่าปริยาย"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7586,54 +7600,54 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
#, fuzzy
#| msgid "Enables check for latest version on main phpMyAdmin page"
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "เปิดใช้งานตรวจหาเวอร์ชั่นล่าสุดบนหน้า phpMyAdmin หลัก"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "ตรวจสอบเวอร์ชั่น"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7641,33 +7655,33 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "ชื่อผู้ใช้:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "รหัสผ่าน"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for "
@@ -7679,43 +7693,43 @@ msgstr ""
"เปิดใช้งาน [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] "
"การบีบอัดสำหรับการดำเนินการนำเข้าและส่งออก"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "พอร์ตของเซิร์ฟเวอร์"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8200,8 +8214,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8707,8 +8721,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9878,8 +9892,8 @@ msgstr "%s ยินดีต้อนรับ"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"คุณคงไม่ได้สร้างแฟ้มการกำหนดค่า คุณอาจต้องการใช้ %1$ssetup script%2$s "
"เพื่อสร้างอย่างใดอย่างหนึ่ง"
@@ -11145,7 +11159,7 @@ msgstr "ชื่อผู้ใช้"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "รหัสผ่าน"
@@ -11177,8 +11191,8 @@ msgstr "เซิร์ฟเวอร์"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "โฮสต์"
@@ -12037,7 +12051,7 @@ msgstr "ไม่มี"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12076,14 +12090,14 @@ msgstr "จำกัดจำนวนการเชื่อมต่อให
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "สิทธิเจาะจงเฉพาะตาราง"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12094,7 +12108,7 @@ msgid "Administration"
msgstr "การดูแลระบบ"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "สิทธิแบบโกลบอล"
@@ -12105,7 +12119,7 @@ msgid "Global"
msgstr "โกลบอล"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "สิทธิเจาะจงเฉพาะฐานข้อมูล"
@@ -12123,13 +12137,13 @@ msgid ""
msgstr "อนุญาตให้เพิ่มผู้ใช้ และสิทธิเข้าถึง โดยไม่ต้องเรียกใช้ตารางสิทธิใหม่"
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "ข้อมูลล็อกอิน"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "ใช้ช่องใส่ข้อความ (text field)"
@@ -12154,7 +12168,7 @@ msgid "You have revoked the privileges for %s."
msgstr "คุณได้เพิกถอนสิทธิของ %s"
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "เพิ่มผู้ใช้"
@@ -12175,217 +12189,217 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "มอบสิทธิทั้งหมดสำหรับฐานข้อมูล \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "ผู้ใช้มีสิทธิเข้าถึงฐานข้อมูล \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "โยนวิว %s ทิ้งไปเรียบร้อยแล้ว"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "ผู้ใช้"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "มอบสิทธิ"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "ไม่พบผู้ใช้ใดๆ."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "ใดๆ"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "โกลบอล"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "เฉพาะฐานข้อมูล"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "ไวล์การ์ด"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "เฉพาะฐานข้อมูล"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "แก้ไขสิทธิ"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "เพิกถอน"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "แก้ไข เครื่องแม่ข่าย"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… เก็บของเก่าไว้."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… ลบของเก่าทิ้งไปจากตารางผู้ใช้."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… เรียกคืนสิทธิ์ทั้งหมดจากเดิม แล้วลบมันหลังจากนั้น."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… ลบของเก่าจากตารางผู้ใช้ แล้วเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "เปลี่ยนข้อมูลล็อกอิน / ทำสำเนาผู้ใช้"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "สร้างผู้ใช้ใหม่ ให้มีสิทธิเหมือนกัน และ …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "สิทธิเฉพาะคอลัมน์"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "เพิ่มสิทธิของฐานข้อมูลต่อไปนี้"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "เพิ่มสิทธิของตารางต่อไปนี้"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "ถอนผู้ใช้ที่เลือก"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "เพิกถอน active privileges ทั้งหมดจากผู้ใช้ และลบผู้ใช้ทิ้งหลังจากนั้น."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "โยนฐานข้อมูลที่มีชื่อเดียวกับผู้ใช้ทิ้ง."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "ปรับปรุงสิทธิเข้าถึงใหม่อีกรอบ"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "คุณได้ปรับปรุงสิทธิสำหรับ %s แล้ว"
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "กำลังลบ %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว"
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "มีผู้ใช้ %s อยู่แล้ว!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "สิทธิ"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "แก้ไขสิทธิ"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "ข้อมูลทั่วไปของผู้ใช้"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ"
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว"
@@ -14346,14 +14360,6 @@ msgstr ""
msgid "Delete version"
msgstr "สร้างเวอร์ชั่น"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "ใช้งานได้"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "ใช้งานไม่ได้"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14483,11 +14489,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14815,25 +14821,25 @@ msgstr[0] ""
msgid "No column selected."
msgstr "ยังไม่ได้เลือกแถว"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "การติดตามเริ่มทำงานแล้ว"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "ยังไม่ได้เลือกแถว"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15228,8 +15234,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15361,8 +15367,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16057,8 +16063,8 @@ msgid ""
"perfectly adequate for your system if you don't have much InnoDB tables or "
"other services running on the same machine."
msgstr ""
-"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB ถ้าคุณกำลังกำหนดน้อยกว่า "
-"60%% อย่างไรก็ตาม ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB "
+"คุณกำลังใช้ %s%% ของหน่วยความจำของคุณสำหรับการบัฟเฟอร์ InnoDB ถ้าคุณกำลังกำหนดน้อยกว่า 60%"
+"% อย่างไรก็ตาม ที่นี้อาจไม่สมบูรณ์เพียงพอสำหรับระบบของคุณ ถ้าคุณไม่มีตาราง InnoDB "
"มากหรือบริการอื่นๆ ที่ทำงานบนเครื่องเดียวกัน"
#: libraries/advisory_rules.txt:459
@@ -16083,6 +16089,10 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0"
+#, fuzzy
+#~ msgid "Disable database expansion"
+#~ msgstr "สถิติฐานข้อมูล"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "ลบการติดตามตารางนี้"
@@ -16836,8 +16846,8 @@ msgstr "concurrent_insert ถูกตั้งค่าไว้ที่ 0"
#~ "The additional features for working with linked tables have been "
#~ "deactivated. To find out why click %shere%s."
#~ msgstr ""
-#~ "ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere"
-#~ "%s"
+#~ "ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%"
+#~ "s"
#~ msgid "No tables"
#~ msgstr "ไม่มีตาราง"
diff --git a/po/tk.po b/po/tk.po
index a26f40dc4c..09fc1aeb98 100644
--- a/po/tk.po
+++ b/po/tk.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2013-05-07 17:12+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Turkmen \n"
-"Language: tk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: tk\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 1.6-dev\n"
@@ -95,7 +95,7 @@ msgstr ""
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr ""
@@ -209,16 +209,16 @@ msgstr ""
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr ""
@@ -265,15 +265,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr ""
@@ -370,13 +370,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -389,7 +389,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -407,15 +407,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -535,7 +545,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -557,9 +567,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -596,8 +606,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1237,12 +1247,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1721,18 +1731,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1967,7 +1977,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1983,7 +1993,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2122,10 +2132,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Hemmesini görkez"
@@ -2223,7 +2233,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr "Hemmesini görkez"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2281,7 +2291,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2695,8 +2705,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2705,16 +2715,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2784,7 +2794,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2825,7 +2835,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2869,9 +2879,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2880,9 +2890,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3079,164 +3089,164 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Use this value"
msgid "Search this table"
msgstr "Şu bahany ulan"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "Database %1$s has been created."
msgid "The row has been deleted."
msgstr "%1$s maglumatlar ulgamy döredildi."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3244,48 +3254,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3443,7 +3455,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3503,9 +3515,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3567,7 +3579,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3675,7 +3687,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Show all"
msgid "Favorite tables"
@@ -4094,14 +4106,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4349,7 +4361,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4361,7 +4373,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4861,7 +4873,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5945,7 +5957,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6009,952 +6021,955 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show all"
msgid "Show databases navigation as tree"
msgstr "Hemmesini görkez"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Show all"
+msgid "Enable navigation tree expansion"
+msgstr "Hemmesini görkez"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Show all"
msgid "Favorites table"
msgstr "Hemmesini görkez"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6962,52 +6977,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7015,70 +7030,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7493,8 +7508,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7980,8 +7995,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9080,8 +9095,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10225,7 +10240,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10255,8 +10270,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -11025,7 +11040,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11062,14 +11077,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11078,7 +11093,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11087,7 +11102,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11105,13 +11120,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11136,7 +11151,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11157,200 +11172,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13097,14 +13112,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13226,11 +13233,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13544,20 +13551,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13924,8 +13931,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -14043,8 +14050,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/tr.po b/po/tr.po
index 95c23c3ff6..a891a963a3 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
-"PO-Revision-Date: 2015-02-23 06:54+0200\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
+"PO-Revision-Date: 2015-02-25 09:59+0200\n"
"Last-Translator: Burak Yavuz \n"
"Language-Team: Turkish "
"\n"
@@ -13,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 2.2\n"
+"X-Generator: Weblate 2.3-dev\n"
#: changelog.php:36 license.php:28
#, php-format
@@ -91,7 +91,7 @@ msgstr "Sütun"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -176,16 +176,16 @@ msgstr "Birincil"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Hayır"
@@ -205,16 +205,16 @@ msgstr "Hayır"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Evet"
@@ -260,15 +260,15 @@ msgid ""
msgstr ""
"phpMyAdmin yapılandırma depolaması devre dışı bırakıldı. %sNedenini bulun%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tablo"
@@ -366,13 +366,13 @@ msgstr "Güncellendi"
msgid "Status"
msgstr "Durum"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -385,7 +385,7 @@ msgstr "Eylem"
msgid "Show"
msgstr "Göster"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "İzlemeyi sil"
@@ -403,15 +403,25 @@ msgstr "İzleme raporu"
msgid "Structure snapshot"
msgstr "Yapı görüntüsü yakalama"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "aktif değil"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "aktif"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "İzlenmeyen tablolar"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Tabloyu izle"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Veritabanı Günlüğü"
@@ -536,7 +546,7 @@ msgid "Add geometry"
msgstr "Geometri ekle"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -558,9 +568,9 @@ msgstr "Geometri ekle"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -599,8 +609,8 @@ msgstr "Tamamlanmamış parametreler"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Muhtemelen çok büyük dosya göndermeyi denediniz. Lütfen bu sınır için çözüm "
"yolu olarak %sbelgeden%s yararlanın."
@@ -771,7 +781,6 @@ msgid "PHP extension:"
msgstr "PHP uzantısı:"
#: index.php:345
-#| msgid "PHP Version:"
msgid "PHP version:"
msgstr "PHP sürümü:"
@@ -1297,12 +1306,12 @@ msgstr "Çizelgeyi ızgaraya ekle"
msgid "Please add at least one variable to the series!"
msgstr "Lütfen diziye en az bir değişken ekleyin!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1357,8 +1366,8 @@ msgid ""
"depending on your system."
msgstr ""
"slow_query_log etkinleştirildi ama sunucu sadece %d saniyeden daha uzun "
-"süren sorguları günlükler. Bu long_query_time'ın, sisteminize bağlı olarak "
-"0-2 saniyeye ayarlanması tavsiye edilir."
+"süren sorguları günlükler. Bu long_query_time'ın, sisteminize bağlı olarak 0-"
+"2 saniyeye ayarlanması tavsiye edilir."
#: js/messages.php:164
#, php-format
@@ -1801,18 +1810,18 @@ msgid "Show query box"
msgstr "Sorgu kutusunu göster"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Düzenle"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d geçerli bir satır sayısı değil."
@@ -2059,7 +2068,7 @@ msgstr "Veri imleci içeriği"
msgid "Ignore"
msgstr "Yoksay"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Kopyala"
@@ -2075,7 +2084,7 @@ msgstr "Satır dizgisi"
msgid "Polygon"
msgstr "Poligon"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Geometri"
@@ -2222,10 +2231,10 @@ msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
"Sütunların görünürlüğünü değiştirmek
için aşağı açılır okuna tıklayın."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Tümünü göster"
@@ -2327,7 +2336,7 @@ msgstr "Paneli Gizle"
msgid "Show hidden navigation tree items."
msgstr "Gizli gezinti ağacı öğelerini göster."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Ana panel ile bağla"
@@ -2379,8 +2388,8 @@ msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
-"phpMyAdmin'in yeni sürümü mevcut ve yükseltmeyi düşünmelisiniz. Yeni sürüm "
-"%s, %s tarihinde yayınlandı."
+"phpMyAdmin'in yeni sürümü mevcut ve yükseltmeyi düşünmelisiniz. Yeni sürüm %"
+"s, %s tarihinde yayınlandı."
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:494
@@ -2391,7 +2400,7 @@ msgstr ", son sağlam sürüm:"
msgid "up to date"
msgstr "güncel"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Görünüm oluştur"
@@ -2817,8 +2826,8 @@ msgid "Requery"
msgstr "Yeniden sorgula"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2827,16 +2836,16 @@ msgid "Delete"
msgstr "Sil"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2906,7 +2915,7 @@ msgid "History"
msgstr "Geçmiş"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2947,7 +2956,7 @@ msgid "During current session"
msgstr "Şu anki oturum sırasında"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2989,9 +2998,9 @@ msgstr "Başlangıçta sorgu geçmişini göster"
msgid "Show current browsing query"
msgstr "Şu anki gözatılan sorguyu göster"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3000,9 +3009,9 @@ msgstr "Şu anki gözatılan sorguyu göster"
msgid "Ascending"
msgstr "Küçükten Büyüğe"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3199,161 +3208,161 @@ msgstr "Tablo içindekiler:"
msgid "Inside column:"
msgstr "İç sütun:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Düzenlenen veriyi kaydet"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Sütun düzenini geri yükle"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Satırları süz"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Bu tabloda ara"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Başlangıç"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Önceki"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Sonraki"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Son"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Tümü"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Satır sayısı:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Anahtara göre sırala"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Kısmi metinler"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Tam metinler"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Bağlantılı anahtar"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Bağlantılı görüntü sütunu"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Binari içerikleri göster"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB içerikleri göster"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Tarayıcı dönüşümünü gizle"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Çok İyi Bilinen Metin"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Çok İyi Bilinen Binari"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Satır silindi."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Sonlandır"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Yaklaşık olabilir. [doc@faq3-11]SSS 3.11[/doc]'e bakın."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "SQL sorgunuz başarılı olarak çalıştırıldı."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgeden%s yararlanın."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Gösterilen satır %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d toplam, %2$d sorguda"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "toplam %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Sorgu %01.4f saniye sürdü."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Seçilileri:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3361,48 +3370,50 @@ msgstr "Seçilileri:"
msgid "Check All"
msgstr "Tümünü Seç"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Değiştir"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Dışa Aktar"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Sorgu sonuçları işlemleri"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Baskı görünümü"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Baskı görünümü (tüm metinler ile)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Çizelge göster"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "GIS verisini görselleştir"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Bağlantı bulunamadı!"
@@ -3565,7 +3576,7 @@ msgstr ""
"olabilir."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Sunucu"
@@ -3625,9 +3636,9 @@ msgstr "Ekle"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Yetkiler"
@@ -3689,7 +3700,7 @@ msgstr "Merkezi sütunlar"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Veritabanları"
@@ -3797,7 +3808,7 @@ msgid "Recent"
msgstr "Son"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Sık kullanılan tablolar"
@@ -4227,20 +4238,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"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"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Çift duyarlıklı kayan noktalı bir sayı, izin verilebilir değerler "
-"-1.7976931348623157E+308'den -2.2250738585072014E-308'e, 0 ve "
+"Çift duyarlıklı kayan noktalı bir sayı, izin verilebilir değerler -"
+"1.7976931348623157E+308'den -2.2250738585072014E-308'e, 0 ve "
"2.2250738585072014E-308'den 1.7976931348623157E+308'e kadardır"
#: libraries/Types.class.php:336
@@ -4533,7 +4544,7 @@ msgstr "En fazla: %s%s"
msgid "MySQL said: "
msgstr "MySQL çıktısı: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL'i açıkla"
@@ -4545,7 +4556,7 @@ msgstr "SQL Açıklamasını atla"
msgid "Without PHP Code"
msgstr "PHP Kodsuz"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP Kodu oluştur"
@@ -4831,8 +4842,8 @@ msgid ""
"setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. phpMyAdmin is "
"currently using the default time zone of the database server."
msgstr ""
-"%1$s saat dilimi sunucu %2$d için kullanılamaz. Lütfen [em]$cfg['Servers']"
-"[%3$d]['SessionTimeZone'][/em] için yapılandırma ayarlarınızı kontrol edin. "
+"%1$s saat dilimi sunucu %2$d için kullanılamaz. Lütfen [em]$cfg['Servers'][%3"
+"$d]['SessionTimeZone'][/em] için yapılandırma ayarlarınızı kontrol edin. "
"phpMyAdmin, veritabanı sunucusunun şu anki varsayılan saat dilimini "
"kullanıyor."
@@ -5054,7 +5065,7 @@ msgid "Set value: %s"
msgstr "Ayar değeri: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Varsayılan değeri geri yükle"
@@ -5166,8 +5177,8 @@ msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
msgstr ""
-"Eğer [kbd]tanımlama bilgisi[/kbd] kimlik doğrulaması kullanılıyorsa ve "
-"%sOturum açma tanımlama bilgisi depolaması%s değeri 0 değilse, %sOturum açma "
+"Eğer [kbd]tanımlama bilgisi[/kbd] kimlik doğrulaması kullanılıyorsa ve %"
+"sOturum açma tanımlama bilgisi depolaması%s değeri 0 değilse, %sOturum açma "
"tanımlama bilgisi geçerliliği%s eşit ya da daha az değere ayarlanmak "
"zorundadır."
@@ -5180,8 +5191,8 @@ msgid ""
"of users, including you, are connected to."
msgstr ""
"Eğer bunun gerekli olduğunu düşünüyorsanız, ilave koruma ayarlarını kullanın "
-"- %sanamakine kimlik doğrulaması%s ayarları ve %sgüvenilir proksiler listesi"
-"%s. Ancak, IP-tabanlı koruma eğer IP'niz, sizinde dahil olduğunuz binlerce "
+"- %sanamakine kimlik doğrulaması%s ayarları ve %sgüvenilir proksiler listesi%"
+"s. Ancak, IP-tabanlı koruma eğer IP'niz, sizinde dahil olduğunuz binlerce "
"kullanıcıya sahip ve bağlı olduğunuz bir ISS'e ait ise güvenilir olmayabilir."
#: libraries/config/ServerConfigChecks.class.php:431
@@ -5196,8 +5207,8 @@ msgstr ""
"[kbd]Yapılandırma[/kbd] kimlik doğrulaması türünü ayarladınız ve buna "
"otomatik oturum açma için kullanıcı adı ve parola dahildir, canlı "
"anamakineler için istenmeyen bir seçenektir. phpMyAdmin URL'nizi bilen veya "
-"tahmin eden herhangi biri doğrudan phpMyAdmin panelinize erişebilir. "
-"%sKimlik doğrulama türünü%s [kbd]tanımlama bilgisi[/kbd] ya da [kbd]http[/"
+"tahmin eden herhangi biri doğrudan phpMyAdmin panelinize erişebilir. %"
+"sKimlik doğrulama türünü%s [kbd]tanımlama bilgisi[/kbd] ya da [kbd]http[/"
"kbd] olarak ayarlayın."
#: libraries/config/ServerConfigChecks.class.php:437
@@ -6253,7 +6264,7 @@ msgid "Maximum displayed SQL length"
msgstr "En fazla görüntülenen SQL uzunluğu"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Kullanıcılar yüksek değer ayarlayamazlar"
@@ -6324,32 +6335,32 @@ msgstr "Bellek sınırı"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr "Gezinti panelindeki, veritabanı ağacını bir seçici ile değiştirir"
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr "Veritabanlarını gezinti ağacı olarak göster"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
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."
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Gezinti panelinde logoyu gösterir."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Logoyu görüntüle"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "Gezinti panelindeki logoyu işaret eden URL."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logo bağlantısı URL'si"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6357,27 +6368,27 @@ msgstr ""
"Bağlantılı sayfayı ana pencerede ([kbd]main[/kbd]) veya yeni bir tanede "
"([kbd]new[/kbd]) açar."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logo bağlantısı hedefi"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Sunucu seçimini gezinti panelinin en üstünde görüntüler."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Sunucu seçimlerini görüntüle"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Hızlı erişim simgesi için hedef"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr "İkinci hızlı erişim simgesi için hedef"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6385,16 +6396,16 @@ 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."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
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ı"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
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ıdır"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6402,96 +6413,98 @@ msgstr ""
"Gezinti ağacındaki öğeleri gruplar (aşağıda tanımlanan ayıraç tarafından "
"belirlenir)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Ağaçtaki öğeleri grupla"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Veritabanlarını farklı ağaç seviyelerine ayıran dizgidir."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Veritabanı ağaç ayıracı"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Tabloları farklı ağaç seviyelerine ayıran dizgidir."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Tablo ağacı ayıracı"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "En fazla tablo ağacı derinliği"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Fare imleci altında sunucuyu vurgular."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Vurgulamaları etkinleştir"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-"Veritabanı genişleme olanağının etkisizleştirilip etkisizleştirilmeyeceği."
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Veritabanı genişlemesini etkisizleştir"
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
+msgstr "Gezinti panelinde ağaç genişleme olanağının sunulup sunulmayacağı."
#: libraries/config/messages.inc.php:466
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Gezinti ağacı genişlemesini etkinleştir"
+
+#: libraries/config/messages.inc.php:468
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."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
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."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Son kullanılan tablolar"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Bunlar Düzenle, Kopyala ve Sil bağlantılarıdır."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Tablo satır bağlantılarının nerede gösterileceği"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Tablo ve veritabanı adlarını sıralamak için doğal sıra kullan."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Doğal sıra"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Sadece simgeleri, sadece metni veya her ikisinide kullan."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Tablo gezinti çubuğu"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
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."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip çıktı arabellekleme"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6499,19 +6512,19 @@ 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."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Varsayılan sıralama düzeni"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL veritabanlarına sürekli bağlantı kullan."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Sürekli bağlantılar"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6521,11 +6534,11 @@ msgstr ""
"biri bulunamazsa, veritabanı ayrıntıları Yapı sayfasında görüntülenen "
"varsayılan uyarıyı etkisizleştir."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Eksik phpMyAdmin yapılandırma depolama tabloları"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6533,11 +6546,11 @@ msgstr ""
"Eğer MySQL kütüphanesi ve sunucu arasında fark saptanırsa, görüntülenen "
"varsayılan uyarıyı etkisizleştir."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Sunucu/kütüphane farkı uyarısı"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6545,27 +6558,27 @@ 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ştir."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL'e ayrılmış kelime uyarısı"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Menü sekmelerinin nasıl görüntüleneceği"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Çeşitli eylem bağlantılarının nasıl görüntüleneceği"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB ve BINARY sütunlarını düzenlemeye izin vermez."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Binari sütunlarını koru"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6576,105 +6589,105 @@ msgstr ""
"geçmişini görüntülemek için bu, JS-yordamlarından yararlanır (pencerenin "
"kapatılmasıyla kaybolur)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Kalıcı sorgu geçmişi"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Geçmişte ne kadar sorgu tutulacağıdır."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Sorgu geçmişi uzunluğu"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
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."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Kaydetme motoru"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "Tablolara gözatılırken her tablonun sıralaması hatırlanır."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Tablonun sıralamasını hatırla"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "Birincil anahtarı olan tablolar için varsayılan sıralama düzeni."
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "Birincil anahtar varsayılan sıralama düzeni"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
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."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Başlıkları tekrarla"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "Izgara düzenleme: tetikleme eylemi"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr "Bağlantılı görüntüleme"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr "Seçenekleri görüntülemek için"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Izgara düzenleme: bir defada tüm düzenlenen hücreleri kaydet"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Dışa aktarmaların sunucu üzerinde kaydedilebileceği dizin."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Kayıt dizini"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Eğer kullanılmayacaksa boş bırakın."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Anamakine izin düzeni"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Varsayılan için boş bırakın."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Anamakine izin kuralları"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Parolasız oturum açmaya izin ver"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Root oturumu açmaya izin ver"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr "Oturum saat dilimi"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
@@ -6682,17 +6695,17 @@ msgstr ""
"Etkili saat dilimini ayarlar; muhtemelen veritabanı sunucunuzdakinden "
"farklıdır"
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
"HTTP Kimlik Doğrulaması yaparken görüntülemek için Basit Kimlik Doğrulaması "
"alan adı."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Alanı"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6702,19 +6715,19 @@ msgstr ""
"yapılandırma dosyası yolu (belge kök klasörünüzde yer almaz; önerilen: /etc/"
"swekey.conf)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey yapılandırma dosyası"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Kullanmak için kimlik doğrulaması yöntemi."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Kimlik doğrulaması türü"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6722,11 +6735,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/bookmark]Yer imi[/a] desteği olmaması için "
"boş bırakın, önerilen: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Yer imi tablosu"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
@@ -6734,33 +6747,33 @@ msgstr ""
"Sütun yorumları/mime türleri istenmiyorsa boş bırakın, önerilen: [kbd]"
"pma__column_info[/kbd]."
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Sütun bilgisi tablosu"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "MySQL sunucusu bağlantısını sıkıştırır."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Bağlantıyı sıkıştır"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
"Sunucuya nasıl bağlanılacağıdır, eğer emin değilseniz [kbd]tcp[/kbd] olarak "
"bırakın."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Bağlantı türü"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Denetim kullanıcısı parolası"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6768,11 +6781,11 @@ msgstr ""
"Sınırlı izinlerle yapılandırılmış özel MySQL kullanıcısıdır, daha fazla "
"bilgi [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'de mevcuttur."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Denetim kullanıcısı"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6780,11 +6793,11 @@ msgstr ""
"Yapılandırma depolamasını tutmak için alternatif anamakine; zaten "
"tanımlanmış anamakineyi kullanmak için boş bırakın."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Denetim anamakinesi"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6795,15 +6808,15 @@ msgstr ""
"anamakineye eşitse zaten tanımlanmış bağlantı noktasını kullanmak için boş "
"bırakın."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Denetim bağlantı noktası"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Düzenli ifadeye (PCRE) uyan veritabanlarını gizler."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6811,15 +6824,15 @@ msgstr ""
"[a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA hata izleyici[/a] ve "
"[a@http://bugs.mysql.com/19588]MySQL Hataları[/a] üzerine daha fazla bilgi"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA kullanımı etkisiz"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Veritabanlarını gizle"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6827,23 +6840,23 @@ msgstr ""
"SQL sorgu geçmişi desteği istenmiyorsa boş bırakın, önerilen: [kbd]"
"pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL sorgu geçmişi tablosu"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "MySQL sunucusunun çalıştığı anamakine."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Sunucu anamakine adı"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Oturum kapatma URL'si"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6851,15 +6864,15 @@ msgstr ""
"Veritabanında saklanan tablo tercihlerinin sayısını sınırlandırır, en eski "
"kayıtlar otomatik olarak kaldırılır."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Saklamak için en fazla tablo tercihleri sayısıdır"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr "QBE kaydedilmiş aramalar tablosu"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
@@ -6867,11 +6880,11 @@ msgstr ""
"QBE kaydedilmiş aramalar desteği istenmiyorsa boş bırakın, önerilen: [kbd]"
"pma__savedsearches[/kbd]."
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr "Merkezi sütunlar tablosu"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
@@ -6879,15 +6892,15 @@ msgstr ""
"Merkezi sütunlar desteği istenmiyorsa boş bırakın, önerilen: [kbd]"
"pma__central_columns[/kbd]."
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Parolasız bağlanmayı dener."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Parolasız bağlan"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6897,30 +6910,30 @@ msgstr ""
"uygun örneklerini kullanmak istiyorsanız bundan kaçının, yani [kbd]'my"
"\\_db'[/kbd] kullanın ve [kbd]'my_db'[/kbd] kullanmayın."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Sadece listelenmiş veritabanları göster"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Eğer yapılandırma kimlik doğrulaması kullanılmıyorsa boş bırakın."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Yapılandırma kimlik den. için parola"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
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]."
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF şeması: sayfalar tablosu"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6930,22 +6943,22 @@ msgstr ""
"bilgi için [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]'ye bakın. "
"Destek istenmiyorsa boş bırakın. Önerilen: [kbd]phpmyadmin[/kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Veritabanı adı"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
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."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Sunucu bağ.noktası"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
@@ -6953,11 +6966,11 @@ msgstr ""
"Oturum geçişlerinde \"sürekli\" son kullanılan tablolar olmaması için boş "
"bırakın, önerilen: [kbd]pma__recent[/kbd]."
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Son kullanılan tablo"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
@@ -6965,11 +6978,11 @@ msgstr ""
"Oturum geçişlerinde \"sürekli\" sık kullanılan tablolar olmaması için boş "
"bırakın, önerilen: [kbd]pma__favorite[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr "Sık kullanılanlar tablosu"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6977,11 +6990,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/relation]İlişki bağlantıları[/a] desteği "
"istenmiyorsa boş bırakın, önerilen: [kbd]pma__relation[/kbd]."
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Bağlantı tablosu"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6989,32 +7002,32 @@ msgstr ""
"Örnek için [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]kimlik "
"doğrulaması türlerine[/a] bakın."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Oturumu açma oturum adı"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Oturumu açma URL'si"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
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."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Sunucu soketi"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "MySQL sunucusuna bağlantı için SSL'i etkinleştirin."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL kullan"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
@@ -7022,11 +7035,11 @@ msgstr ""
"PDF şeması desteği istenmiyorsa boş bırakın, önerilen: [kbd]pma__table_coords"
"[/kbd]."
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Tasarımcı ve PDF şeması: tablo koordinatları"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7034,11 +7047,11 @@ msgstr ""
"Görüntü sütunlarını tanımlayan tablodur, destek istenmiyorsa boş bırakın; "
"önerilen: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Görüntü sütunları tablosu"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7046,11 +7059,11 @@ msgstr ""
"Oturum geçişlerinde \"sürekli\" tabloların KA tercihleri olmaması için boş "
"bırakın, önerilen: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "KA tercihleri tablosu"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7058,11 +7071,11 @@ msgstr ""
"Bir veritabanı oluşturulduğunda günlüğe ilk satır olarak DROP DATABASE IF "
"EXISTS ifadesi eklenecekse."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "DROP DATABASE ifadesi ekle"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7070,11 +7083,11 @@ msgstr ""
"Bir tablo oluşturulduğunda günlüğe ilk satır olarak DROP TABLE IF EXISTS "
"ifadesi eklenecekse."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "DROP TABLE ifadesi ekle"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7082,20 +7095,20 @@ msgstr ""
"Bir görünüm oluşturulduğunda günlüğe ilk satır olarak DROP VIEW IF EXISTS "
"ifadesi eklenecekse."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "DROP VIEW ifadesi ekle"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
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."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "İfadelerden izlere"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7103,11 +7116,11 @@ msgstr ""
"SQL sorgu izleme desteği olmaması için boş bırakın, önerilen: [kbd]"
"pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL sorgu izleme tablosu"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
@@ -7115,11 +7128,11 @@ msgstr ""
"İzleme mekanizması tablolar ve görünümler için otomatik olarak sürümler "
"oluşturursa."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Otomatik olarak sürümleri oluştur"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
@@ -7127,11 +7140,11 @@ msgstr ""
"Veritabanında kullanıcı tercihleri depolaması olmaması için boş bırakın, "
"önerilen: [kbd]pma__userconfig[/kbd]."
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Kullanıcı tercihleri depolama tablosu"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -7141,11 +7154,11 @@ msgstr ""
"özelliğini etkinleştirmek için gereklidir; ikisinden birini boş bırakmak bu "
"özelliği etkisizleştirecek, önerilen: [kbd]pma__usergroups[/kbd]."
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Kullanıcılar tablosu"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -7155,11 +7168,11 @@ msgstr ""
"özelliğini etkinleştirmek için gereklidir; ikisinden birini boş bırakmak bu "
"özelliği etkisizleştirecek, önerilen: [kbd]pma__users[/kbd]."
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Kullanıcı grupları tablosu"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7167,15 +7180,15 @@ msgstr ""
"Gezinti öğelerini gizleme ve gösterme özelliğini etkisizleştirmek için boş "
"bırakın, önerilen: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Gizli gezinti öğeleri tablosu"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Yapılandırma kimlik den. için kullanıcı"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
@@ -7183,21 +7196,21 @@ msgstr ""
"Bu sunucunun kolay kullanım açıklaması. Anamakine adını görüntülemek için "
"boş bırakın."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Bu sunucunun ayrıntılı adı"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
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."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Tüm satırları görüntülemeye izin ver"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7207,47 +7220,47 @@ msgstr ""
"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."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Parola değiştirme formunu göster"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Veritabanı oluşturma formu göster"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
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."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Oluşturma zaman damgasını göster"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
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."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Son güncelleme zaman damgasını göster"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
"Tüm tablolar için Son kontrol zaman damgasını görüntüleyen sütunu gösterin "
"veya gizleyin."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Son kontrol zaman damgasını göster"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7255,27 +7268,27 @@ msgstr ""
"Düzenle/ekle kipinde yazma alanlarının ilk olarak görüntülenip "
"görüntülenmemesini tanımlar."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Alan türlerini göster"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "İşlev alanlarını düzenle/ekle kipinde görüntüler."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "İşlev alanlarını göster"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "İpucu gösterilip gösterilmeyeceği."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "İpucu göster"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7283,64 +7296,64 @@ msgstr ""
"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] çıktısı için "
"bağlantı gösterir."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "phpinfo() bağlantısını göster"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Ayrıntılı MySQL sunucu bilgisini göster"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
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."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "SQL sorgularını göster"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
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."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Sorgu kutusunu tut"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Veritabanı ve tablo istatistiklerini görüntülemek için izin verir (örn. alan "
"kullanımı)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "İstatistikleri göster"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
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 yapın."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Kilitli tabloları atla"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Eğer Suhosin algılanırsa, ana sayfada bir uyarı görüntülenir."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin uyarısı"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 "
@@ -7349,11 +7362,11 @@ msgstr ""
"Eğer PHP ayarı session.gc_maxlifetime değeri `LoginCookieValidity` "
"değerinden az ise, ana sayfada görüntülenen varsayılan uyarıyı etkisizleştir."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr "Oturum açma tanımlama bilgisi geçerlilik uyarısı"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7361,11 +7374,11 @@ msgstr ""
"Düzenle kipinde metin alanı boyutu (sütunlar), SQL sorgu metni alanları (*2) "
"ve sorgu penceresi (*1.25) için bu değerin önemi belirtilecektir."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Metin alanı sütunları"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7373,31 +7386,31 @@ msgstr ""
"Düzenle kipinde metin alanı boyutu (satırlar), SQL sorgu metni alanları (*2) "
"ve sorgu penceresi (*1.25) için bu değerin önemi belirtilecektir."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Metin alanı satırları"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Veritabanı seçildiğinde tarayıcı penceresi başlığı."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Hiçbir şey seçilmediğinde tarayıcı penceresi başlığı."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Varsayılan başlık"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Sunucu seçildiğinde tarayıcı penceresi başlığı."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Tablo seçildiğinde tarayıcı penceresi başlığı."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7409,28 +7422,28 @@ msgstr ""
"Forwarded-For) başlığına güvenmesini belirler:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "IP İzin Verme/Reddetme için güvenilir proksi listesi"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
"İçe aktarmak için dosyaları gönderebileceğiniz sunucu üzerindeki dizin."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Gönderme dizini"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Tüm veritabanı içinde aramaya izin verir."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Veritabanı aramayı kullan"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7438,26 +7451,26 @@ msgstr ""
"Etkisizleştirildiğinde kullanıcılar sağdaki işaret kutusunu dikkate almadan "
"herhangi bir seçeneği ayarlayamazlar."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Ayarlarda Geliştirici sekmesini etkinleştir"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Son sürümü kontrol et"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "Ana phpMyAdmin sayfasında son sürümü kontrol etmeyi etkinleştirir."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Sürüm kontrolü"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7469,11 +7482,11 @@ msgstr ""
"doğrudan internet erişimi yoksa buna ihtiyacınız olur. Biçimi: "
"\"anamakineadı:bağlantınoktası\"."
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Proksi url'si"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7483,19 +7496,19 @@ 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."
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Proksi kullanıcı adı"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Proksi ile kimlik doğrulaması için parola."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Proksi parolası"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7503,35 +7516,35 @@ msgstr ""
"İçe ve dışa aktarma işlemleri için [a@http://en.wikipedia.org/wiki/ZIP_"
"(file_format)]ZIP[/a] sıkıştırmayı etkinleştirin."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Etki alanı reCaptcha hizmetiniz için ortak anahtarınızı girin."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "ReCaptcha için ortak anahtar"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Etki alanı reCaptcha hizmetiniz için özel anahtarınızı girin."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "ReCaptcha için özel anahtar"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Hata raporlarını gönderirken varsayılan eylemi seçin."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Hata raporlarını gönder"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
@@ -7539,7 +7552,7 @@ msgstr ""
"phpMyAdmin yapılandırma depolaması tablolarını otomatik olarak kurmanıza "
"izin veren Sıfır Yapılandırması kipini etkinleştirin."
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Sıfır Yapılandırması kipini etkinleştir"
@@ -7957,8 +7970,8 @@ msgstr ", @TABLE@ tablo adı olacaktır"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Bu değer %1$sstrftime%2$s kullanılarak yorumlanır, bu yüzden zaman "
"biçimlendirme dizgisi kullanabilirsiniz. İlave olarak aşağıdaki dönüşümler "
@@ -8507,8 +8520,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belge ve daha fazla bilgi "
"bulunabilir."
@@ -8941,7 +8954,6 @@ msgid "unknown"
msgstr "bilinmiyor"
#: libraries/navigation/Navigation.class.php:54
-#| msgid "An error has occurred while loading the navigation tree"
msgid "An error has occurred while loading the navigation display"
msgstr "Gezinti görüntüsü yüklenirken bir hata meydana geldi"
@@ -9663,8 +9675,8 @@ msgstr "%s'e Hoş Geldiniz"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Muhtemelen bunun sebebi yapılandırma dosyasını oluşturmadığınız içindir. Bir "
"tane oluşturmak için %1$skur programcığı%2$s kullanmak isteyebilirsiniz."
@@ -10547,7 +10559,6 @@ msgid "Formats text as JSON with syntax highlighting."
msgstr "Sözdizimi vurgulamalı JSON gibi metni biçimlendirir."
#: libraries/plugins/transformations/output/Text_Plain_Xml.class.php:40
-#| msgid "Formats text as JSON with syntax highlighting."
msgid "Formats text as XML with syntax highlighting."
msgstr "Sözdizimi vurgulamalı XML gibi metni biçimlendirir."
@@ -10920,7 +10931,7 @@ msgstr "Kullanıcı Adı"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Parola"
@@ -10950,8 +10961,8 @@ msgstr "Sunucu ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Anamakine"
@@ -11740,7 +11751,7 @@ msgstr "Yok"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "Kullanıcı grubu"
@@ -11780,14 +11791,14 @@ msgstr "Kullanıcının eşzamanlı bağlantı sayısını sınırlar."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Tabloya özgü yetkiler"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Not: MySQL yetki adları İngilizce olarak belirtilir."
@@ -11796,7 +11807,7 @@ msgid "Administration"
msgstr "Yönetim"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Genel yetkiler"
@@ -11805,7 +11816,7 @@ msgid "Global"
msgstr "Genel"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Veritabanına özgü yetkiler"
@@ -11825,13 +11836,13 @@ msgstr ""
"eklenmesine izin verir."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Oturum Açma Bilgisi"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Metin alanını kullan"
@@ -11858,7 +11869,7 @@ msgid "You have revoked the privileges for %s."
msgstr "%s için yetkileri geri aldınız."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Kullanıcı ekle"
@@ -11879,178 +11890,178 @@ msgstr "Joker isimlere tüm yetkileri ver (kullanıcıadı\\_%)."
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" veritabanı üzerindeki tüm yetkileri ver."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\" veritabanına erişimi olan kullanıcılar"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Kullanıcı eklendi."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Kullanıcı"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Onaylı"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "Kullanıcıları görüntülemek için yetersiz yetki."
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Kullanıcı bulunamadı."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Herhangi"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "genel"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Veritabanına özgü"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "joker"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "tabloya özgü"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Yetkileri düzenle"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Geri al"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Kullanıcı grubunu düzenle"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… eski olanı sakla."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… eski olanı kullanıcı tablolarından sil."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… eski olandan bütün aktif yetkileri geri al ve sonra da sil."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
"… eski olanı kullanıcı tablolarından sil ve sonra da yetkileri yeniden yükle."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Otutum Açma Bilgisini değiştir / Kullanıcıyı kopyala"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Aynı yetkilerle yeni bir kullanıcı oluştur ve …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Sütuna özgü yetkiler"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "Aşağıdaki veritaban(lar)ına yetkileri ekle:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "_ ve % jokerleri harfi harfine kullanılmak için \\ ile doldurun."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Aşağıdaki tabloya yetkileri ekle:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Seçili kullanıcıları kaldır"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Kullanıcılardan tüm aktif yetkileri geri al ve sonra da sil."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Kullanıcılarla aynı isimlerde olan veritabanlarını kaldır."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Silmek için kullanıcı seçilmedi!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Yetkiler yeniden yükleniyor"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Seçili kullanıcılar başarılı olarak silindi."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "%s için yetkileri güncellediniz."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "%s siliniyor"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Yetkiler başarılı olarak yüklendi."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "%s kullanıcısı zaten var!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s için yetkiler"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Yeni"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Yetkileri düzenle:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
@@ -12058,28 +12069,28 @@ msgstr ""
"Not: Şu anda oturum açtığınız kullanıcının yetkilerini düzenlemeye "
"çalışıyorsunuz."
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Kullanıcılara genel bakış"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Not: phpMyAdmin kullanıcıların yetkilerini doğrudan MySQL'in yetki "
"tablolarından alır. Bu tabloların içerikleri, eğer elle değiştirildiyse "
"sunucunun kullandığı yetkilerden farklı olabilir. Bu durumda devam etmeden "
"önce %syetkileri yeniden yüklemeniz%s gerekir."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Seçili kullanıcı yetki tablosunda bulunamadı."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Yeni bir kullanıcı eklediniz."
@@ -12387,7 +12398,6 @@ msgid "Filters"
msgstr "Süzgeçler"
#: libraries/server_status_processes.lib.php:253
-#| msgid "Show only alert values"
msgid "Show only active"
msgstr "Sadece aktif olanı göster"
@@ -13440,8 +13450,8 @@ msgid ""
"May be approximate. Click on the number to get the exact count. See "
"[doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-"Yaklaşık olabilir. Tam sayıyı almak için sayının üzerine tıklayın. "
-"[doc@faq3-11]SSS 3.11[/doc]'e bakın."
+"Yaklaşık olabilir. Tam sayıyı almak için sayının üzerine tıklayın. [doc@faq3-"
+"11]SSS 3.11[/doc]'e bakın."
#: libraries/structure.lib.php:862 libraries/structure.lib.php:2346
#: libraries/tbl_printview.lib.php:324
@@ -13501,7 +13511,6 @@ msgid "Improve table structure"
msgstr "Tablo yapısını iyileştir"
#: libraries/structure.lib.php:1655
-#| msgid "Track table"
msgid "Track view"
msgstr "İzleme görünümü"
@@ -14011,14 +14020,6 @@ msgstr "Hemen devre dışı bırak"
msgid "Delete version"
msgstr "Sürümü sil"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "aktif"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "aktif değil"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "İzleme ifadeleri"
@@ -14147,11 +14148,11 @@ msgstr ""
"Tercihleriniz sadece şu anki oturum için kaydedilecektir. Bunların kalıcı "
"olarak saklanması %sphpMyAdmin yapılandırma depolaması%s gerektirir."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Yapılandırma kaydedilemedi"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14222,8 +14223,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"Config.inc.php dosyasını değiştirerek daha fazla ayar yapabilirsiniz, örn. "
-"%sKur programcığı%s kullanarak."
+"Config.inc.php dosyasını değiştirerek daha fazla ayar yapabilirsiniz, örn. %"
+"sKur programcığı%s kullanarak."
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -14489,20 +14490,20 @@ msgstr[1] "'%s' adları MySQL'e ayrılmış anahtar kelimelerdir."
msgid "No column selected."
msgstr "Seçilen sütun yok."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s izleme aktif edildi."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr "İzlenen sürümler başarılı olarak silindi."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr "Seçilen sürümler yok."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL ifadeleri çalıştırıldı."
@@ -14911,8 +14912,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Boş sorgu önbellek belleğinin, toplam sorgu önbelleği boyutuna şu anki oranı "
"%%%s. Bu %%80'in üzerinde olmalıdır"
@@ -15063,8 +15064,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"Tüm sıralamaların %%%s'i geçici tablolara sebep olur, bu değer %%10'dan "
"düşük olmalıdır."
@@ -15818,6 +15819,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 0'a ayarlı"
+#~ msgid "Disable database expansion"
+#~ msgstr "Veritabanı genişlemesini etkisizleştir"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Bu tablo için izleme verisini sil"
@@ -16876,12 +16880,12 @@ msgstr "concurrent_insert 0'a ayarlı"
#~ "Eğer D işlenirse, varsayılan 0'dır. Eğer M işlenirse, varsayılan 10'dur."
#~ msgid ""
-#~ "A small (single-precision) floating-point number. Allowable values are "
-#~ "-3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to "
+#~ "A small (single-precision) floating-point number. Allowable values are -"
+#~ "3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to "
#~ "3.402823466E+38."
#~ msgstr ""
-#~ "Küçük (tek duyarlıklı) kayan noktalı sayı. İzin verilebilir değerler "
-#~ "-3.402823466E+38'den -1.175494351E-38'e, 0 ve 1.175494351E-38'den "
+#~ "Küçük (tek duyarlıklı) kayan noktalı sayı. İzin verilebilir değerler -"
+#~ "3.402823466E+38'den -1.175494351E-38'e, 0 ve 1.175494351E-38'den "
#~ "3.402823466E+38'e."
#~ msgid ""
diff --git a/po/tt.po b/po/tt.po
index b893fa692a..1a49778df6 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-05 10:35+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Tatar \n"
-"Language: tt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: tt\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -94,7 +94,7 @@ msgstr "Alan iseme"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr "Töp"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Yuq"
@@ -208,16 +208,16 @@ msgstr "Yuq"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Äye"
@@ -269,15 +269,15 @@ msgstr ""
"Bäyläneştä torğan tüşämä belän eşläp bulmas, östämä eşli-alu sünek tora. Anı "
"qabızu öçen, %sbonda çirtäse%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Tüşämä"
@@ -389,13 +389,13 @@ msgstr ""
msgid "Status"
msgstr "Torış"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -408,7 +408,7 @@ msgstr "Eş"
msgid "Show"
msgstr "Kürsät"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Allows inserting and replacing data."
msgid "Delete tracking"
@@ -430,17 +430,27 @@ msgstr ""
msgid "Structure snapshot"
msgstr "Tözeleşen genä"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
#, fuzzy
msgid "Untracked tables"
msgstr "Tüşämä tikşerü"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
#, fuzzy
msgid "Track table"
msgstr "Tüşämä tikşerü"
-#: db_tracking.php:325
+#: db_tracking.php:347
#, fuzzy
msgid "Database Log"
msgstr "Biremlek"
@@ -577,7 +587,7 @@ msgid "Add geometry"
msgstr "Yaña qullanuçı östäw"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -599,9 +609,9 @@ msgstr "Yaña qullanuçı östäw"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -642,8 +652,8 @@ msgstr "Tulayım östise"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1409,12 +1419,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1959,18 +1969,18 @@ msgid "Show query box"
msgstr "SQL-soraw"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Tözätü"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d digäne yazma sanı öçen kileşmi."
@@ -2237,7 +2247,7 @@ msgstr "Data pointer olılığı"
msgid "Ignore"
msgstr "Qarama"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2255,7 +2265,7 @@ msgstr "Yul ara bilgese"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2413,10 +2423,10 @@ msgstr "Alan iseme"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Barısın kürsät"
@@ -2526,7 +2536,7 @@ msgstr "Tezeşlär"
msgid "Show hidden navigation tree items."
msgstr "Sırlı kürsät"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
msgid "Link with main panel"
@@ -2597,7 +2607,7 @@ msgstr "Server söreme"
msgid "up to date"
msgstr "Biremleklär yuq"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
msgid "Create view"
@@ -3079,8 +3089,8 @@ msgid "Requery"
msgstr "sorawda"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3089,16 +3099,16 @@ msgid "Delete"
msgstr "Sal"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3181,7 +3191,7 @@ msgid "History"
msgstr "SQL-taríxı"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3227,7 +3237,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3281,9 +3291,9 @@ msgstr "Soraw alxäteren awdar"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3292,9 +3302,9 @@ msgstr ""
msgid "Ascending"
msgstr "Artıp"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3524,31 +3534,31 @@ msgstr "Kiläse tüşämä eçendä:"
msgid "Inside column:"
msgstr "Kiläse tüşämä eçendä:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
msgid "Save edited data"
msgstr "Biremnär törgäge"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "Add/Delete Field Columns"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Alan"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Biremlektä ezläw"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3556,7 +3566,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Başlawğa"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3565,7 +3575,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Uzğan"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3574,7 +3584,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Kiläse"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3582,88 +3592,88 @@ msgctxt "Last page"
msgid "End"
msgstr "Azaq"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Barısı"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Alannar sanı"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Qullanası tezeş"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Partial Texts"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Tulı Mätennär"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
#, fuzzy
msgid "Relational key"
msgstr "Bäyläneşlär sxeme"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display column"
msgstr "Bäyläneşlär sxeme"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Browser transformation"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Bu yazma salınğan buldı"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Üter"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Törle buluı bar. [doc@faq3-11]YBS 3.11[/doc] qarísı"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3672,46 +3682,46 @@ msgstr "Törle buluı bar. [doc@faq3-11]YBS 3.11[/doc] qarísı"
msgid "Your SQL query has been executed successfully."
msgstr "SQL-sorawıñ uñışlı eşkärtelde"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Yazma sanı"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "tulayım"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Soraw eşkärtü %01.4f sek aldı"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Saylanğannı:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3719,50 +3729,52 @@ msgstr "Saylanğannı:"
msgid "Check All"
msgstr "Saylap Beter"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Üzgärt"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Export"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Soraw qaytarmasın eşkärtü"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Bastıru küreneşe"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Bastıru küreneşe (bar mätennär belän)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF schema kürsätü"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3930,7 +3942,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -3990,9 +4002,9 @@ msgstr "Östäw"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Xoquqlar"
@@ -4057,7 +4069,7 @@ msgstr "Add/Delete Field Columns"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Biremleklär"
@@ -4182,7 +4194,7 @@ msgid "Recent"
msgstr "Awdar"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4641,14 +4653,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4905,7 +4917,7 @@ msgstr "Max: %s%s"
msgid "MySQL said: "
msgstr "MySQL qaytarışı: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL Centekläw"
@@ -4917,7 +4929,7 @@ msgstr "SQL Centeklämäskä"
msgid "Without PHP Code"
msgstr "PHP Kodısız"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP-Kod yasa"
@@ -5459,7 +5471,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6636,7 +6648,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6708,60 +6720,60 @@ msgstr "Resurs çikläwläre"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show grid"
msgid "Show databases navigation as tree"
msgstr "Sırlı kürsät"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
msgid "Show logo in navigation panel."
msgstr "Biremlek saqlaw köyläneşe"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "The number of tables that are open."
msgid ""
@@ -6769,967 +6781,968 @@ msgid ""
"display a filter box."
msgstr "Açıq toruçı tüşämä sanı."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, 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ı."
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, 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ı."
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
#, fuzzy
msgid "Database tree separator"
msgstr "Birem adınıñ tözeleşe"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database export options"
-msgid "Disable database expansion"
-msgstr "Biremlek saqlaw köyläneşe"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "Tüşämä başlığı"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, 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ı."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
msgid "Recently used tables"
msgstr "Tüşämä tikşerü"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Tüşämä eçtälegen bolay tezäse"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "Tüşämä başlığı"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Tüşämä adın üzgärtü"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, 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ı"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Tözätü cebe"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational schema"
msgid "Relational display"
msgstr "Bäyläneşlär sxeme"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
msgid "For display Options"
msgstr "Biremlek saqlaw köyläneşe"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
#, fuzzy
msgid "Save directory"
msgstr "Biremnär törgäge"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Sessi bäyäse"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
msgid "Authentication method to use."
msgstr "Bäyläneşlär"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL servergä totaşılıp bulmadı"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
#, fuzzy
msgid "Connection type"
msgstr "Totaşular"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Any host"
msgid "Control host"
msgstr "Bar bulğan host"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Any host"
msgid "Control port"
msgstr "Bar bulğan host"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
#, fuzzy
msgid "Hide databases"
msgstr "Biremleklär yuq"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
#, fuzzy
msgid "Server hostname"
msgstr "server adı"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "Add/Delete Field Columns"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Do not change the password"
msgid "Try to connect without password."
msgstr "Sersüzen üzgärtäse tügel"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "biremlek adı"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
#, fuzzy
msgid "Server port"
msgstr "Server ID'e"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "Tüşämä centekläw"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Üzgärmälär"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
#, fuzzy
msgid "Relation table"
msgstr "Tüşämä tözätü"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
#, fuzzy
msgid "Server socket"
msgstr "Server Saylaw"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
msgid "Enable SSL for connection to MySQL server."
msgstr "Köndälek biremenä yazılğan bayt sanı bu."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Displaying Column Comments"
msgid "Display columns table"
msgstr "Buy Açıqlamasın Kürsätäse"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Tüşämä kisäklären berläşterü"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Cömlä"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Üzennän tözälü ısulı"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Tüşämä qullanıp"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Host Tüşämä eçennän"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show PHP information"
msgid "Show Creation timestamp"
msgstr "PHP turında"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Açıq tüşämä tezmäse"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Sırlı kürsät"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr ""
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
#, fuzzy
msgid "Show SQL queries"
msgstr "Tulı Sorawlar Kürsät"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
msgid "Retain query box"
msgstr "SQL-soraw"
-#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
-msgstr ""
-
-#: libraries/config/messages.inc.php:750
-#, fuzzy
-msgid "Show statistics"
-msgstr "Kerem Nöfüse"
-
#: libraries/config/messages.inc.php:751
-msgid ""
-"Mark used tables and make it possible to show databases with locked tables."
+msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
#: libraries/config/messages.inc.php:752
#, fuzzy
+msgid "Show statistics"
+msgstr "Kerem Nöfüse"
+
+#: libraries/config/messages.inc.php:753
+msgid ""
+"Mark used tables and make it possible to show databases with locked tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:754
+#, fuzzy
msgid "Skip locked tables"
msgstr "Açıq tüşämä tezmäse"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "Add/Delete Field Columns"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
msgid "Default title"
msgstr "Biremlekne bolay atap quy"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7737,53 +7750,53 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
#, fuzzy
msgid "Upload directory"
msgstr "Biremnär törgäge"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7791,74 +7804,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
msgid "Proxy username"
msgstr "Atama:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Sersüz"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
msgid "Send error reports"
msgstr "Server ID'e"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Enable Zero Configuration mode"
@@ -8356,8 +8369,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8886,8 +8899,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10069,8 +10082,8 @@ msgstr "%s siña İsäñme di"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11387,7 +11400,7 @@ msgstr "İreşü iseme"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Sersüz"
@@ -11418,8 +11431,8 @@ msgstr "Server ID'e"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Host"
@@ -12281,7 +12294,7 @@ msgstr "Buş"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12319,14 +12332,14 @@ msgstr "Limits the number of new connections the user may open per hour."
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Berär tüşämä öçen xoquqlar"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12337,7 +12350,7 @@ msgid "Administration"
msgstr "İdärä"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Töp xoquq"
@@ -12348,7 +12361,7 @@ msgid "Global"
msgstr "ğömümi"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Berär biremlekkä qağılışlı xoquqlar"
@@ -12367,13 +12380,13 @@ msgstr ""
"Allows adding users and privileges without reloading the privilege tüşämä."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Kereş Turında"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Bu mätennän"
@@ -12398,7 +12411,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -12421,222 +12434,222 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" biremlege öçen xoquqlar tikşerü."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\" belän eşläw xoquqı bulğan qullanuçılar"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "\"%s\" atlı Qaraş beterelgän buldı"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Qullanuçı"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Xoquq"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Qullanuçı yuq."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Törle"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "ğömümi"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "berär biremlekkä qağılışlı"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "almaşbilge"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "berär biremlekkä qağılışlı"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Xoquqlar Üzgärtü"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Töşer"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit next row"
msgid "Edit user group"
msgstr "Kiläse yazma üzgärtü"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Berär bağana öçen xoquqlar"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Kiläse biremlek öçen xoquqlar östäw"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"_ belän % bilgelären şul kileş kenä qullanu öçen \\ belän ütkärergä kiräk."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Kiläse tüşämä öçen xoquqlar östäw"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Saylanğan qullanuçı beterü"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Qullanuçı xoquqların awdarıp beteräse."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Bu qullanuçılar kebek atalğan biremleklärne beteräse."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Beteräse qullanuçılar saylanmağan!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Bu xoquqlarnı yöklä"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Saylanğan qullanuçını beterü uñışlı uzdı."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "\"%s\" Beterü"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Bu xoquqlarnı yökläw uñışlı uzdı."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "\"%s\" atlı qullanuçı bar inde!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Xoquqlar"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Xoquqlar Üzgärtü"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Qullanuçılar tezmäse"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Beläse: MySQL-serverneñ eçke tüşämä eçennän alınğan xoquqlar bu. Server "
"qullana torğan xoquqlar qul aşa üzgärtelgän bulsa, bu tüşämä eçtälege "
"alardan ayırıla ala. Andí çaqlarda, dawam itü aldınnan, %sxoquqlarnı qabat "
"yökläp alası%s."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Bu qullanuçı xoquqlar tüşämä eçendä tabılmadı."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Yana qullanuçı östälände."
@@ -14613,14 +14626,6 @@ msgstr ""
msgid "Delete version"
msgstr "Server söreme"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14752,13 +14757,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: \"%1$s\""
msgid "Could not save configuration"
msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15088,24 +15093,24 @@ msgstr[0] ""
msgid "No column selected."
msgstr "Kertemnär sayladı"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Saylanğan qullanuçını beterü uñışlı uzdı."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Kertemnär sayladı"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15508,8 +15513,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15641,8 +15646,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16343,6 +16348,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database export options"
+#~ msgid "Disable database expansion"
+#~ msgstr "Biremlek saqlaw köyläneşe"
+
#, fuzzy
#~| msgid "Database for user"
#~ msgid "Table Structure"
@@ -16613,8 +16623,8 @@ msgstr ""
#~ "installed the necessary PHP extensions as described in the %sdocumentation"
#~ "%s."
#~ msgstr ""
-#~ "SQL-tikşerüçe köylänmägän. Bu kiräk bulğan php-yöklämäne köyläw turında "
-#~ "%squllanmada%s uqıp bula."
+#~ "SQL-tikşerüçe köylänmägän. Bu kiräk bulğan php-yöklämäne köyläw turında %"
+#~ "squllanmada%s uqıp bula."
#~ msgid "Query took %01.4f sec"
#~ msgstr "Soraw eşkärtü %01.4f sek aldı"
diff --git a/po/ug.po b/po/ug.po
index dce6378813..2b49847b74 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2013-11-25 15:29+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Uighur \n"
-"Language: ug\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ug\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -97,7 +97,7 @@ msgstr "سۆزلەم"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -182,16 +182,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "يوق"
@@ -211,16 +211,16 @@ msgstr "يوق"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "بولدى"
@@ -269,18 +269,18 @@ msgstr "ساندان %s غا كۆچۈرۈلدى %s"
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن "
-"%sبۇ يەرنى كۆرۈڭ%s."
+"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن %"
+"sبۇ يەرنى كۆرۈڭ%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "جەدۋەل"
@@ -388,13 +388,13 @@ msgstr "يېڭلاش"
msgid "Status"
msgstr "ھالەت"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -407,7 +407,7 @@ msgstr "ئامال"
msgid "Show"
msgstr "كۆرسىتىش"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Delete tracking"
@@ -427,15 +427,25 @@ msgstr "ئىزلاش خاتىرىسى"
msgid "Structure snapshot"
msgstr "تۈزۈلمە رەسىمى"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "پائالسىز"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "پائال"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "ئىزلانمىغان جەدۋەللەر"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "جەدۋەل ئىزلاش"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "ساندان خاتىرىسى"
@@ -568,7 +578,7 @@ msgid "Add geometry"
msgstr "مەجبۇرى قوشۇش"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -590,9 +600,9 @@ msgstr "مەجبۇرى قوشۇش"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -631,11 +641,11 @@ msgstr ""
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"سىز يوللىماقچى بولغان ھۆججەت بەك چوڭكەن، %sياردەم%s ھۆججىتىدىن ھەل قىلىش "
"چارىسىنى كۆرۈڭ."
@@ -912,8 +922,8 @@ msgid ""
"The phpMyAdmin configuration storage is not completely configured, some "
"extended features have been deactivated. %sFind out why%s. "
msgstr ""
-"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن "
-"%sبۇ يەرنى كۆرۈڭ%s."
+"ئالاقىدار جەدۋەللەرنىڭ قوشۇمچە ئىقتىدارى پائالسىز. سەۋەبىنى ئېنىقلاش ئۈچۈن %"
+"sبۇ يەرنى كۆرۈڭ%s."
#: index.php:549
msgid ""
@@ -1382,12 +1392,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1932,18 +1942,18 @@ msgid "Show query box"
msgstr "SQL سورىقى"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "تەھىرلەش"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%dئۈنۈملۈك قۇر سانى ئەمەس."
@@ -2202,7 +2212,7 @@ msgstr "سانلىق مەلۇمات قوللانمىسىنىڭ چوڭ كىچىك
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2220,7 +2230,7 @@ msgstr "قۇر ئالماشۇرۇش بەلگىسى"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2377,10 +2387,10 @@ msgstr "خەت ئايرىش بەلگىسى"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "ھەممىسىنى كۆرسىتىش"
@@ -2488,7 +2498,7 @@ msgstr "تېزىسلار"
msgid "Show hidden navigation tree items."
msgstr "تېزىسلار"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Indexes"
@@ -2563,7 +2573,7 @@ msgstr "ېيڭى نەشىر"
msgid "up to date"
msgstr "%s جەدۋەل"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Create version"
@@ -2999,8 +3009,8 @@ msgid "Requery"
msgstr "تەكشۈرۈش"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3009,16 +3019,16 @@ msgid "Delete"
msgstr "ئۆچۈرۈش"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3101,7 +3111,7 @@ msgid "History"
msgstr "SQL دەلىللەشتىن ئاتلاش"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3146,7 +3156,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3202,9 +3212,9 @@ msgstr "SQL سورىقى"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3213,9 +3223,9 @@ msgstr ""
msgid "Ascending"
msgstr "ئارتىش"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3439,31 +3449,31 @@ msgstr "تۆۋەندىكى جەدۋەل(لەر): "
msgid "Inside column:"
msgstr "ئىچىدىكى سۆزلەم:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Restore column order"
msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Sort"
msgid "Filter rows"
msgstr "تۈرلەش"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "سانداندىن ئىزدەش"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3471,7 +3481,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "باشلا"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3480,7 +3490,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "ئالدىنقىسى"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3489,7 +3499,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "كىيىنكى ئاي"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3497,81 +3507,81 @@ msgctxt "Last page"
msgid "End"
msgstr "ئاخىرقىسى"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of columns"
msgid "Number of rows:"
msgstr "سۆزلەم سانى"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial import"
msgid "Partial texts"
msgstr "بۆلۈپ كىرگۈزىش"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The bookmark has been deleted."
msgid "The row has been deleted."
msgstr "خەتكۈچ ئۆچۈرۈلدى."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "ئېنىقسىزلىك بولۇشى مۇمكىن. [doc@faq3-11]FAQ 3.11[/doc] غا قاراڭ."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3580,44 +3590,44 @@ msgstr "ئېنىقسىزلىك بولۇشى مۇمكىن. [doc@faq3-11]FAQ 3.11[
msgid "Your SQL query has been executed successfully."
msgstr "SQL بۇيرىقى غەلبىلىك بىجىرىلدى"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "بۇ كۆرسەتمە كامىدا ئىگە بولغان سەپ، %sھۆججەت%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "ئۇمۇمىي"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "تاللانغىنى:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3625,50 +3635,52 @@ msgstr "تاللانغىنى:"
msgid "Check All"
msgstr "ھەممىنى تاللاش"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "ئۆزگەرتتىش"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "چىقىرىش"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "بېسىپ كۆرسىتىش"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "بېسىپ چىقىرش كۈرۈلمىسى"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Table comments"
msgid "Display chart"
msgstr "جەدۋەل ئىزاھى"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -3836,7 +3848,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "مۇلازىمىتېر"
@@ -3896,9 +3908,9 @@ msgstr "قىستۇرۇش"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "ھۇقۇقى"
@@ -3962,7 +3974,7 @@ msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "ساندان"
@@ -4081,7 +4093,7 @@ msgid "Recent"
msgstr "ھادىسە"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Tracked tables"
msgid "Favorite tables"
@@ -4533,14 +4545,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4796,7 +4808,7 @@ msgstr "ئەڭ چوڭ:%s%s"
msgid "MySQL said: "
msgstr "MySQL جاۋابى: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL ئىزاھى"
@@ -4808,7 +4820,7 @@ msgstr "SQL ئىزاھىىدىن ئاتلاش"
msgid "Without PHP Code"
msgstr "PHP كودى يوق"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP كودى قۇرۇش"
@@ -5342,7 +5354,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -6485,7 +6497,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -6549,990 +6561,991 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Indexes"
msgid "Show databases navigation as tree"
msgstr "تېزىسلار"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Table caption"
msgid "Show logo in navigation panel."
msgstr "جەدېۋەلنىڭ تىمىسى"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Database comment:"
-msgid "Disable database expansion"
-msgstr "ساندان ئىزاھاتى:"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table caption"
+msgid "Enable navigation tree expansion"
+msgstr "جەدېۋەلنىڭ تىمىسى"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Untracked tables"
msgid "Recently used tables"
msgstr "ئىزلانمىغان جەدۋەللەر"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Table caption"
msgid "Table navigation bar"
msgstr "جەدېۋەلنىڭ تىمىسى"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "The primary key has been dropped."
msgid "Primary key default sort order"
msgstr "ئاساسىي قىممەت ئۆچۈرۈلدى"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "ئەسلىگە كەلتۈرۈش يۇلى"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relations"
msgid "Relational display"
msgstr "مۇناسىۋىتى"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Table caption"
msgid "For display Options"
msgstr "جەدېۋەلنىڭ تىمىسى"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authenticating…"
msgid "Authentication method to use."
msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Cannot log in to the MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL مۇلازىمىتېرىغا ئۇلىنالمىدى."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Central columns table"
msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "ساندان ئىسمى"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Analyze table"
msgid "Recently used table"
msgstr "جەدۋەل تەھلىلى"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Tracked tables"
msgid "Favorites table"
msgstr "ئىزلانغان جەدۋەل"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "%s has been disabled for this MySQL server."
msgid "Enable SSL for connection to MySQL server."
msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە بولمايدۇ."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "جەدۋەللەرنى ئىشلىتىش"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Indexes"
msgid "Show hint"
msgstr "تېزىسلار"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "SQL query"
msgid "Retain query box"
msgstr "SQL سورىقى"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr ""
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete columns"
msgid "Textarea columns"
msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "ئەندىز"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7540,52 +7553,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7593,74 +7606,74 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username:"
msgid "Proxy username"
msgstr "ئابۇنىت ئىسمى:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "پارول"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Could not load default configuration from: %1$s"
msgid "Enable Zero Configuration mode"
@@ -8152,8 +8165,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -8671,8 +8684,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9832,8 +9845,8 @@ msgstr "%s خۇش كەلدىڭىز"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -11073,7 +11086,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "پارول"
@@ -11105,8 +11118,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "ئاساسىي ماشىنا"
@@ -11951,7 +11964,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11988,14 +12001,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -12004,7 +12017,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -12013,7 +12026,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -12031,13 +12044,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -12062,7 +12075,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Add %s"
msgid "Add user"
@@ -12085,205 +12098,205 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "%s كۆرۈنمە ئۆچۈرۈلدى"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "ھۇقۇقى"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Privileges"
msgid "Edit Privileges:"
msgstr "ھۇقۇقى"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -14192,14 +14205,6 @@ msgstr "دەرھال ئىشلىتىشنى توختۇتۇڭ"
msgid "Delete version"
msgstr "نەشىرنى قۇىماق"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "پائال"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "پائالسىز"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14330,13 +14335,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Could not load default configuration from: %1$s"
msgid "Could not save configuration"
msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى."
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14656,25 +14661,25 @@ msgstr[0] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "ئاكتىپ ئىزلاش"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "ساندان %s ئۆچۈرۈلدى."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "With selected:"
msgid "No versions selected."
msgstr "تاللانغىنى:"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15077,8 +15082,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15209,8 +15214,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -15893,6 +15898,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Database comment:"
+#~ msgid "Disable database expansion"
+#~ msgstr "ساندان ئىزاھاتى:"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "سانلىق مەلۇماتنى ئىزقوغلاپ ئۈچۈرۈش"
diff --git a/po/uk.po b/po/uk.po
index 4a5c2a66b0..5952be5ce2 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2015-01-02 17:07+0200\n"
"Last-Translator: Сергій Педько \n"
"Language-Team: Ukrainian \n"
-"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Language: uk\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 2.2-dev\n"
#: changelog.php:36 license.php:28
@@ -92,7 +92,7 @@ msgstr "Стовпчик"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -177,16 +177,16 @@ msgstr "Первинний"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Ні"
@@ -206,16 +206,16 @@ msgstr "Ні"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Так"
@@ -260,15 +260,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "Сховище конфігурації phpMyAdmin деактивовано. %sДовідайтесь чому%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Таблиця"
@@ -368,13 +368,13 @@ msgstr "Оновлено"
msgid "Status"
msgstr "Стан"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr "Дія"
msgid "Show"
msgstr "Показати"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr "Видалити дані відстеження"
@@ -405,15 +405,27 @@ msgstr "Звіт відстеження"
msgid "Structure snapshot"
msgstr "Знімок структури"
-#: db_tracking.php:255
+# не активна
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "неактивний"
+
+# активна
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "активний"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Невідстежувані таблиці"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Відслідковувати таблицю"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Журнал бази даних"
@@ -538,7 +550,7 @@ msgid "Add geometry"
msgstr "Додати геометрію"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -560,9 +572,9 @@ msgstr "Додати геометрію"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -601,8 +613,8 @@ msgstr "Неповні параметри"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Імовірно ви намагаєтесь завантажити занадто великий файл. Будь ласка, "
"зверніться до %sдокументації%s для знаходження шляхів вирішення цієї "
@@ -647,8 +659,8 @@ msgid ""
"[doc@faq1-16]FAQ 1.16[/doc]."
msgstr ""
"Немає даних для імпорту. Не було вказано назву файлу або його розмір "
-"перевищив допустимий максимум для вашої PHP конфігурації. Дивіться "
-"[doc@faq1-16]FAQ 1.16[/doc]."
+"перевищив допустимий максимум для вашої PHP конфігурації. Дивіться [doc@faq1-"
+"16]FAQ 1.16[/doc]."
#: import.php:554
msgid ""
@@ -1305,12 +1317,12 @@ msgstr "Додати графік до сітки"
msgid "Please add at least one variable to the series!"
msgstr "Будь ласка додайте щонайменше одну змінну до ряду!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1364,8 +1376,8 @@ msgid ""
"than %d seconds. It is advisable to set this long_query_time 0-2 seconds, "
"depending on your system."
msgstr ""
-"slow_query_log ввімкнений, але сервер журналює тільки запити що є довші за "
-"%d секунди. Рекомендовано встановити long_query_time 0-2 секунди, в "
+"slow_query_log ввімкнений, але сервер журналює тільки запити що є довші за %"
+"d секунди. Рекомендовано встановити long_query_time 0-2 секунди, в "
"залежності від вашої системи."
#: js/messages.php:164
@@ -1806,18 +1818,18 @@ msgid "Show query box"
msgstr "Показати блок запиту"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Редагувати"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d неправильний номер рядка."
@@ -2057,7 +2069,7 @@ msgstr "Вміст точки даних"
msgid "Ignore"
msgstr "Ігнорувати"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "Копіювати"
@@ -2073,7 +2085,7 @@ msgstr "Відрізок"
msgid "Polygon"
msgstr "Полігон"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "Геометрія"
@@ -2222,10 +2234,10 @@ msgstr ""
"Клацніть на стрілку випадаючого меню
для перемикання видимості "
"стовпчика."
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Показати все"
@@ -2329,7 +2341,7 @@ msgstr "Приховати панель"
msgid "Show hidden navigation tree items."
msgstr "Показати приховані пункти дерева навігації."
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "Зв'язати з головною панеллю"
@@ -2400,7 +2412,7 @@ msgstr ", остання стабільна версія:"
msgid "up to date"
msgstr "оновлено"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "Створити подання"
@@ -2825,8 +2837,8 @@ msgid "Requery"
msgstr "Повторити запит"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2835,16 +2847,16 @@ msgid "Delete"
msgstr "Видалити"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2915,7 +2927,7 @@ msgid "History"
msgstr "Історія"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2956,7 +2968,7 @@ msgid "During current session"
msgstr "Під час поточного сеансу"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2998,9 +3010,9 @@ msgstr "Показати історію на початку"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3009,9 +3021,9 @@ msgstr ""
msgid "Ascending"
msgstr "Зростаючий"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3208,162 +3220,162 @@ msgstr "Всередині таблиць:"
msgid "Inside column:"
msgstr "Всередині стовпчика:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "Зберегти відредаговані дані"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "Відновити порядок стовпців"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "Фільтрувати рядки"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "Шукати в таблиці"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "Почати"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "Попередній"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "Вперед"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "Кінець"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Все"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "Число рядків:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Сортувати за ключем"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "Часткові тексти"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "Повні тексти"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Ключ відношення"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "Стовпчик відображення зв'язків"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Показати двійковий вміст"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "Показати вміст BLOB-ОБ'ЄКТІВ"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "Сховати перетворення"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "Добре відомий текст"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "Добре відомий бінарний"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "Рядок видалено."
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Вбити"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Може бути приблизним. Дивіться [doc@faq3-11]FAQ 3.11[/doc]."
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "Ваш SQL запит було виконано вдало."
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-"Подання має щонайменше цю кількість рядків. Будь-ласка, зверніться до "
-"%sдокументації%s."
+"Подання має щонайменше цю кількість рядків. Будь-ласка, зверніться до %"
+"sдокументації%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "Показано рядки %1s - %2s"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "%1$d total, %2$d в запиті"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "всього %d"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "Запит виконувався %01.4f с."
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "З відміченими:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3371,48 +3383,50 @@ msgstr "З відміченими:"
msgid "Check All"
msgstr "Відмітити все"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Змінити"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Експортувати"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Операції з результатами запиту"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Версія для друку"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Версія для друку (з повними текстами)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "Відобразити діаграму"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "Візуалізація даних ГІС"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "Посилання не знайдено!"
@@ -3574,7 +3588,7 @@ msgstr ""
"Схоже, що індекси %1$s та %2$s ідентичні, тому один із них можна видалити."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сервер"
@@ -3634,9 +3648,9 @@ msgstr "Вставити"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Привілеї"
@@ -3698,7 +3712,7 @@ msgstr "Центральні стовпчики"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Бази даних"
@@ -3809,7 +3823,7 @@ msgid "Recent"
msgstr "Нещодавнє"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "Улюблені таблиці"
@@ -4250,20 +4264,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
-"Мале число з плаваючою крапкою, допустимі значення від-3.402823466E+38 "
-"до-1.175494351E-38, 0, і від 1.175494351E-38 до 3.402823466E+38"
+"Мале число з плаваючою крапкою, допустимі значення від-3.402823466E+38 до-"
+"1.175494351E-38, 0, і від 1.175494351E-38 до 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"Число з плаваючою крапкою подвійної точності, допустимі значення "
-"від-1.7976931348623157E+308 до-2.2250738585072014E-308, 0, і від "
+"Число з плаваючою крапкою подвійної точності, допустимі значення від-"
+"1.7976931348623157E+308 до-2.2250738585072014E-308, 0, і від "
"2.2250738585072014E-308 до 1.7976931348623157E+308"
#: libraries/Types.class.php:336
@@ -4534,7 +4548,7 @@ msgstr "Максимум: %s%s"
msgid "MySQL said: "
msgstr "Відповідь MySQL: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Тлумачити SQL"
@@ -4546,7 +4560,7 @@ msgstr "Не тлумачити SQL"
msgid "Without PHP Code"
msgstr "без PHP коду"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "Створити PHP код"
@@ -5052,7 +5066,7 @@ msgid "Set value: %s"
msgstr "Встановити значення: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Відновити значення за замовчуванням"
@@ -5163,8 +5177,8 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:416
#, fuzzy, php-format
#| msgid ""
-#| "If using cookie authentication and %sLogin cookie store%s is not 0, "
-#| "%sLogin cookie validity%s must be set to a value less or equal to it."
+#| "If using cookie authentication and %sLogin cookie store%s is not 0, %"
+#| "sLogin cookie validity%s must be set to a value less or equal to it."
msgid ""
"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not "
"0, %sLogin cookie validity%s must be set to a value less or equal to it."
@@ -5176,10 +5190,10 @@ msgstr ""
#: libraries/config/ServerConfigChecks.class.php:423
#, fuzzy, php-format
#| msgid ""
-#| "If you feel this is necessary, use additional protection settings - "
-#| "%shost authentication%s settings and %strusted proxies list%s. However, "
-#| "IP-based protection may not be reliable if your IP belongs to an ISP "
-#| "where thousands of users, including you, are connected to."
+#| "If you feel this is necessary, use additional protection settings - %"
+#| "shost authentication%s settings and %strusted proxies list%s. However, IP-"
+#| "based protection may not be reliable if your IP belongs to an ISP where "
+#| "thousands of users, including you, are connected to."
msgid ""
"If you feel this is necessary, use additional protection settings - %shost "
"authentication%s settings and %strusted proxies list%s. However, IP-based "
@@ -6258,7 +6272,7 @@ msgid "Maximum displayed SQL length"
msgstr "Масимальна довжина SQL що відобразиться"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "Користувач не може встановити більше значення"
@@ -6331,33 +6345,33 @@ msgstr "Ліміт пам'яті"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "Показати приховані пункти дерева навігації."
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "Показати логотип у панелі навігації."
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Показати логотип"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "URL, на який веде логотип у панелі навігації."
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "URL посилання логотипу"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
@@ -6365,29 +6379,29 @@ msgstr ""
"Відкрити сторінку на яку посилаємось у головному вікні ([kbd]main[/kbd]) або "
"у новому ([kbd]new[/kbd])."
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Ціль на яку посилається лотип"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "Показати вибір сервера у верхній частині панелі навігації."
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Показати вибір серверів"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Ціль іконки швидкого доступу"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Ціль іконки швидкого доступу"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
@@ -6395,15 +6409,15 @@ msgstr ""
"Мінімальна кількість елементів (таблиць, видів, процедур та подій) для "
"відображення вікна фільтру."
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "Мінімальна кількість пунктів для відображення вікна фільтру"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "Мінімальна кількість баз даних для відображення вікна фільтру"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
@@ -6411,96 +6425,101 @@ msgstr ""
"Групувати пункти у дереві навігації (залежить від розділювача що визначений "
"нижче)."
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "Групувати елементи в дереві"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "Стрічка яка розділяє бази даних на різні рівні дерева."
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Розділювач дерева баз даних"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "Рядок, що розділяє таблиці на різні рівні дерева."
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Розділювач дерева таблиці"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Максимальна глибина дерева таблиці"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "Підсвітити сервер під курсором миші."
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Включити підсвічування"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "Чи потрібно вимкнути можливість розширення бази даних."
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "Вимкнути розширення бази даних"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Таблична панель навігації"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr ""
"Максимальна кількість нещодавно використаних таблиць; встановіть 0 для "
"відключення."
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Максимальна кількість улюблених таблиць; встановіть 0 для відключення."
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "Таблиці, що були недавно використані"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "Посилання для редагування, копіювання та видалення."
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "Де можна відобразити посилання на рядки таблиці"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "Використати природний порядок сортування імен таблиць та баз даних."
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "Звичайний порядок"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "Використовувати лише піктограми, лише текст або все."
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "Таблична панель навігації"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
"Використовувати GZip буферизацію виводу для збільшення швидкості HTTP "
"передачі."
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip буферизація виводу"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6508,19 +6527,19 @@ msgstr ""
"[kbd]SMART[/kbd] - тобто зворотній порядок сортування для полів, що мають "
"тип TIME, DATE, DATETIME та TIMESTAMP; у іншому випадку порядок буде прямим."
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Порядок сортування за замовчуванням"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "Використовувати постійне з'єднання з MySQL."
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Постійне з’єднання"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6529,11 +6548,11 @@ msgstr ""
"Вимкнути сповіщення, що відображається на сторінці структури бази даних за "
"відсутності необхідних для зберігання конфігурації phpMyAdmin таблиць."
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "Відсутня таблиця для збереження конфігурації phpMyAdmin"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
@@ -6541,11 +6560,11 @@ msgstr ""
"Вимкнути стандартне попередження при визначенні відмінностей версій "
"бібліотеки MySQL та сервера."
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "Попередження про відмінності сервера та бібліотеки"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
@@ -6553,27 +6572,27 @@ msgstr ""
"Вимкнути сповіщення, що відображається на сторінці структури бази даних за "
"наявності стовпців таблиці з іменами, які є зарезервованими словами MySQL."
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "Попередження про зарезервоване слово MySQL"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "Як відображати вкладки меню"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "Як відображати різноманітні посилання дій"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "Заборонити редагування стовпців BLOB та BINARY."
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "Бінарні колонки захищені"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6584,128 +6603,128 @@ msgstr ""
"використовуватись JavaScript (історію запитів буде втрачено при закритті "
"вікна)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Постійна історія запитів"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "Скільки запитів зберігати в історії."
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Довжина історії запитів"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "Виберіть функції, які буде використано для перекодування."
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Механізм перекодування"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
"Коли переглядаєте таблиці, порядок сортування кожної таблиці зберігається."
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "Запам'ятати сортування таблиці"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Порядок сортування за замовчуванням"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
"Повторити заголовки кожних X комірок, [kbd]0[/kbd] відключає цю властивість."
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "Повторити заголовки"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "Стовпчик відображення зв'язків"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "Параметри відображення серверів."
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "Редагування сітки: зберегти всі відредаговані комірки зразу"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "Каталог на сервері для збереження експорту."
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Зберегти теку"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "Залиште порожнім, якщо не використовується."
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "Порядок авторизації хоста"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "Залиште порожнім для налаштувань за замовчуванням."
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "Правила авторизації хоста"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Дозволити авторизацію без паролю"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "Дозволити авторизацію для root"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Значення сесії"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "Рядок, що відображається при ідентифікації з допомогою HTTP."
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP область"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6714,19 +6733,19 @@ msgstr ""
"Шлях до конфігураційного файлу [a@http://swekey.com]апаратної аутентифікації "
"SweKey[/a] (не знаходиться в корні)."
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey файл конфігурації"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "Потрібний метод автентифікації."
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Тип аутентифікації"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6734,41 +6753,41 @@ msgstr ""
"Залиште порожнім для вимкнення підтримки [a@http://wiki.phpmyadmin.net/pma/"
"bookmark]bookmark[/a], рекомендується: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Таблиця закладок"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Таблиця інформації про колонки"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "Стискати з'єднання до MySQL сервера."
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Стискати з’єднання"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Спосіб з'єднання з сервером, залиште [kbd]tcp[/kbd], якщо невпевнені."
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Тип з’єднання"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Пароль виділеного користувача"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6776,11 +6795,11 @@ msgstr ""
"Спеціальний користувач MySQL з обмеженими привілеями, детальніше дивіться "
"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Виділений користувач"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
@@ -6788,11 +6807,11 @@ msgstr ""
"Альтернативний хост для збереження налаштувань, залиште порожнім для "
"використання вже вказаного хоста."
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "Керування хостом"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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, "
@@ -6802,15 +6821,15 @@ msgstr ""
"залиште порожнім для порта за-замовчуванням, якщо контрольний хост "
"ідентичний хосту."
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "Контрольний порт"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "Cховати бази даних, що відповідають регулярному виразу (PCRE)."
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6818,15 +6837,15 @@ msgstr ""
"Детальніше дивіться на [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
"PMA bug tracker[/a] та [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "Вимкнути використання INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Приховати бази даних"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
@@ -6834,23 +6853,23 @@ msgstr ""
"Залиште порожнім для відключення підтримки історії SQL запитів, "
"пропонується: [kbd]pma__history[/kbd]."
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "Таблиця історії SQL запитів"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "Ім'я хоста, на якому працює MySQL сервер."
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Хост сервера"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "URL для виходу"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
@@ -6858,27 +6877,27 @@ msgstr ""
"Обмежує кількість властивостей таблиці, що зберігаються в базі даних, "
"застарілі записи автоматично видаляються."
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "Максимальна кількість властивостей таблиці, що зберігаються"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "Центральні стовпчики"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank to disable configurable menus feature, suggested: [kbd]"
@@ -6890,15 +6909,15 @@ msgstr ""
"Залиште порожнім, щоб вимкнути функцію налаштовуваних меню, пропонується: "
"[kbd]pma_userconfig[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "Спробувати з'єднатись без пароля."
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "З’єднуватись без паролю"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6908,28 +6927,28 @@ msgstr ""
"хочете використовувати, як звичайні літературні символи, тобто "
"використовуйте [kbd]'my\\_db'[/kbd] а не [kbd]'my_db'[/kbd]."
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Показати лише перелічені бази даних"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "Залиште порожнім, якщо не використовується config auth."
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "Пароль для config auth"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF схема: сторінки таблиці"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6940,32 +6959,32 @@ msgstr ""
"Для відключення підтримки залиште порожнім. Рекомендується: [kbd]phpmyadmin[/"
"kbd]."
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "Ім'я бази даних"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
"Порт, на якому MySQL сервер слухає, залиште порожнім для значення за-"
"замовчуванням."
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Порт сервера"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "Нещодавно використані таблиці"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables' UI preferences across sessions, "
@@ -6977,23 +6996,23 @@ msgstr ""
"Для відключення можливості зберігання налаштувань інтерфейсу таблиць через "
"сесії залиште поле порожнім, рекомендується: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "Улюблені таблиці"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Таблиця зв'язків"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -7001,43 +7020,43 @@ msgstr ""
"Дивіться [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
"types[/a] для прикладу."
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Ім'я сесії для Signon"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Signon URL-адреса"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
"Сокет, на якому MySQL сервер слухає, залиште порожнім для значення за-"
"замовчуванням."
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Сокет серверу"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "Активувати SSL для з'єднання з MySQL сервером."
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "Використовувати SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr "Дизайнер і PDF схема: координати таблиці"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
@@ -7045,11 +7064,11 @@ msgstr ""
"Таблиця, щоб описати відображувані стовпчики, залиште порожнім для вимкнення "
"підтримки; рекомендовано: [kbd]pma__table_info[/kbd]."
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "Таблиця з описами полів"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
@@ -7057,11 +7076,11 @@ msgstr ""
"Для відключення можливості зберігання налаштувань інтерфейсу таблиць через "
"сесії залиште поле порожнім, рекомендується: [kbd]pma__table_uiprefs[/kbd]."
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "Таблиця налаштувань користувацького інтерфейсу"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
@@ -7069,11 +7088,11 @@ msgstr ""
"Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP "
"DATABASE IF EXISTS."
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "Додати DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
@@ -7081,11 +7100,11 @@ msgstr ""
"Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP "
"DATABASE IF EXISTS."
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "Додати DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
@@ -7093,21 +7112,21 @@ msgstr ""
"Чи буде при створенні вистави, в журнал першим рядком додано вираз DROP VIEW "
"IF EXISTS."
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "Додати DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
"Визначити список виразів, які використовуються для автоматичного створення "
"нових версій."
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "Стеження за виразами"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
@@ -7115,54 +7134,54 @@ msgstr ""
"Залиште порожнім, щоб вимкнути функцію відстеження SQL запитів, "
"пропонується: [kbd]pma__tracking[/kbd]."
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "Таблиця відстежування SQL запитів"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
"Чи механізм відстеження створює версії для таблиць і подань автоматично."
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "Автоматично створювати версії"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "Таблиця збереження налаштувань користувача"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "Таблиця користувачів"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "Таблиця груп користувачів"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -7170,33 +7189,33 @@ msgstr ""
"Залиште порожнім, щоб вимкнути функцію приховування/відображення "
"навігаційних елементів, пропонується: [kbd]pma__navigationhiding[/kbd]."
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "Прихована таблиця навігаційних елементів"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "Прописаний користувач"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr "Користувацький опис сервера. Залиште пустим, щоб вивести назву хоста."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Повна назва цього сервера"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "Чи слід відображати кнопку \"показати всі (рядки)\"."
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Дозволити відображати всі рядки"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -7206,41 +7225,41 @@ msgstr ""
"при ідентифікації методом [kbd]config[/kbd] із жорстко прописаним паролем; "
"це не обмежує можливість виконання команди беспосередньо."
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Показати форму для зміни паролю"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Показати форму для створення бази даних"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr "Відобразити або приховати стовпчик \"Час створення\" для всіх таблиць."
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "Показати час створення"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "Відобразити або приховати стовпчик \"Час оновлення\" для всіх таблиць."
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "Відобразити \"Час останнього оновлення\""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "Відобразити або приховати стовпчик \"Час перевірки\" для всіх таблиць."
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "Відобразити \"Час перевірки\""
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
@@ -7248,27 +7267,27 @@ msgstr ""
"Визначає чи в режимі редагування/вставки має на початку відображатися тип "
"поля."
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "Показувати типи полів"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "Відображати поля функції у режимі редагування/вставки."
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Показувати поля функції"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "Чи показувати підказки."
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "Відображати підказки"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
@@ -7276,64 +7295,64 @@ msgstr ""
"Відображає посилання на [a@http://php.net/manual/function.phpinfo.php]phpinfo"
"()[/a]."
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "Показувати посилання phpinfo()"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "Показувати докладну інформацію про сервер MySQL"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
"Визначає, чи потрібно відображати SQL запити, що згенеровані phpMyAdmin."
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Показувати SQL-запити"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
"Визначає, чи має залишатися вікно запиту на екрані після надсилання запиту."
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "Залишати вікно запиту"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
"Дозволити відображення статистики бази даних і таблиць (наприклад, "
"використання простору)."
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Показувати статистику"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
"Позначити використані таблиці та зробити можливим відображення баз даних із "
"заблокованими таблицями."
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Пропускати заблоковані таблиці"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "Виводити попередження на головній сторінці у разі виявлення Suhosin."
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Попередження про Suhosin"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7346,13 +7365,13 @@ msgstr ""
"Вимкнути сповіщення, що відображається на сторінці структури бази даних за "
"наявності стовпців таблиці з іменами, які є зарезервованими словами MySQL."
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "Термін придатності кукі входу"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7360,11 +7379,11 @@ msgstr ""
"Розмір текстового поля в режимі редагування (у стовпцях); дане значення буде "
"пріоритетним для текстових полів SQL запиту (*2) та для вікна запиту (*1.25)."
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "Стовпців у текстовому полі"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7372,31 +7391,31 @@ msgstr ""
"Розмір текстового поля в режимі редагування (в рядках); дане значення буде "
"пріоритетним для текстових полів SQL запиту (*2) та для вікна запиту (*1.25)."
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "Рядків у текстовому полі"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "Заголовок вікна браузера при виборі бази даних."
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "Заголовок вікна браузера за замовчуванням."
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "Заголовок по замовчуванню"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "Заголовок вікна браузера при виборі сервера."
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "Заголовок вікна браузера при виборі таблиці."
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7408,29 +7427,29 @@ msgstr ""
"Forwarded-For) заголовку, що прийшов з проксі 1.2.3.4:[br][kbd]1.2.3.4: "
"HTTP_X_FORWARDED_FOR[/kbd]."
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "Список довірених проксі для IP allow/deny"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
"Каталог на сервері, до якого ви можете завантажити файли для подальшого "
"імпорту."
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Каталог відвантаження"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "Дозволити пошук по всій базі даних."
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Використовувати пошук по базі даних"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
@@ -7438,27 +7457,27 @@ msgstr ""
"Коли вимкнено, користувачі не зможуть встановити жоден із зазначених нижче "
"параметрів незалежно від значення прапорця праворуч."
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "Включення вкладки розробника в налаштуваннях"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Перевірити оновлення"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
"Вмикає можливість перевірки останньої версії phpMyAdmin на головній сторінці."
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "перевірка версії"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7466,30 +7485,30 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "Адреса проксі"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "Ім'я користувача проксі"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "Пароль для аутентифікації на проксі."
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "Пароль проксі"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7497,41 +7516,41 @@ msgstr ""
"Увімкнути [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
"стиснення для операцій імпорту та експорту."
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "Введіть ваш відкритий ключ для сервісу reCaptcha домена."
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "Відкритий ключ для reCaptcha"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "Введіть ваш закритий ключ для сервісу reCaptcha домена."
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "Закритий ключ для reCaptcha"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "Оберіть дію за замовчуванням під час надсилання звітів про помилки."
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "Надіслати звіти про помилку"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "Увімкнути режим нульової конфігурації"
@@ -7953,13 +7972,13 @@ msgstr ", @TABLE@ буде заміщено ім'ям таблиці"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Значення обробляється функцією %1$sstrftime%2$s, завдяки чому можлива "
"вставка поточної дати і часу. Додатково можуть бути використані наступні "
-"підстановки: %3$s. Решта тексту залишиться без змін. Подробиці дивіться у "
-"%4$sFAQ%5$s."
+"підстановки: %3$s. Решта тексту залишиться без змін. Подробиці дивіться у %4"
+"$sFAQ%5$s."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -8500,8 +8519,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
"Документацію і додаткову інформацію про PBXT можна знайти на %sДомашній "
"сторінці PrimeBase XT%s."
@@ -9623,8 +9642,8 @@ msgstr "Ласкаво просимо до %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Ви, напевно, не створили файл конфігурації. Для його створення Ви можете "
"використати %1$ssetup script%2$s."
@@ -10917,7 +10936,7 @@ msgstr "Ім'я користувача"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Пароль"
@@ -10947,8 +10966,8 @@ msgstr "ID сервера"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Хост"
@@ -11734,7 +11753,7 @@ msgstr "Немає"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11777,14 +11796,14 @@ msgstr "Обмежити кількість одночасних підключ
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Права, які стосуються таблиці"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "Примітка: назви прав MySQL задаються англійською."
@@ -11793,7 +11812,7 @@ msgid "Administration"
msgstr "Адміністрування"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глобальні права"
@@ -11802,7 +11821,7 @@ msgid "Global"
msgstr "Глобальний"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Права, які стосуються бази даних"
@@ -11821,13 +11840,13 @@ msgstr ""
"Дозволяє додавання користувачів та прав без перезавантаження таблиці прав."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Інформація авторизації"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Використовувати текстове поле"
@@ -11854,7 +11873,7 @@ msgid "You have revoked the privileges for %s."
msgstr "Ви відмінили привілеї для %s."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "Додати користувача"
@@ -11876,90 +11895,90 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "Надати всі привілеї на базу даних \"%s\"."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "Користувачі, що мають доступ до \"%s\""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "Користувача було додано."
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Користувач"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "Надати"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "Користувача не знайдено."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Довільний"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "глобальний"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "специфічний для бази даних"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "шаблон"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "специфічний для таблиці"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Редагувати привілеї"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Відмінити"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "Редагувати групу користувачів"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… зберегти попереднього."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… видалити попереднього з таблиці користувачів."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
"… анулювати всі активні привілеї попереднього користувача та видалити його "
"після того."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -11967,121 +11986,121 @@ msgstr ""
"… видалити попереднього з таблиці користувачів та перевантажити права після "
"того."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Змінити реєстраційні дані / Копіювати користувача"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Створити нового користувача з такими ж правами та …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Привілеї, що стосуються стовпчиків таблиці"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database:"
msgid "Add privileges on the following database(s):"
msgstr "Додати права для цієї бази даних:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"При використанні в імені бази даних символів нижнього підкреслення і "
"відсотка необхідно екранувати їх символом \\."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "Додати привілеї для цієї таблиці:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Видалити обраних користувачів"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "Відмінити всі активні привілеї користувачів та видалити їх після того."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Видалити бази даних, які мають такі ж назви, як імена користувачів."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Жодного користувача не обрано для видалення!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Перезавантаження прав"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Обраних користувачів видалено вдало."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "Ви оновили привілеї для %s."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "Видалення %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Привілеї перезавантажено вдало."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "Користувач %s вже існує!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "Привілеї для %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "Новий"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "Редагувати привілеї:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "Перегляд користувачів"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"Примітка: phpMyAdmin отримує права користувачів безпосередньо з таблиці прав "
"MySQL. Зміст цієї таблиці може відрізнятися від прав, які використовуються "
"сервером, якщо в цю таблицю вносилися зміни вручну. У цьому випадку Вам "
"необхідно %sперезавантажити права%s перед продовженням."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Вказаного користувача не знайдено в таблиці прав."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Ви додали нового користувача."
@@ -12264,8 +12283,8 @@ msgid ""
"it is advisable to select only a small time span and to disable the "
"general_log and empty its table once monitoring is not required any more."
msgstr ""
-"Увімкнення директиви general_log може збільшити навантаження на сервер на "
-"5-15%. Також пам'ятайте, що генерування статистики з журналів є досить "
+"Увімкнення директиви general_log може збільшити навантаження на сервер на 5-"
+"15%. Також пам'ятайте, що генерування статистики з журналів є досить "
"інтенсивною задачею, тому бажано вибрати лише невеликий проміжок часу, "
"вимикати директиву general_log та чистити таблицю щойно в моніторингу більше "
"немає потреби."
@@ -14067,16 +14086,6 @@ msgstr "Деактивувати зараз"
msgid "Delete version"
msgstr "Створити версію"
-# активна
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "активний"
-
-# не активна
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "неактивний"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Вирази відстеження"
@@ -14204,11 +14213,11 @@ msgstr ""
"Ваші налаштування будуть збережені тільки для поточної сесії. Для постійного "
"зберігання потрібне підключення модуля %sзберігання налаштувань phpMyAdmin%s."
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "Не вдалось зберегти настройки"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14542,24 +14551,24 @@ msgstr[2] ""
msgid "No column selected."
msgstr "Жодного стовпчика не вибрано."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "Відстеження %s - активне."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Обраних користувачів видалено вдало."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Рядків не вибрано"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL вирази виконано."
@@ -14977,8 +14986,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
"Поточне співвідношення вільної пам'яті кешу запитів до загального розміру "
"кешу запитів складає %s%%. Воно має перевищувати 80%%"
@@ -15135,8 +15144,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
"%s%% всіх сортувань викликає створення тимчасових таблиць, це значення має "
"бути нижчим 10%%."
@@ -15871,6 +15880,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert встановлено у 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "Вимкнути розширення бази даних"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Видалити дані відстеження для цієї таблиці"
@@ -16370,8 +16382,8 @@ msgstr "concurrent_insert встановлено у 0"
#~ "For a list of available transformation options and their MIME type "
#~ "transformations, click on %stransformation descriptions%s"
#~ msgstr ""
-#~ "Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть "
-#~ "%sописи перетворень%s"
+#~ "Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть %"
+#~ "sописи перетворень%s"
#~ msgid "SQL command to fetch available databases"
#~ msgstr "SQL команда для вибірки доступних баз даних"
@@ -16881,8 +16893,8 @@ msgstr "concurrent_insert встановлено у 0"
#~ "Query statistics: Since its startup, %s queries have been sent to "
#~ "the server."
#~ msgstr ""
-#~ "Статистика запитів: З моменту запуску, до сервера було надіслано "
-#~ "%s запитів."
+#~ "Статистика запитів: З моменту запуску, до сервера було надіслано %"
+#~ "s запитів."
#~ msgid "Add a New User"
#~ msgstr "Додати нового користувача"
diff --git a/po/ur.po b/po/ur.po
index 0b1d4d791e..61de6be26e 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -6,15 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-03-27 15:22+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Urdu \n"
-"Language: ur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ur\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 1.9-dev\n"
@@ -98,7 +98,7 @@ msgstr "کالم"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -183,16 +183,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "نہیں"
@@ -212,16 +212,16 @@ msgstr "نہیں"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "ہاں"
@@ -270,18 +270,18 @@ msgstr "کوائفیہ %1$s نام %2$s میں نقل کیا جاچکا ہے"
msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-"phpMyAdmin کی تشکیل زخیرہ بند کر دی گئی ہے۔ اس بارے میں جاننے کے لیے %share"
-"%s دبائیں۔"
+"phpMyAdmin کی تشکیل زخیرہ بند کر دی گئی ہے۔ اس بارے میں جاننے کے لیے %share%"
+"s دبائیں۔"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "جدول"
@@ -388,13 +388,13 @@ msgstr "تازہ کی گئی"
msgid "Status"
msgstr "حالت"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -407,7 +407,7 @@ msgstr "عمل"
msgid "Show"
msgstr "ظاہر کریں"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -427,15 +427,25 @@ msgstr "کھوج رپورٹ"
msgid "Structure snapshot"
msgstr "ساخت تصویر"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "غیر فعال"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "فعال"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "بغیر کھوج جداول"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "جدول کھوج"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "کوائفیہ لاگ"
@@ -558,7 +568,7 @@ msgid "Add geometry"
msgstr "جیومیٹری شامل کریں"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -580,9 +590,9 @@ msgstr "جیومیٹری شامل کریں"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -629,14 +639,14 @@ msgstr "داخل کرنا مکمل ہوا"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"آپ نے بڑی مسل اپ لوڈ کرنے کی کوشش کی ہے۔ اس حد کے بارے جاننے کے لیے "
-"%sdocumentation%s دیکھیں۔"
+"آپ نے بڑی مسل اپ لوڈ کرنے کی کوشش کی ہے۔ اس حد کے بارے جاننے کے لیے %"
+"sdocumentation%s دیکھیں۔"
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -677,8 +687,8 @@ msgid ""
"[doc@faq1-16]FAQ 1.16[/doc]."
msgstr ""
"درآمد کے لیے کوئی کوائف نہیں ملا۔ ممکن ہے کہ مسل نام بھیجا نہ گیا ہو یا مسل "
-"حجم مقررہ حد سے تجاوز کر گیا ہو جو آپ کی PHP تشکیل میں ہے۔ دیکھیں"
-"[doc@faq1-16]عمومی سوالات 1.16[/doc]."
+"حجم مقررہ حد سے تجاوز کر گیا ہو جو آپ کی PHP تشکیل میں ہے۔ دیکھیں[doc@faq1-"
+"16]عمومی سوالات 1.16[/doc]."
#: import.php:554
#, fuzzy
@@ -1358,12 +1368,12 @@ msgstr "فلو چارٹ گرڈ میں اضافہ"
msgid "Please add at least one variable to the series!"
msgstr "براہ کرم سیریز کے باب میں کم از کم ایک متخیر کا اضافہ کریں"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1914,18 +1924,18 @@ msgid "Show query box"
msgstr "طلب خانہ دکھائیں"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "تدوین"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -2188,7 +2198,7 @@ msgstr ""
msgid "Ignore"
msgstr "نظر انداز کریں"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2206,7 +2216,7 @@ msgstr "سطریں کے آخر میں"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2364,10 +2374,10 @@ msgstr "آراء-رائے"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "تمام دکھائیں"
@@ -2475,7 +2485,7 @@ msgstr "اشاریے"
msgid "Show hidden navigation tree items."
msgstr "بائیں جھروکہ میں علامت دکھائیں"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2537,8 +2547,8 @@ msgid ""
"A newer version of phpMyAdmin is available and you should consider "
"upgrading. The newest version is %s, released on %s."
msgstr ""
-"phpMyAdmin کا ایک نیا نسخہ دستیاب ہے اور آپ ضرور تازہ کاری کریں۔ نیا نسخہ "
-"%s, جاری کیا گیا %s."
+"phpMyAdmin کا ایک نیا نسخہ دستیاب ہے اور آپ ضرور تازہ کاری کریں۔ نیا نسخہ %"
+"s, جاری کیا گیا %s."
#. l10n: Latest available phpMyAdmin version
#: js/messages.php:494
@@ -2551,7 +2561,7 @@ msgstr ", حالیہ مستحکم نسخہ:"
msgid "up to date"
msgstr "کوائفیہ جائیں"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Created"
@@ -2986,8 +2996,8 @@ msgid "Requery"
msgstr "Submit Query"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2996,16 +3006,16 @@ msgid "Delete"
msgstr "حذف"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3091,7 +3101,7 @@ msgid "History"
msgstr "SQL جواز دھندہ"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3135,7 +3145,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3191,9 +3201,9 @@ msgstr "SQL طلب لاگ جدول"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3202,9 +3212,9 @@ msgstr ""
msgid "Ascending"
msgstr "صعودی"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3425,33 +3435,33 @@ msgstr "جدول میں:"
msgid "Inside column:"
msgstr "کالم میں:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "پوشہ محفوظ کریں"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Restore column order"
msgstr "فیلڈ کالمز شامل یا ختم کریں"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
#| msgid "Startup"
msgid "Filter rows"
msgstr "ابتدائیہ"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "کوائفیہ میں تلاش کریں"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3459,7 +3469,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "شروع"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3468,7 +3478,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "پچھلا"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3477,7 +3487,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "اگلا"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3485,78 +3495,78 @@ msgctxt "Last page"
msgid "End"
msgstr "اختتام"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The bookmark has been deleted."
msgid "The row has been deleted."
msgstr "نشانی حذف ہو چکی ہے۔"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
"اپ لوڈ مسل کو بڑھاتے ہوئے نقص ہے, دیکھیں [doc@faq1-11]عمومی سوالات 1.11[/doc]"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3565,46 +3575,46 @@ msgstr ""
msgid "Your SQL query has been executed successfully."
msgstr "آپ کی SQL طلب کامیابی سے چلائی جاچکی ہے۔"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"اس جدول نقل میں اتنے کم از کم صفیں ہیں۔ حوالہ کے لیے %sdocumentation%s."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "%s table"
#| msgid_plural "%s tables"
msgid "%d total"
msgstr "%s جدول"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "مع منتخب:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3612,50 +3622,52 @@ msgstr "مع منتخب:"
msgid "Check All"
msgstr "تمام پڑتال کریں"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "برآمد"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "چھپائی منظر"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Table comments"
msgid "Display chart"
msgstr "ٹیبل کمنٹس"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Theme %s not found!"
msgid "Link not found!"
@@ -3825,7 +3837,7 @@ msgstr ""
"جائے گا۔"
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "سرور"
@@ -3885,9 +3897,9 @@ msgstr "داخل کریں"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3951,7 +3963,7 @@ msgstr "فیلڈ کالمز شامل یا ختم کریں"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "کوائفیے"
@@ -4073,7 +4085,7 @@ msgid "Recent"
msgstr "دوبارہ سیٹ کریں"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Count tables"
msgid "Favorite tables"
@@ -4535,14 +4547,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4800,7 +4812,7 @@ msgstr "زیادہ سے زیادہ: %s%s"
msgid "MySQL said: "
msgstr "MySQL نے کہا: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL کی تفصیل بتائیں"
@@ -4812,7 +4824,7 @@ msgstr "SQL وضاحت کو چھوڑیں"
msgid "Without PHP Code"
msgstr "PHP کوڈ کے بغیر"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP کوڈ بنائیں"
@@ -5352,7 +5364,7 @@ msgid "Set value: %s"
msgstr "قدر سیٹ کریں: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "طے شدہ قدر بحال کریں"
@@ -6662,7 +6674,7 @@ msgid "Maximum displayed SQL length"
msgstr "SQL کی زیادہ سے زیادہ لمبائی جو دکھائی جائے"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "صارفین اسے سے زیادہ قدر مقرر نہیں کرسکتے"
@@ -6740,37 +6752,37 @@ msgstr "میموری حد"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "بائیں جھروکہ میں علامت دکھائیں"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "بائیں جھروکہ میں علامت دکھائیں"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "علامت دکھائیں"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, 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 جہاں گشت جھروکہ میں علامت اشارہ کردے"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "علامت ربط URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6782,31 +6794,31 @@ msgstr ""
"ربط شدہ صفحہ کو مرکزی دریچہ میں کھولیں ([kbd]main[/kbd]) یا ایک نئے میں "
"([kbd]new[/kbd])"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "علامت ربط ہدف"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the left frame"
msgid "Display server choice at the top of the navigation panel."
msgstr "بائیں جھروکے کے بالا میں سرور اخیتار دکھائیں"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "سرور انتخاب دکھائیں"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "شبیہ تک سریع رسائی کے لیے ہدف"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "شبیہ تک سریع رسائی کے لیے ہدف"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid ""
@@ -6814,19 +6826,19 @@ msgid ""
"display a filter box."
msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of items to display the filter box"
msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "Minimum number of tables to display the table filter box"
msgid "Minimum number of databases to display the database filter box"
msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -6838,116 +6850,117 @@ msgstr ""
"صرف ہلکے ورژن; کوائفیے شجرہ میں دکھائیں(نیچے بیان کیے گئے جدا کرنے والے لفظ "
"سے متعین ہوتے ہیں)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "وہ لفظ جو کوائفیہ کو مختلف شجرہ سطحات میں سے جدا کررہا ہو"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "کوائفیہ شجرہ جدا کرنے والا"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "وہ لفظ جو جداول کے شجرہ سطحات کو جدا کرتا ہے"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "جدول جدا کرنے والا لفظ"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "جدول شجرہ سطحات کی زیادہ سے زیادہ تعداد"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "ماؤس کرسر کے ساتھ سرور کو نمایا کریں"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "نمایاں کرنے کو فعال کریں"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "کوائفیے کو بطور لڑی دکھائیں"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "شبیہاتی گشت بار"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Untracked tables"
msgid "Recently used tables"
msgstr "بغیر کھوج جداول"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Inline edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "یہ تدوین، ان لائن تدوین، نقل اور حذف روابط ہیں"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
msgstr "جدول اور کوائفیہ نام ترتیب کے لیے قدرتی انداز استعمال کریں"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "قدرتی ترتیب"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "صرف شبیہے، صرف متن یا دوتوں استعمال کریں"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "شبیہاتی گشت بار"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, 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 آؤٹ پٹ بفر استعمال کریں"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip آؤٹ پٹ بفر"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6959,21 +6972,21 @@ msgstr ""
"[kbd]SMART[/kbd] - اس اقسام کی کالموں کے لیے نزولی ترتیب type TIME, DATE, "
"DATETIME اور TIMESTAMP, بصورت دیگر صعودی ترتیب"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "طے شدہ چھانٹی ترتیب"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL کوائفیہ سے جڑنے کے لیے بہتر جڑت استعمال کریں"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "بہتر جوڑ"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6987,11 +7000,11 @@ msgstr ""
"اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ "
"تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if mcrypt is missing for "
@@ -7003,11 +7016,11 @@ msgstr ""
"اگر کوکی توثیق کے لیے mcrypt موجود نہ ہونے کی تنبیہ غیر فعال کرنے کے لیے طے "
"شدہ تنبیہ کو غیرفعال کریں"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7020,29 +7033,29 @@ msgstr ""
"اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ "
"تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB اور BINARY کالم تدوین کے لیے ممنوع کریں"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "ثنائی کالم کو ممنوع کریں"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -7052,49 +7065,49 @@ msgstr ""
"درکار ہوگی). غیرفعال کرنے کی صورت میں یہ جاوا سکرپٹ فنکشن کو استعمال کرتے "
"ہوئے طلب لاگ دکھاتا ہے (دریچہ بند ہونے کی صورت میں ضائع ہوجاتی ہے)."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "مستقل طلب لاگ"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "لاگ میں کتنے طلب رکھے جانے چاہیں"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "طلب لاگ کی لمبائی"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr "حروف بدلنے کے لیے کونسے فنکش استعمال ہوں کی انتخاب کریں"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "ری کوڈ انجن"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "طے شدہ چھانٹی ترتیب"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -7103,89 +7116,89 @@ msgid ""
msgstr ""
"سرخی کو ہرX خانے کے لیے دہرائیں, [kbd]0[/kbd] اس خاصیت کو غیر فعال کرتا ہے"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "دہرانے کے لیے سرخیاں"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relations"
msgid "Relational display"
msgstr "تعلقات"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "سرور دکھانے کے اختیارات"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "وہ پوشہ جس پر برآمد سرور میں محفوظ کیے جاسکیں"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "پوشہ محفوظ کریں"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "استعمال نہ ہونے کی صورت میں خالی چھوڑ دیں"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "ہوسٹ توثیق حکم"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "طے شدہ کے لیے خالی چھوڑ دیں"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "ہوسٹ توثیق قاعدے"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "پاس ورڈ کے بغیر لاگ ان کی اجازت دیں"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "منتظم لاگ ان کی اجازت دیں"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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 توثیق کررہا ہو"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP اختیار"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -7199,21 +7212,21 @@ msgstr ""
"تشکیل مسل کے لیے جگہ [a@http://swekey.com]SweKey ہاروئیر توثیق[/a] (آپ کے "
"منتظم دستاویز میں موجود نہیں ہے; مجوزہ: /etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey تشکیل مسل"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "توثیق کا طریقہ جو استعمال ہو"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "توثیق قسم"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
@@ -7225,11 +7238,11 @@ msgstr ""
"نہیں کے لیے خالی چھوڑیں[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
"a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "جدول نشان کریں"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -7240,35 +7253,35 @@ msgid ""
msgstr ""
"کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "کالم معلومات جدول"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "جڑنے کو MySQL سرور کے لیے سکیڑیں"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "جڑنے کو سکیڑیں"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "سرور سے کیسے جڑا جائے, چھوڑ دیں [kbd]tcp[/kbd] اگر پتا نہیں"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "جڑنے کی قسم"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "صارف پاس ورڈ کنٹرول"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7281,42 +7294,42 @@ msgstr ""
"ایک خاص MySQL صارف مقررہ اجازت نامہ کے ساتھ تشکیل دیا گیا ہے, مزید معلومات "
"یہاں موجود ہیں[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "صارف کو کنٹرول کریں"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Control user"
msgid "Control host"
msgstr "صارف کو کنٹرول کریں"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control user"
msgid "Control port"
msgstr "صارف کو کنٹرول کریں"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "وہ کوائفیے چھپائیں جو ریگولر ایکسپریشن سے مطابقت رکھتے ہیں (PCRE)"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -7325,15 +7338,15 @@ msgstr ""
"bugs/2606/]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL نقائص"
"[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA کی استعمال کو غیر فعال کریں"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "کوائفیے چھپائیں"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7344,41 +7357,41 @@ msgid ""
msgstr ""
"SQL طلب لاگ معاونت نہ کرنے کے لیے خالی چھوڑیں , مجوزہ: [kbd]pma_history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL طلب لاگ جدول"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "جہاں MySQL سرور چل رہا ہے اس کا نام"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "سرور نام"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "لاگ آؤٹ URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximal number of table preferences to store"
msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
@@ -7390,13 +7403,13 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Central columns table"
msgstr "فیلڈ کالمز شامل یا ختم کریں"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
@@ -7408,36 +7421,36 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "پاس ورڈ کے بغیر جڑنے کی کوشش کریں"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "پاس ورڈ کے بغیر جڑیں"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
@@ -7448,33 +7461,33 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "Database"
msgid "Database name"
msgstr "ڈیٹا بیس"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "ve blank for no column comments/mime types, suggested: [kbd]_column_info[/"
@@ -7485,13 +7498,13 @@ msgid ""
msgstr ""
"کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Recall user name"
msgid "Recently used table"
msgstr "صارف نام یاد کریں"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "ve blank for no column comments/mime types, suggested: [kbd]_column_info[/"
@@ -7502,13 +7515,13 @@ msgid ""
msgstr ""
"کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Count tables"
msgid "Favorites table"
msgstr "حداول کی گنتی کریں"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
@@ -7520,43 +7533,43 @@ msgstr ""
"نہیں کے لیے خالی چھوڑیں[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
"a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "جڑنے کو MySQL سرور کے لیے سکیڑیں"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
@@ -7568,11 +7581,11 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/"
@@ -7584,11 +7597,11 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7599,49 +7612,49 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7652,21 +7665,21 @@ msgid ""
msgstr ""
"SQL طلب لاگ معاونت نہ کرنے کے لیے خالی چھوڑیں , مجوزہ: [kbd]pma_history[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7677,35 +7690,35 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "جداول استعمال کریں"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]"
@@ -7716,161 +7729,161 @@ msgstr ""
"اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: [kbd]"
"pma_designer_coords[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "گرِڈ دکھائیں"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
+msgstr ""
+
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
+msgstr ""
+
+#: libraries/config/messages.inc.php:749
+msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "Hide query box"
msgid "Retain query box"
msgstr "طلب خانہ چھپائیں"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr ""
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr ""
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -7884,57 +7897,57 @@ msgstr ""
"اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ "
"تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "لاگ ان کوکی کب تک موجود ہو"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "Add/Delete Field Columns"
msgid "Textarea columns"
msgstr "فیلڈ کالمز شامل یا ختم کریں"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default"
msgid "Default title"
msgstr "ڈیفالٹ"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7942,52 +7955,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7995,34 +8008,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username:"
msgid "Proxy username"
msgstr "صارف نام:"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password:"
msgid "Proxy password"
msgstr "پاس ورڈ:"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for "
@@ -8034,41 +8047,41 @@ msgstr ""
"[a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] درآمد اور برآمد عملیات کے لیے "
"سکڑاؤ فعال کریں"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8543,8 +8556,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -9051,8 +9064,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10221,8 +10234,8 @@ msgstr "%s میں خوش آمدید"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"آپ نے شاید تشکیل مسل نہیں بنایا۔ آپ ہوسکتا ہے کہ %1$ssetup script%2$s کو "
"استعمال کرتے ہوئے بنانا چاہتے ہیں۔"
@@ -11451,7 +11464,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -11483,8 +11496,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -12336,7 +12349,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12373,14 +12386,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -12389,7 +12402,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -12398,7 +12411,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -12416,13 +12429,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -12447,7 +12460,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "صارف کا اضافہ"
@@ -12468,207 +12481,207 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "جدول نقل %s چھوڑا جاچکا ہے۔"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Check privileges for database \"%s\"."
msgid "Add privileges on the following database(s):"
msgstr "کوائفیہ استحقاق کی پڑتال کریں \"%s\"."
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Check Privileges"
msgid "Privileges for %s"
msgstr "استحقاق پڑتال کریں"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Reloading Privileges"
msgid "Edit Privileges:"
msgstr "استحقاق پھر لوڈ کرتے ہوئے"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -14608,14 +14621,6 @@ msgstr ""
msgid "Delete version"
msgstr "ہلکا ورژن استعمال کریں"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "فعال"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "غیر فعال"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -14748,11 +14753,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -15072,25 +15077,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking is active."
msgid "Tracking of %s is activated."
msgstr "کھوج فعال ہے۔"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "Database %s has been dropped."
msgid "Tracking versions deleted successfully."
msgstr "کوائفیہ %s چھوڑ دیا گیا ہے۔"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "Removing Selected Users"
msgid "No versions selected."
msgstr "منتخب صارفین حذف کیے جا رہے ہیں"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -15492,8 +15497,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -15626,8 +15631,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -16314,6 +16319,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr ""
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "کوائفیے کو بطور لڑی دکھائیں"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "اس جدول کے لیے کھوج کوائف حذف کریں"
diff --git a/po/uz.po b/po/uz.po
index d9584a1e4a..7611729943 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-14 19:09+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Uzbek \n"
-"Language: uz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: uz\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Weblate 2.1-dev\n"
@@ -94,7 +94,7 @@ msgstr "Устун"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -179,16 +179,16 @@ msgstr "Бирламчи"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Йўқ"
@@ -208,16 +208,16 @@ msgstr "Йўқ"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ҳа"
@@ -269,15 +269,15 @@ msgstr ""
"PhpMyAdmin нинг баъзи қўшимча имкониятлари фаол эмас. Сабабларини аниқлаш "
"учун %sбу ерга%s босинг."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Жадвал"
@@ -381,13 +381,13 @@ msgstr "Янгиланди"
msgid "Status"
msgstr "Ҳолат"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -400,7 +400,7 @@ msgstr "Амал"
msgid "Show"
msgstr "Кўрсатиш"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Delete tracking"
@@ -420,15 +420,25 @@ msgstr "Кузатиш ҳисоботи"
msgid "Structure snapshot"
msgstr "Тузилма расми"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "фаол эмас"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "фаол"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Кузатилмаган жадваллар"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Жадвални кузатиш"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "База лог файлини"
@@ -564,7 +574,7 @@ msgid "Add geometry"
msgstr "Янги фойдаланувчи қўшиш"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -586,9 +596,9 @@ msgstr "Янги фойдаланувчи қўшиш"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -629,14 +639,14 @@ msgstr "Тўла қўйиш"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
-"Эҳтимол, юкланаётган файл ҳажми жуда катта. Бу муаммони ечишнинг усуллари "
-"%sдокументацияда%s келтирилган."
+"Эҳтимол, юкланаётган файл ҳажми жуда катта. Бу муаммони ечишнинг усуллари %"
+"sдокументацияда%s келтирилган."
#: import.php:343 import.php:626
msgid "Showing bookmark"
@@ -1465,12 +1475,12 @@ msgstr "Тўрга боғлаб қўйиш"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -2033,18 +2043,18 @@ msgid "Show query box"
msgstr "SQL сўровлари қутиси"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Таҳрирлаш"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d сони тўғри қатор рақами эмас."
@@ -2321,7 +2331,7 @@ msgstr "Маълумотлар файли кўрсатгичи ҳажми"
msgid "Ignore"
msgstr "Эътибор бермаслик"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2339,7 +2349,7 @@ msgstr "Қаторлар бўлувчиси"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2499,10 +2509,10 @@ msgstr "Майдон номлари"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Барчасини кўрсатиш"
@@ -2618,7 +2628,7 @@ msgstr "Индекс(лар)ни сақлаш"
msgid "Show hidden navigation tree items."
msgstr "Чап рамкада логотипни кўрсатиш"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2699,7 +2709,7 @@ msgstr "Охирги версияни текшириш"
msgid "up to date"
msgstr "Ушбу базага ўтиш"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Create version"
@@ -3186,8 +3196,8 @@ msgid "Requery"
msgstr "сўров бўйича"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3196,16 +3206,16 @@ msgid "Delete"
msgstr "Ўчириш"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3290,7 +3300,7 @@ msgid "History"
msgstr "SQL-сўровлар тарихи"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3337,7 +3347,7 @@ msgid "During current session"
msgstr "Жорий хатоликларни ташлаб кетиш"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3391,9 +3401,9 @@ msgstr "SQL сўровлари тарихи жадвали"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3402,9 +3412,9 @@ msgstr ""
msgid "Ascending"
msgstr "Ўсиш тартибида"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3626,32 +3636,32 @@ msgstr "Жадваллардан:"
msgid "Inside column:"
msgstr "Майдондан:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "Сақлаш директорияси"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Restore column order"
msgstr "CHAR майдонидаги устунлар сони"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Фильтр"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Маълумотлар базасида қидириш"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3659,7 +3669,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Боши"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3668,7 +3678,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Орқага"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3677,7 +3687,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Кейинги"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3685,87 +3695,87 @@ msgctxt "Last page"
msgid "End"
msgstr "Охири"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Барча"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Майдонлар сони "
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Индекс бўйича сортировка қилиш"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Маълумотларни қисқартириб кўрсатиш"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Маълумотларни кенгайтирилган ҳолда кўрсатиш"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Алоқадор калит"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Алоқадор майдон қиймати"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Иккилик маълумотларни кўрсатиш"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB туридаги маълумотларни кўрсатиш"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "Ўгириш"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Ёзув ўчирилди"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Тугатиш"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Тахминий бўлиши мумкин. [doc@faq3-11]\"FAQ 3.11\"[/doc]га қаранг"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3774,48 +3784,48 @@ msgstr "Тахминий бўлиши мумкин. [doc@faq3-11]\"FAQ 3.11\"[/d
msgid "Your SQL query has been executed successfully."
msgstr "SQL сўрови муваффақиятли бажарилди"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Ушбу намойиш камида кўрсатилган миқдорда қаторларга эга. Батафсил маълумот "
"учун %sдокументацияга%s қаранг."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Ёзувларни кўрсатиш"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "жами"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "Сўров %01.4f секунд вақт олди"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Белгиланганларни:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3823,50 +3833,52 @@ msgstr "Белгиланганларни:"
msgid "Check All"
msgstr "Барчасини белгилаш"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "Ўзгартириш"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Экспорт"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "Сўров натижаларини ишлатиш"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Чоп этиш версияси"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Чоп этиш версияси (тўла)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF-схемани кўрсатиш"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -4042,7 +4054,7 @@ msgid ""
msgstr "%1$s ва %2$s индекслари бир хил, улардан бирини ўчириш мумкин."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Сервер"
@@ -4102,9 +4114,9 @@ msgstr "Қўйиш"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Привилегиялар"
@@ -4168,7 +4180,7 @@ msgstr "CHAR майдонидаги устунлар сони"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Маълумотлар базалари"
@@ -4297,7 +4309,7 @@ msgid "Recent"
msgstr "Тозалаш"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4764,14 +4776,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -5029,7 +5041,7 @@ msgstr "Максимал ҳажми: \"%s\"%s\""
msgid "MySQL said: "
msgstr "MySQL жавоби: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "Сўров таҳлили"
@@ -5041,7 +5053,7 @@ msgstr "Таҳлил керак эмас"
msgid "Without PHP Code"
msgstr "PHP-код олиб ташлаш"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP-код"
@@ -5609,7 +5621,7 @@ msgid "Set value: %s"
msgstr "Қуйидаги қийматни ўрнатиш: \"%s\""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Асл қийматларни тиклаш"
@@ -7056,7 +7068,7 @@ msgid "Maximum displayed SQL length"
msgstr "SQL сўровининг максимал узунлиги"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -7142,37 +7154,37 @@ msgstr "Хотира миқдори"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "Чап рамкада логотипни кўрсатиш"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Чап рамкада логотипни кўрсатиш"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Логотипни кўрсатиш"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "Show logo in left frame"
msgid "URL where logo in the navigation panel will point to."
msgstr "Чап рамкада логотипни кўрсатиш"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Логотип боғланган URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -7184,31 +7196,31 @@ msgstr ""
"Боғланган саҳифани бош ойнада ([kbd]бош[/kbd]) ёки янги ойнада ([kbd]янги[/"
"kbd]) очиш"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Логотип боғланган нишон"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the left frame"
msgid "Display server choice at the top of the navigation panel."
msgstr "Чап рамканинг юқори қисмида сервер танловини кўрсатиш"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Сервер танловини кўрсатиш"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Тезкор мурожаат пиктограммаси учун нишон"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Тезкор мурожаат пиктограммаси учун нишон"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid ""
@@ -7216,19 +7228,19 @@ msgid ""
"display a filter box."
msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Minimum number of items to display the filter box"
msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Minimum number of databases to display the database filter box"
msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -7240,104 +7252,105 @@ msgstr ""
"Енгил версия; маълумотлар базаларини дарахтда кўрсатиш (қуйида белгиланган "
"сатр билан бўлинади)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "Маълумотлар базаларини дарахтнинг турли даражаларига бўлувчи сатр"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Маълумотлар базаси дарахтининг бўлувчиси"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "Жадвалларни дарахтнинг турли даражаларига бўлувчи сатр"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Жадвал дарахтининг бўлувчиси"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Жадваллар дарахтининг максимум чуқурлиги"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Сичқонча курсори турган серверни белгилаш"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Белгилашни ёқиш"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Маълумотлар базасини рўйхат шаклида кўрсатиш"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Пиктограммали навигация менюси"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Untracked tables"
msgid "Recently used tables"
msgstr "Кузатилмаган жадваллар"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Жадвал сортировкасини ўзгартириш"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "Фақат пиктограмма, фақат матн ёки ҳар иккисини ишлатиш"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "Пиктограммали навигация менюси"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
@@ -7345,11 +7358,11 @@ msgstr ""
"HTTP орқали маълумот узатишда юқори тезликка эришиш учун GZip буферизациядан "
"фойдаланинг"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip буферизация"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, "
@@ -7361,74 +7374,74 @@ msgstr ""
"[kbd]SMART[/kbd] – яъни, TIME, DATE, DATETIME ва TIMESTAMP туридаги "
"майдонлар учун камайиш тартибида, акс ҳолда кўпайиш тартибида"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Асл тартиблаш қоидаси"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL маълумотлар базаларида доимий уланишлардан фойдаланиш"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Доимий уланишлар"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "Барча қаторларни кўрсатишга рухсат бериш"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY fields from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "BLOB ва BINARY майдонларини таҳирлашни ман этиш"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
#, fuzzy
#| msgid "Protect binary fields"
msgid "Protect binary columns"
msgstr "Бинар (иккилик) майдонларни ҳимоялаш"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
#, fuzzy
#| msgid ""
#| "ble if you want DB-based query history (requires phpMyAdmin configuration "
@@ -7443,148 +7456,148 @@ msgstr ""
"танловни ёқинг (pmadb талаб этилади). Ушбу танлов ўчирилган бўлса, ойна "
"ёпилган заҳоти сўровлар тарихи йўқолади."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Доимий сўровлар тарихи"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Журналда сақланадиган сўровлар сони"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "Сўровлар тарихи узунлиги"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr ""
"Кодировкаларни бир-бирига ўтказишда фойдаланиладиган функцияларни танланг"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Кодировкалаш функцияси"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Жадвал номини ўзгартириш"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Асл тартиблаш қоидаси"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Оқимли тиклаш"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display"
msgstr "Алоқадор майдон қиймати"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Серверлар кўринишини созлаш"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "Сервердаги экспорт файллар сақланадиган директория"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Сақлаш директорияси"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Агар ишлатилмаса бўш қолдиринг"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
#, fuzzy
#| msgid "Host authentication order"
msgid "Host authorization order"
msgstr "Аутентификация тартиби"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Асл қоидаларни ишлатиш учун бўш қолдиринг"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
#, fuzzy
#| msgid "Host authentication rules"
msgid "Host authorization rules"
msgstr "Аутентификация қоидалари"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Паролсиз қиришга рухсат бериш"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "\"root\"га киришга рухсат бериш"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Сессия қийматлари"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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 Авторизация Бўлими номи"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Бўлими"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -7599,21 +7612,21 @@ msgstr ""
"файл йўли (ҳужжатлар каталогига жойлаштирилмаган; тавсия этилади: /etc/"
"swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "\"SweKey\" конфигурация файли"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Фойдаланиладиган аутентификация усули"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Аутентификация усули"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
@@ -7625,11 +7638,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/bookmark]Хатчўп[/a] ишлатмаслик учун бўш "
"қолдиринг, асли: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Хатчўплар жадвали"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -7641,35 +7654,35 @@ msgstr ""
"Устун изоҳлари/\"mime\"-турлари ҳақидаги маълумотларни ишлатмаслик учун бўш "
"қолдиринг, асли: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Устун маълумотлари жадвали"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL сервеига уланишни қисиш"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Уланишни қисиш"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Серверга уланиш тури, агар билмасангиз, [kbd]tcp[/kbd] деб қолдиринг"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Уланиш тури"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Назорат фойдаланувчиси пароли"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7683,60 +7696,60 @@ msgstr ""
"батафсил маълумот [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/a]"
"да мавжуд"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Назорат фойдаланувчиси"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Control user"
msgid "Control host"
msgstr "Назорат фойдаланувчиси"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control user"
msgid "Control port"
msgstr "Назорат фойдаланувчиси"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
"Мунтазам иборалар(PCRE)га тўғри келадиган маълумотлар базаларини яшириш"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-"Кўпроқ маълумот учун [a@https://sourceforge.net/p/phpmyadmin/"
-"bugs/2606/]\"PMA bug tracker\"[/a] ва [a@http://bugs.mysql.com/19588]\"MySQL "
-"Bugs\"[/a]ларга қаранг"
+"Кўпроқ маълумот учун [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
+"\"PMA bug tracker\"[/a] ва [a@http://bugs.mysql.com/19588]\"MySQL Bugs\"[/a]"
+"ларга қаранг"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA ишлатишни ўчириш"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Базаларни яшириш"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7748,43 +7761,43 @@ msgstr ""
"Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл "
"қиймати: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL сўровлари тарихи жадвали"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "MySQL сервери ишлаётган хост номи"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Сервер хост номи"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Чиқиш URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid "Maximal number of table preferences to store"
msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Тобе сервер статуси жадвалини кўриш"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7792,16 +7805,16 @@ msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-"Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: "
-"[kbd]\"pma_pdf_pages\"[/kbd]"
+"Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: [kbd]"
+"\"pma_pdf_pages\"[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Central columns table"
msgstr "CHAR майдонидаги устунлар сони"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7810,20 +7823,20 @@ msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-"PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: "
-"[kbd]\"pma_table_coords\"[/kbd]"
+"PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: [kbd]"
+"\"pma_table_coords\"[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Паролсиз уланишга ҳаракат қилиш"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Паролсиз уланиш"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| " can use MySQL wildcard characters (% and _), escape them if you want use "
@@ -7837,36 +7850,36 @@ msgstr ""
"олдига тескари эгри чизиқ (\\) қўйишингиз керак, масалан \\\"my\\_db\\"
"\" (лекин \"my_db\" эмас)"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Фақат рўйхатдаги базаларни кўрсатиш"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr ""
"Агар \"config\" аутентификация усулидан фойдаланмасангиз, бўш қолдиринг"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "\"config\" аутентификация усули пароли"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-"Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: "
-"[kbd]\"pma_pdf_pages\"[/kbd]"
+"Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: [kbd]"
+"\"pma_pdf_pages\"[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-схема: саҳифалар жадвали"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7882,25 +7895,25 @@ msgstr ""
"қаранг. Агар фойдаланмасангиз, бўшқолдиринг. Асл қиймати: [kbd]\"phpmyadmin"
"\"[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "маълумотлар базаси номи"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 сервери тинглайдиган порт, асл қийматни қолдириш учун бўш қолдиринг"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Сервер порти"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7911,13 +7924,13 @@ msgstr ""
"Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл "
"қиймати: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Recall user name"
msgid "Recently used table"
msgstr "Фойдаланувчи номини чақириб олиш"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7928,13 +7941,13 @@ msgstr ""
"Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл "
"қиймати: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "Ўзгарувчилар"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7946,11 +7959,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/relation]Алоқа боғланишлари[/a]ни "
"ишлатмаслик учун, бўш қолдиринг, асл қиймати: [kbd]\"pma_relation\"[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Алоқалар жадвали"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7962,25 +7975,25 @@ msgstr ""
"Намуна учун [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"аутентификация усуллари[/a]га қаранг"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Кириш сессияси номи"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Кириш URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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 сервери тинглайдиган сокет, асл қиймати учун бўш қолдиринг"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Сервер сокети"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
@@ -7988,11 +8001,11 @@ msgstr ""
"SSL (Secure Sockets Layer - ҳимояланган сокетлар протоколи) уланишдан "
"фойдаланиш"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL уланишдан фойдаланиш"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -8001,16 +8014,16 @@ msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-"PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: "
-"[kbd]\"pma_table_coords\"[/kbd]"
+"PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: [kbd]"
+"\"pma_table_coords\"[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF-схема: жадвал координаталари"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "le to describe the display fields, leave blank for no support; gested: "
@@ -8022,13 +8035,13 @@ msgstr ""
"Кўрсатиладиган майдонлар шарҳлари сақланадиган жадвал, ишлатмаслик учун бўш "
"қолдиринг, асл қиймати: [kbd]\"pma_table_info\"[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Display fields table"
msgid "Display columns table"
msgstr "Майдонлар жадвалини кўрсатиш"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8039,53 +8052,53 @@ msgstr ""
"Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл "
"қиймати: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Жадвални дефрагментациялаш"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Тавсиф"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8096,25 +8109,25 @@ msgstr ""
"Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл "
"қиймати: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
#, fuzzy
#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "SQL сўровлари тарихи жадвали"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Автоматик тиклаш режими"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8125,37 +8138,37 @@ msgstr ""
"Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл "
"қиймати: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Жадвалларни ишлатиш"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Хостлар жадвалидан фойдаланиш"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8166,35 +8179,35 @@ msgstr ""
"Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл "
"қиймати: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "\"config\" аутентификация усули фойдаланувчиси"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr "MySQL сервери ишлаётган хост сервер номи."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Ушбу сервернинг кенгайтирилган номи"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "Фойдаланувчига \"барча (ёзувлар)ни кўрсатиш\" тугмаси кўрсатилсинми?"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Барча қаторларни кўрсатишга рухсат бериш"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -8209,77 +8222,77 @@ msgstr ""
"Эсда тутинг, ушбу танловни ёқишингиз [kbd]\"config\"[/kbd] аутентификация "
"усулидаги паролга таъсир этмайди"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Паролни ўзгартириш формасини кўрсатиш"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Маълумотлар базаси тузиш формасини кўрсатиш"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show versions"
msgid "Show Creation timestamp"
msgstr "Версияларни кўрсатиш"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
#| msgid "Show master status"
msgid "Show Last check timestamp"
msgstr "Уланган бош серверларни кўрсатиш"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Очиқ жадваллар рўйхати"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "Таҳрирлаш/қўйиш режимида функциялар майдонини кўрсатиш"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Фукнциялармайдонини кўрсатиш"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "Тўрни кўрсатиш"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -8291,15 +8304,15 @@ msgstr ""
"[a@http://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] функцияси "
"натижасига боғ кўрсатиш"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "\"phpinfo()\" функциясига боғ кўрсатиш"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "MySQL сервери ҳақида батафсил маълумот кўрсатиш"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -8308,22 +8321,22 @@ msgid ""
msgstr ""
"phpMyAdmin томонидан генерация қилинган SQL сўровларини кўрсатиш керакми"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Show SQL сўровларини кўрсатиш"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "SQL Query box"
msgid "Retain query box"
msgstr "SQL сўровлари қутиси"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
@@ -8331,11 +8344,11 @@ msgstr ""
"Маълумотлар базалари ва жадваллар статискасини (масалан, дискда эгаллаган "
"жойи) кўрсатиш"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Статискани кўрсатиш"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -8345,19 +8358,19 @@ msgstr ""
"Ишлатилаётган жадвалларни белгилаш ва қулфланган жадваллари мавжуд бўлган "
"маълумотлар базаларини кўришга имкон бериш"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Қулфланган жадвалларни ташлаб кетишлик"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
@@ -8370,59 +8383,59 @@ msgstr ""
"[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун "
"ишлатиладиган сирли ибора"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "cookie-логин яроқлиги"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Textarea columns"
msgstr "CHAR майдонидаги устунлар сони"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
#, fuzzy
#| msgid "CHAR textarea rows"
msgid "Textarea rows"
msgstr "CHAR майдонидаги қаторлар сони"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default table tab"
msgid "Default title"
msgstr "Жадвал ёрлиғи"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -8440,57 +8453,57 @@ msgstr ""
"келаётган HTTP_X_FORWARDED_FOR (X-Forwarded-For) сарлавҳани ишончли деб "
"қабул қилишини таъминлайди: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "IP бўйича рухсат бериш/рад этиш учун ишонарли прокси-серверлар рўйхати"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, fuzzy
#| msgid "Directory on server where you can upload files for import"
msgid "Directory on server where you can upload files for import."
msgstr "Серверда импорт файллари сақланадиган директория"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Импорт директорияси"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
msgstr ""
"Маълумотлар базаси ичидаги маълумотларни тўлалигича қидиришга рухсат бериш"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Базани қидиришдан фойдаланиш"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Охирги версияни текшириш"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Версияни текшириш"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -8498,34 +8511,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Фойдаланувчи"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Парол"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -8537,43 +8550,43 @@ msgstr ""
"Импорт ва экспорт операциялари учун [a@http://en.wikipedia.org/wiki/ZIP_"
"(file_format)]ZIP[/a] қисишни ёқиш"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Сервер порти"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -9088,16 +9101,16 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
-#| "matting strings. Additionally the following transformations will pen: "
-#| "%3$s. Other text will be kept as is."
+#| "matting strings. Additionally the following transformations will pen: %3"
+#| "$s. Other text will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Қиймат %1$sstrftime%2$s функцияси билан қайта ишланган, шунинг учун ҳозирги "
-"вақт ва санани қўйиш мумкин. Қўшимча равишда қуйидагилар ишлатилиши мумкин: "
-"%3$s. Матннинг бошқа қисмлари ўзгаришсиз қолади."
+"вақт ва санани қўйиш мумкин. Қўшимча равишда қуйидагилар ишлатилиши мумкин: %"
+"3$s. Матннинг бошқа қисмлари ўзгаришсиз қолади."
#: libraries/display_export.lib.php:526
msgid "use this for future exports"
@@ -9675,8 +9688,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10875,8 +10888,8 @@ msgstr "\"%s\" дастурига хуш келибсиз"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Эҳтимол, конфигурация файли тузилмаган. Уни тузиш учун %1$ssўрнатиш "
"сценарийсидан%2$s фойдаланишингиз мумкин."
@@ -12293,7 +12306,7 @@ msgstr "Фойдаланувчи номи"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Парол"
@@ -12325,8 +12338,8 @@ msgstr "Сервер ID си"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Хост"
@@ -13238,7 +13251,7 @@ msgstr "Йўқ"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -13282,14 +13295,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Жадвал даражасижаги привилегиялар"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -13300,7 +13313,7 @@ msgid "Administration"
msgstr "Администрация"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Глобал привилегиялар"
@@ -13311,7 +13324,7 @@ msgid "Global"
msgstr "Глобал"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Маълумотлар базаси привилегиялари"
@@ -13331,13 +13344,13 @@ msgstr ""
"привилегиялар қўшишга рухсат беради."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Фойдаланувчи ҳисоби ҳақида маълумот"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Матнмайдонини ишлатиш"
@@ -13362,7 +13375,7 @@ msgid "You have revoked the privileges for %s."
msgstr "\"%s\" фойдаланувчининг привилегиялари бекор қилинди."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -13389,226 +13402,226 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" маълумотлар базасига барча привилегияларни бериш."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\"га рухсати бўлган фойдаланувчилар"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "\"%s\" намойиши ўчирилди"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Фойдаланувчи"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "GRANT"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Биронта ҳам фойдаланувчи топилмади."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Ҳар қайси"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "Глобал"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Маълумотлар базаси даражасида"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "Гуруҳлаш белгиси"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Маълумотлар базаси даражасида"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Привилегияларни таҳрирлаш"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Бекор қилиш"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Серверларни таҳрирлаш"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "ва эскисини сақлаш."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "ва фойдаланувчилар жадвалидан эскисини ўчириш."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ", эскисининг барча фаол привилегияларини бекор қилиб ўчириш."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
", фойдаланувчилар жадвалидан эскисини ўчириб привилегияларни қайта юклаш."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Фойдаланувчининг логинини ўзгартириш / Фойдаланувчидан нусха олиш"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Худди шундай привилегияли янги фойдаланувчи киритиш…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Майдон привилегиялари"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Қуйидаги маълумотлар омборига привилегия қўшиш"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Маълумотлар базалари номларида пастки чизиқ (_) ва фоиз (%) белгилари "
"ишлатилганда улар олдига тескари эгри чизиқ (\\) қўйиш керак."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Қуйидаги жадвалга привилегия қўшиш"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Белгиланган фойдаланувчиларни ўчириш"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Фойдаланувчиларнинг барча фаол привилегияларини бекор қилиш, сўнг уларни "
"ўчириш."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "Фойдаланувчилар номлари билан аталган маълумотлар базаларини ўчириш."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "Ўчириш лозим бўлган фойдаланувчилар танланмаган!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Привилегиялар қайта юкланмоқда"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Белгиланган фойдаланувчилар муваффақиятли ўчирилди."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "\"%s\" учун привилегиялар ўзгартирилди."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "\"%s\" ўчирилмоқда"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Привилегиялар муваффақиятли қайта юкланди."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "\"%s\" номли фойдаланувчи мавжуд!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Привилегиялар"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Привилегияларни таҳрирлаш"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Фойдаланувчилар ҳисобини кўриб чиқиш"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"ИЗОҲ: phpMyAdmin фойдаланувчилар привилегиялари ҳақидаги маълумотларни "
"тўғридан-тўғри MySQL привилегиялари жадвалидан олади. Ушбу жадвалдаги "
"маълумотлар сервер томонидан ишлатилаётган привилегиялардан фарқ қилиши "
"мумкин. Бу ҳолда %sпривилегияларни қайта юклаш%s керак."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Белгиланган фойдаланувчи привилегиялар жадвалида топилмади."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Сиз янги фойдаланувчи қўшдингиз."
@@ -14483,8 +14496,8 @@ msgstr "Очиқ файллар сони."
#: libraries/server_status_variables.lib.php:641
msgid "The number of streams that are open (used mainly for logging)."
msgstr ""
-"Очиқ оқимлар сони (журнал файлларида кўлланилади). Оқим деб \"fopen"
-"()\" функцияси ёрдамида очилган файлга айтилади."
+"Очиқ оқимлар сони (журнал файлларида кўлланилади). Оқим деб \"fopen()"
+"\" функцияси ёрдамида очилган файлга айтилади."
#: libraries/server_status_variables.lib.php:644
msgid "The number of tables that are open."
@@ -15757,14 +15770,6 @@ msgstr "Ҳозир фаолсизлантириш"
msgid "Delete version"
msgstr "Версиясини тузиш"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "фаол"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "фаол эмас"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Кузатиш операторлари"
@@ -15905,13 +15910,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Could not save configuration"
msgstr "Конфигурацияни юклаб ёки сақлаб бўлмади"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -16263,25 +16268,25 @@ msgstr[1] ""
msgid "No column selected."
msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking of %s.%s is activated."
msgid "Tracking of %s is activated."
msgstr "\"%s.%s\" жадвалини кузатиш фаоллаштирилди."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Белгиланган фойдаланувчилар муваффақиятли ўчирилди."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "Амални амалга ошириш учун битта ёки бир нечта қаторни танлаш керак."
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL сўрови бажарилди."
@@ -16690,8 +16695,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -16826,8 +16831,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -17553,6 +17558,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Максимал уланишлар сони "
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Маълумотлар базасини рўйхат шаклида кўрсатиш"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Ушбу жадвал учун кузатув маълумотлари ўчириш"
diff --git a/po/uz@latin.po b/po/uz@latin.po
index f59187951c..3f8450e635 100644
--- a/po/uz@latin.po
+++ b/po/uz@latin.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-05 10:33+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Uzbek (latin) \n"
-"Language: uz@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: uz@latin\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -96,7 +96,7 @@ msgstr "Maydon nomlari"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -181,16 +181,16 @@ msgstr "Birlamchi"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Yo‘q"
@@ -210,16 +210,16 @@ msgstr "Yo‘q"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Ha"
@@ -271,15 +271,15 @@ msgstr ""
"Aloqador jadvallar bilan ishlash uchun qo‘shimcha imkoniyatlar mavjud emas. "
"Sabablarini aniqlash uchun %sbu yerga%s bosing."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Jadval"
@@ -391,13 +391,13 @@ msgstr "Yangilandi"
msgid "Status"
msgstr "Holat"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -410,7 +410,7 @@ msgstr "Amal"
msgid "Show"
msgstr "Ko‘rsatish"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Delete tracking data for this table"
msgid "Delete tracking"
@@ -430,15 +430,25 @@ msgstr "Kuzatish hisoboti"
msgid "Structure snapshot"
msgstr "Tuzilma rasmi"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "faol emas"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "faol"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "Kuzatilmagan jadvallar"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "Jadvalni kuzatish"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Baza log faylini"
@@ -576,7 +586,7 @@ msgid "Add geometry"
msgstr "Yangi foydalanuvchi qo‘shish"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -598,9 +608,9 @@ msgstr "Yangi foydalanuvchi qo‘shish"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -641,11 +651,11 @@ msgstr "To‘la qo‘yish"
#: import.php:163
#, fuzzy, php-format
#| msgid ""
-#| "You probably tried to upload too large file. Please refer to "
-#| "%sdocumentation%s for ways to workaround this limit."
+#| "You probably tried to upload too large file. Please refer to %"
+#| "sdocumentation%s for ways to workaround this limit."
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
"Ehtimol, yuklanayotgan fayl hajmi juda katta. Bu muammoni yechishning "
"usullari %sdokumentatsiyada%s keltirilgan."
@@ -1479,12 +1489,12 @@ msgstr "To‘rga bog‘lab qo‘yish"
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -2049,18 +2059,18 @@ msgid "Show query box"
msgstr "SQL so‘rovlari qutisi"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Tahrirlash"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d soni to‘g‘ri qator raqami emas."
@@ -2338,7 +2348,7 @@ msgstr "Ma`lumotlar fayli ko‘rsatgichi hajmi"
msgid "Ignore"
msgstr "E`tibor bermaslik"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -2356,7 +2366,7 @@ msgstr "Qatorlar bo‘luvchisi"
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2517,10 +2527,10 @@ msgstr "Maydon nomlari"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "Barchasini ko‘rsatish"
@@ -2636,7 +2646,7 @@ msgstr "Indеks(lar)ni saqlash"
msgid "Show hidden navigation tree items."
msgstr "Chap ramkada logotipni ko‘rsatish"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main frame"
@@ -2717,7 +2727,7 @@ msgstr "Oxirgi versiyani tekshirish"
msgid "up to date"
msgstr "Ushbu bazaga o‘tish"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
#, fuzzy
#| msgid "Create version"
@@ -3205,8 +3215,8 @@ msgid "Requery"
msgstr "so‘rov bo‘yicha"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -3215,16 +3225,16 @@ msgid "Delete"
msgstr "O‘chirish"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -3309,7 +3319,7 @@ msgid "History"
msgstr "SQL-so‘rovlar tarixi"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -3356,7 +3366,7 @@ msgid "During current session"
msgstr "Joriy xatoliklarni tashlab kеtish"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3410,9 +3420,9 @@ msgstr "SQL so‘rovlari tarixi jadvali"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3421,9 +3431,9 @@ msgstr ""
msgid "Ascending"
msgstr "O‘sish tartibida"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3658,32 +3668,32 @@ msgstr "Quyidagi jadval(lar)da qidirish:"
msgid "Inside column:"
msgstr "Quyidagi maydon(lar)da qidirish: "
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
#, fuzzy
#| msgid "Save directory"
msgid "Save edited data"
msgstr "Saqlash direktoriyasi"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Restore column order"
msgstr "CHAR maydonidagi ustunlar soni"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
#, fuzzy
msgid "Filter rows"
msgstr "Filtr"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
#, fuzzy
#| msgid "Search in database"
msgid "Search this table"
msgstr "Ma`lumotlar bazasida qidirish"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
#, fuzzy
#| msgid "Begin"
@@ -3691,7 +3701,7 @@ msgctxt "First page"
msgid "Begin"
msgstr "Boshi"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
#, fuzzy
@@ -3700,7 +3710,7 @@ msgctxt "Previous page"
msgid "Previous"
msgstr "Orqaga"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
#, fuzzy
@@ -3709,7 +3719,7 @@ msgctxt "Next page"
msgid "Next"
msgstr "Keyingi"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
#, fuzzy
#| msgid "End"
@@ -3717,87 +3727,87 @@ msgctxt "Last page"
msgid "End"
msgstr "Oxiri"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "Barcha"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
#, fuzzy
#| msgid "Number of fields"
msgid "Number of rows:"
msgstr "Maydonlar soni "
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "Indeks bo‘yicha sortirovka qilish"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
#, fuzzy
#| msgid "Partial Texts"
msgid "Partial texts"
msgstr "Ma`lumotlarni qisqartirib ko‘rsatish"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
#, fuzzy
#| msgid "Full Texts"
msgid "Full texts"
msgstr "Ma`lumotlarni kengaytirilgan holda ko‘rsatish"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "Aloqador kalit"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display column"
msgstr "Aloqador maydon qiymati"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "Ikkilik ma`lumotlarni ko‘rsatish"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "BLOB turidagi ma`lumotlarni ko‘rsatish"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
#, fuzzy
#| msgid "Browser transformation"
msgid "Hide browser transformation"
msgstr "O‘girish"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
#, fuzzy
#| msgid "The row has been deleted."
msgid "The row has been deleted."
msgstr "Yozuv o‘chirildi"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "Tugatish"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
#, fuzzy
#| msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]"
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "Taxminiy bo‘lishi mumkin. [doc@faq3-11]\"FAQ 3.11\"[/doc]ga qarang"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
@@ -3806,48 +3816,48 @@ msgstr "Taxminiy bo‘lishi mumkin. [doc@faq3-11]\"FAQ 3.11\"[/doc]ga qarang"
msgid "Your SQL query has been executed successfully."
msgstr "SQL so‘rovi muvaffaqiyatli bajarildi"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
"Ushbu namoyish kamida ko‘rsatilgan miqdorda qatorlarga ega. Batafsil "
"ma`lumot uchun %sdokumentatsiyaga%s qarang."
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, fuzzy, php-format
#| msgid "Showing rows"
msgid "Showing rows %1s - %2s"
msgstr "Yozuvlarni ko‘rsatish"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, fuzzy, php-format
#| msgid "total"
msgid "%d total"
msgstr "jami"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, fuzzy, php-format
#| msgid "Query took %01.4f sec"
msgid "Query took %01.4f seconds."
msgstr "So‘rov %01.4f sekund vaqt oldi"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "Belgilanganlarni:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3855,50 +3865,52 @@ msgstr "Belgilanganlarni:"
msgid "Check All"
msgstr "Barchasini belgilash"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "O‘zgartirish"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "Eksport"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "So‘rov natijalarini ishlatish"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "Chop etish versiyasi"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "Chop etish versiyasi (to‘la)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
#, fuzzy
#| msgid "Display PDF schema"
msgid "Display chart"
msgstr "PDF-sxemani ko‘rsatish"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
#, fuzzy
#| msgid "Link not found"
msgid "Link not found!"
@@ -4074,7 +4086,7 @@ msgid ""
msgstr "%1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin."
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "Server"
@@ -4134,9 +4146,9 @@ msgstr "Qo‘yish"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "Privilegiyalar"
@@ -4200,7 +4212,7 @@ msgstr "CHAR maydonidagi ustunlar soni"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "Ma`lumotlar bazalari"
@@ -4329,7 +4341,7 @@ msgid "Recent"
msgstr "Tozalash"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
#, fuzzy
#| msgid "Variables"
msgid "Favorite tables"
@@ -4796,14 +4808,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -5061,7 +5073,7 @@ msgstr "Maksimal hajmi: \"%s\"%s\""
msgid "MySQL said: "
msgstr "MySQL javobi: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "So‘rov tahlili"
@@ -5073,7 +5085,7 @@ msgstr "Tahlil kerak emas"
msgid "Without PHP Code"
msgstr "PHP-kod olib tashlash"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "PHP-kod"
@@ -5642,7 +5654,7 @@ msgid "Set value: %s"
msgstr "Quyidagi qiymatni o‘rnatish: \"%s\""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "Asl qiymatlarni tiklash"
@@ -5829,9 +5841,9 @@ msgstr ""
"real xostlar uchun tavsiya etilmaydi. Serverdagi phpMyAdmin turgan katalog "
"adresini bilgan yoki taxmin qilgan har kim ushbu dasturga bemalol kirib, "
"serverdagi ma`lumotlar bazalari bilan istalgan operatsiyalarni amalga "
-"oshirishi mumkin. Server [a@?page=servers&mode=edit&id="
-"%1$d#tab_Server]autentifikatsiya usuli[/a]ni [kbd]cookie[/kbd] yoki [kbd]http"
-"[/kbd] deb belgilash tavsiya etiladi."
+"oshirishi mumkin. Server [a@?page=servers&mode=edit&id=%1"
+"$d#tab_Server]autentifikatsiya usuli[/a]ni [kbd]cookie[/kbd] yoki [kbd]http[/"
+"kbd] deb belgilash tavsiya etiladi."
#: libraries/config/ServerConfigChecks.class.php:437
#, fuzzy, php-format
@@ -7096,7 +7108,7 @@ msgid "Maximum displayed SQL length"
msgstr "SQL so‘rovining maksimal uzunligi"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -7183,37 +7195,37 @@ msgstr "Xotira miqdori"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show databases navigation as tree"
msgstr "Chap ramkada logotipni ko‘rsatish"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in left frame"
msgid "Show logo in navigation panel."
msgstr "Chap ramkada logotipni ko‘rsatish"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "Logotipni ko‘rsatish"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "Show logo in left frame"
msgid "URL where logo in the navigation panel will point to."
msgstr "Chap ramkada logotipni ko‘rsatish"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logotip bog‘langan URL"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -7225,31 +7237,31 @@ msgstr ""
"Bog‘langan sahifani bosh oynada ([kbd]bosh[/kbd]) yoki yangi oynada ([kbd]"
"yangi[/kbd]) ochish"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logotip bog‘langan nishon"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, 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"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "Server tanlovini ko‘rsatish"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "Tezkor murojaat piktogrammasi uchun nishon"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "Tezkor murojaat piktogrammasi uchun nishon"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
#, fuzzy
#| msgid "Maximum number of tables displayed in table list"
msgid ""
@@ -7257,19 +7269,19 @@ msgid ""
"display a filter box."
msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
#, 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"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
#, 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"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Only light version; display databases in a tree (determined by the "
@@ -7281,104 +7293,105 @@ msgstr ""
"Yengil versiya; ma`lumotlar bazalarini daraxtda ko‘rsatish (quyida "
"belgilangan satr bilan bo‘linadi)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, 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"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "Ma`lumotlar bazasi daraxtining bo‘luvchisi"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, 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"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "Jadval daraxtining bo‘luvchisi"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "Jadvallar daraxtining maksimum chuqurligi"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "Sichqoncha kursori turgan serverni belgilash"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "Belgilashni yoqish"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "Ma`lumotlar bazasini ro‘yxat shaklida ko‘rsatish"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Iconic navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "Piktogrammali navigatsiya menyusi"
+
+#: libraries/config/messages.inc.php:468
+#, 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"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, 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"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
#, fuzzy
#| msgid "Untracked tables"
msgid "Recently used tables"
msgstr "Kuzatilmagan jadvallar"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
#, fuzzy
#| msgid "Alter table order by"
msgid "Natural order"
msgstr "Jadval sortirovkasini o‘zgartirish"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, 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"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
#, fuzzy
#| msgid "Iconic navigation bar"
msgid "Table navigation bar"
msgstr "Piktogrammali navigatsiya menyusi"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
@@ -7386,11 +7399,11 @@ msgstr ""
"HTTP orqali ma`lumot uzatishda yuqori tezlikka erishish uchun GZip "
"buferizatsiyadan foydalaning"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip buferizatsiya"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, "
@@ -7402,74 +7415,74 @@ msgstr ""
"[kbd]SMART[/kbd] – ya`ni, TIME, DATE, DATETIME va TIMESTAMP turidagi "
"maydonlar uchun kamayish tartibida, aks holda ko‘payish tartibida"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "Asl tartiblash qoidasi"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "MySQL ma`lumotlar bazalarida doimiy ulanishlardan foydalanish"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "Doimiy ulanishlar"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
#, fuzzy
#| msgid "Allow to display all the rows"
msgid "How to display the menu tabs"
msgstr "Barcha qatorlarni ko‘rsatishga ruxsat berish"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, 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"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
#, fuzzy
#| msgid "Protect binary fields"
msgid "Protect binary columns"
msgstr "Binar (ikkilik) maydonlarni himoyalash"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
#, fuzzy
#| msgid ""
#| "ble if you want DB-based query history (requires phpMyAdmin configuration "
@@ -7484,137 +7497,137 @@ msgstr ""
"tanlovni yoqing (pmadb talab etiladi). Ushbu tanlov o‘chirilgan bo‘lsa, oyna "
"yopilgan zahoti so‘rovlar tarixi yo‘qoladi."
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "Doimiy so‘rovlar tarixi"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "Jurnalda saqlanadigan so‘rovlar soni"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "So‘rovlar tarixi uzunligi"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, 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"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "Kodirovkalash funksiyasi"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
#, fuzzy
#| msgid "Rename table to"
msgid "Remember table's sorting"
msgstr "Jadval nomini o‘zgartirish"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "Asl tartiblash qoidasi"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
#, fuzzy
#| msgid "Repair threads"
msgid "Repeat headers"
msgstr "Oqimli tiklash"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display field"
msgid "Relational display"
msgstr "Aloqador maydon qiymati"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "Serverlar ko‘rinishini sozlash"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, 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"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "Saqlash direktoriyasi"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "Agar ishlatilmasa bo‘sh qoldiring"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
#, fuzzy
#| msgid "Host authentication order"
msgid "Host authorization order"
msgstr "Autentifikatsiya tartibi"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "Asl qoidalarni ishlatish uchun bo‘sh qoldiring"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
#, fuzzy
#| msgid "Host authentication rules"
msgid "Host authorization rules"
msgstr "Autentifikatsiya qoidalari"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "Parolsiz qirishga ruxsat bеrish"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "\"root\"ga kirishga ruxsat berish"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "Sessiya qiymatlari"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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."
@@ -7622,11 +7635,11 @@ msgstr ""
"HTTP Avtorizatsiya vaqtida ko‘rsatiladigan Oddiy HTTP Avtorizatsiya Bo‘limi "
"nomi"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP Bo‘limi"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -7641,21 +7654,21 @@ msgstr ""
"konfiguratsion fayl yo‘li (hujjatlar katalogiga joylashtirilmagan; tavsiya "
"etiladi: /etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "\"SweKey\" konfiguratsiya fayli"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "Foydalaniladigan autentifikatsiya usuli"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "Autentifikatsiya usuli"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/"
@@ -7667,11 +7680,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/bookmark]Xatcho‘p[/a] ishlatmaslik uchun "
"bo‘sh qoldiring, asli: [kbd]pma_bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "Xatcho‘plar jadvali"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -7683,35 +7696,35 @@ msgstr ""
"Ustun izohlari/\"mime\"-turlari haqidagi ma`lumotlarni ishlatmaslik uchun "
"bo‘sh qoldiring, asli: [kbd]pma_column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "Ustun ma`lumotlari jadvali"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "MySQL serveiga ulanishni qisish"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "Ulanishni qisish"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "Serverga ulanish turi, agar bilmasangiz, [kbd]tcp[/kbd] deb qoldiring"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "Ulanish turi"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "Nazorat foydalanuvchisi paroli"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -7725,60 +7738,60 @@ msgstr ""
"batafsil ma`lumot [a@http://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/a]"
"da mavjud"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "Nazorat foydalanuvchisi"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
#, fuzzy
#| msgid "Control user"
msgid "Control host"
msgstr "Nazorat foydalanuvchisi"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
#, fuzzy
#| msgid "Control user"
msgid "Control port"
msgstr "Nazorat foydalanuvchisi"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, 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"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-"Ko‘proq ma`lumot uchun [a@https://sourceforge.net/p/phpmyadmin/"
-"bugs/2606/]\"PMA bug tracker\"[/a] va [a@http://bugs.mysql.com/19588]\"MySQL "
-"Bugs\"[/a]larga qarang"
+"Ko‘proq ma`lumot uchun [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]"
+"\"PMA bug tracker\"[/a] va [a@http://bugs.mysql.com/19588]\"MySQL Bugs\"[/a]"
+"larga qarang"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "INFORMATION_SCHEMA ishlatishni o‘chirish"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "Bazalarni yashirish"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma_history"
@@ -7790,43 +7803,43 @@ msgstr ""
"Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, "
"asl qiymati: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL so‘rovlari tarixi jadvali"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "MySQL sеrvеri ishlayotgan xost nomi"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "Sеrvеr xost nomi"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "Chiqish URL"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
#, 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"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "Tobе sеrvеr statusi jadvalini ko‘rish"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
@@ -7834,16 +7847,16 @@ msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-"Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: "
-"[kbd]\"pma_pdf_pages\"[/kbd]"
+"Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: [kbd]"
+"\"pma_pdf_pages\"[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Central columns table"
msgstr "CHAR maydonidagi ustunlar soni"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -7852,20 +7865,20 @@ msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-"PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: "
-"[kbd]\"pma_table_coords\"[/kbd]"
+"PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: [kbd]"
+"\"pma_table_coords\"[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "Parolsiz ulanishga harakat qilish"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "Parolsiz ulanish"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
#, fuzzy
#| msgid ""
#| " can use MySQL wildcard characters (% and _), escape them if you want use "
@@ -7879,36 +7892,36 @@ msgstr ""
"oldiga teskari egri chiziq (\\) qo‘yishingiz kerak, masalan \\\"my\\_db\\"
"\" (lekin \"my_db\" emas)"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "Faqat ro‘yxatdagi bazalarni ko‘rsatish"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, 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"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "\"config\" autentifikatsiya usuli paroli"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]"
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-"Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: "
-"[kbd]\"pma_pdf_pages\"[/kbd]"
+"Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: [kbd]"
+"\"pma_pdf_pages\"[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF-sxema: sahifalar jadvali"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7921,28 +7934,28 @@ msgid ""
msgstr ""
"Aloqalar, xatcho‘plar va PDF imkoniyatlari uchun ishlatiladigan baza. "
"Batafsil ma`lumot uchun [a@http://wiki.phpmyadmin.net/pma/pmadb]\"pmadb\"[/a]"
-"ga qarang. Agar foydalanmasangiz, bo‘sh qoldiring. Asl qiymati: "
-"[kbd]\"phpmyadmin\"[/kbd]"
+"ga qarang. Agar foydalanmasangiz, bo‘sh qoldiring. Asl qiymati: [kbd]"
+"\"phpmyadmin\"[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
#, fuzzy
#| msgid "database name"
msgid "Database name"
msgstr "ma`lumotlar bazasi nomi"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "Server porti"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7953,13 +7966,13 @@ msgstr ""
"Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, "
"asl qiymati: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
#, fuzzy
#| msgid "Recall user name"
msgid "Recently used table"
msgstr "Foydalanuvchi nomini chaqirib olish"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -7970,13 +7983,13 @@ msgstr ""
"Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, "
"asl qiymati: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Variables"
msgid "Favorites table"
msgstr "O‘zgaruvchilar"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7988,11 +8001,11 @@ msgstr ""
"[a@http://wiki.phpmyadmin.net/pma/relation]Aloqa bog‘lanishlari[/a]ni "
"ishlatmaslik uchun, bo‘sh qoldiring, asl qiymati: [kbd]\"pma_relation\"[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "Aloqalar jadvali"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -8004,25 +8017,25 @@ msgstr ""
"Namuna uchun [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]"
"autentifikatsiya usullari[/a]ga qarang"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Kirish sessiyasi nomi"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "Kirish URL"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "Server soketi"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
@@ -8030,11 +8043,11 @@ msgstr ""
"SSL (Secure Sockets Layer - himoyalangan soketlar protokoli) ulanishdan "
"foydalanish"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "SSL ulanishdan foydalanish"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/"
@@ -8043,16 +8056,16 @@ msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-"PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: "
-"[kbd]\"pma_table_coords\"[/kbd]"
+"PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: [kbd]"
+"\"pma_table_coords\"[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF-sxema: jadval koordinatalari"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "le to describe the display fields, leave blank for no support; gested: "
@@ -8064,13 +8077,13 @@ msgstr ""
"Ko‘rsatiladigan maydonlar sharhlari saqlanadigan jadval, ishlatmaslik uchun "
"bo‘sh qoldiring, asl qiymati: [kbd]\"pma_table_info\"[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
#, fuzzy
#| msgid "Display fields table"
msgid "Display columns table"
msgstr "Maydonlar jadvalini ko‘rsatish"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8081,53 +8094,53 @@ msgstr ""
"Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, "
"asl qiymati: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
#, fuzzy
#| msgid "Defragment table"
msgid "UI preferences table"
msgstr "Jadvalni defragmentatsiyalash"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
#, fuzzy
#| msgid "Statements"
msgid "Statements to track"
msgstr "Tavsif"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8138,25 +8151,25 @@ msgstr ""
"Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, "
"asl qiymati: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
#, fuzzy
#| msgid "SQL query history table"
msgid "SQL query tracking table"
msgstr "SQL so‘rovlari tarixi jadvali"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
#, fuzzy
#| msgid "Automatic recovery mode"
msgid "Automatically create versions"
msgstr "Avtomatik tiklash rejimi"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8167,37 +8180,37 @@ msgstr ""
"Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, "
"asl qiymati: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
#, fuzzy
#| msgid "Use Tables"
msgid "Users table"
msgstr "Jadvallarni ishlatish"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
#, fuzzy
#| msgid "Use Host Table"
msgid "User groups table"
msgstr "Xostlar jadvalidan foydalanish"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]"
@@ -8208,36 +8221,36 @@ msgstr ""
"Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, "
"asl qiymati: [kbd]\"pma_history\"[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "\"config\" autentifikatsiya usuli foydalanuvchisi"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr "MySQL serveri ishlayotgan xost server nomi."
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "Ushbu serverning kengaytirilgan nomi"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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?"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "Barcha qatorlarni ko‘rsatishga ruxsat berish"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -8252,77 +8265,77 @@ msgstr ""
"Esda tuting, ushbu tanlovni yoqishingiz [kbd]\"config\"[/kbd] "
"autentifikatsiya usulidagi parolga ta`sir etmaydi"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "Parolni o‘zgartirish formasini ko‘rsatish"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "Ma`lumotlar bazasi tuzish formasini ko‘rsatish"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
#, fuzzy
#| msgid "Show versions"
msgid "Show Creation timestamp"
msgstr "Vеrsiyalarni ko‘rsatish"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr ""
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
#, fuzzy
#| msgid "Show master status"
msgid "Show Last check timestamp"
msgstr "Ulangan bosh sеrvеrlarni ko‘rsatish"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
#, fuzzy
#| msgid "Show open tables"
msgid "Show field types"
msgstr "Ochiq jadvallar ro‘yxati"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, 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"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "Fuknsiyalarmaydonini ko‘rsatish"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
#, fuzzy
#| msgid "Show grid"
msgid "Show hint"
msgstr "To‘rni ko‘rsatish"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -8334,15 +8347,15 @@ msgstr ""
"[a@http://php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] funksiyasi "
"natijasiga bog‘ ko‘rsatish"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "\"phpinfo()\" funksiyasiga bog‘ ko‘rsatish"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "MySQL serveri haqida batafsil ma`lumot ko‘rsatish"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -8351,22 +8364,22 @@ msgid ""
msgstr ""
"phpMyAdmin tomonidan generatsiya qilingan SQL so‘rovlarini ko‘rsatish kerakmi"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "Show SQL so‘rovlarini ko‘rsatish"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
#, fuzzy
#| msgid "SQL Query box"
msgid "Retain query box"
msgstr "SQL so‘rovlari qutisi"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
@@ -8374,11 +8387,11 @@ msgstr ""
"Ma`lumotlar bazalari va jadvallar statiskasini (masalan, diskda egallagan "
"joyi) ko‘rsatish"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "Statiskani ko‘rsatish"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -8388,19 +8401,19 @@ msgstr ""
"Ishlatilayotgan jadvallarni belgilash va qulflangan jadvallari mavjud "
"bo‘lgan ma`lumotlar bazalarini ko‘rishga imkon berish"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "Qulflangan jadvallarni tashlab ketishlik"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] "
@@ -8413,59 +8426,59 @@ msgstr ""
"[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun "
"ishlatiladigan sirli ibora"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "cookie-login yaroqligi"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
#, fuzzy
#| msgid "CHAR textarea columns"
msgid "Textarea columns"
msgstr "CHAR maydonidagi ustunlar soni"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
#, fuzzy
#| msgid "CHAR textarea rows"
msgid "Textarea rows"
msgstr "CHAR maydonidagi qatorlar soni"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
#, fuzzy
#| msgid "Default table tab"
msgid "Default title"
msgstr "Jadval yorlig‘i"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -8483,22 +8496,22 @@ 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]"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
"IP bo‘yicha ruxsat berish/rad etish uchun ishonarli proksi-serverlar ro‘yxati"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
#, 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"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "Import direktoriyasi"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
#, fuzzy
#| msgid "Allow for searching inside the entire database"
msgid "Allow for searching inside the entire database."
@@ -8506,36 +8519,36 @@ msgstr ""
"Ma`lumotlar bazasi ichidagi ma`lumotlarni to‘laligicha qidirishga ruxsat "
"berish"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "Bazani qidirishdan foydalanish"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "Oxirgi versiyani tekshirish"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "Versiyani tekshirish"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -8543,34 +8556,34 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
#, fuzzy
#| msgid "Username"
msgid "Proxy username"
msgstr "Foydalanuvchi"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
#, fuzzy
#| msgid "Password"
msgid "Proxy password"
msgstr "Parol"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -8582,43 +8595,43 @@ msgstr ""
"Import va eksport operatsiyalari uchun [a@http://en.wikipedia.org/wiki/ZIP_"
"(file_format)]ZIP[/a] qisishni yoqish"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
#, fuzzy
#| msgid "Server port"
msgid "Send error reports"
msgstr "Server porti"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -9135,12 +9148,12 @@ msgstr ""
#, fuzzy, php-format
#| msgid ""
#| "s value is interpreted using %1$sstrftime%2$s, so you can use time "
-#| "matting strings. Additionally the following transformations will pen: "
-#| "%3$s. Other text will be kept as is."
+#| "matting strings. Additionally the following transformations will pen: %3"
+#| "$s. Other text will be kept as is."
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"Qiymat %1$sstrftime%2$s funksiyasi bilan qayta ishlangan, shuning uchun "
"hozirgi vaqt va sanani qo‘yish mumkin. Qo‘shimcha ravishda quyidagilar "
@@ -9724,8 +9737,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -10928,8 +10941,8 @@ msgstr "\"%s\" dasturiga xush kelibsiz"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"Ehtimol, konfiguratsiya fayli tuzilmagan. Uni tuzish uchun %1$sso‘rnatish "
"ssenariysidan%2$s foydalanishingiz mumkin."
@@ -12355,7 +12368,7 @@ msgstr "Foydalanuvchi nomi"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "Parol"
@@ -12387,8 +12400,8 @@ msgstr "Server ID si"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "Xost"
@@ -13305,7 +13318,7 @@ msgstr "Yo‘q"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -13351,14 +13364,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "Jadval darajasijagi privilegiyalar"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -13369,7 +13382,7 @@ msgid "Administration"
msgstr "Administratsiya"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "Global privilegiyalar"
@@ -13380,7 +13393,7 @@ msgid "Global"
msgstr "Global"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "Ma`lumotlar bazasi privilegiyalari"
@@ -13400,13 +13413,13 @@ msgstr ""
"privilegiyalar qo‘shishga ruxsat beradi."
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "Foydalanuvchi hisobi haqida ma`lumot"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "Matnmaydonini ishlatish"
@@ -13431,7 +13444,7 @@ msgid "You have revoked the privileges for %s."
msgstr "\"%s\" foydalanuvchining privilegiyalari bekor qilindi."
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
#, fuzzy
#| msgid "Any user"
msgid "Add user"
@@ -13458,96 +13471,96 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr "\"%s\" ma`lumotlar bazasiga barcha privilegiyalarni berish."
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "\"%s\"ga ruxsati bo‘lgan foydalanuvchilar"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
#, fuzzy
#| msgid "View %s has been dropped."
msgid "User has been added."
msgstr "\"%s\" namoyishi o‘chirildi"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Foydalanuvchi"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "GRANT"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
#, fuzzy
#| msgid "No user(s) found."
msgid "No user found."
msgstr "Bironta ham foydalanuvchi topilmadi."
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "Har qaysi"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "Global"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "Ma`lumotlar bazasi darajasida"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "Guruhlash belgisi"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "Ma`lumotlar bazasi darajasida"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "Privilegiyalarni tahrirlash"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "Bekor qilish"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "Serverlarni tahrirlash"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "va eskisini saqlash."
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "va foydalanuvchilar jadvalidan eskisini o‘chirish."
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ", eskisining barcha faol privilegiyalarini bekor qilib o‘chirish."
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
@@ -13555,131 +13568,131 @@ msgstr ""
", foydalanuvchilar jadvalidan eskisini o‘chirib privilegiyalarni qayta "
"yuklash."
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "Foydalanuvchining loginini o‘zgartirish / Foydalanuvchidan nusxa olish"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "Xuddi shunday privilegiyali yangi foydalanuvchi kiritish…"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "Maydon privilegiyalari"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "Quyidagi ma`lumotlar omboriga privilegiya qo‘shish"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
"Ma`lumotlar bazalari nomlarida pastki chiziq (_) va foiz (%) belgilari "
"ishlatilganda ular oldiga teskari egri chiziq (\\) qo‘yish kerak."
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "Quyidagi jadvalga privilegiya qo‘shish"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "Belgilangan foydalanuvchilarni o‘chirish"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
"Foydalanuvchilarning barcha faol privilegiyalarini bekor qilish, so‘ng "
"ularni o‘chirish."
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
"Foydalanuvchilar nomlari bilan atalgan ma`lumotlar bazalarini o‘chirish."
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "O‘chirish lozim bo‘lgan foydalanuvchilar tanlanmagan!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "Privilegiyalar qayta yuklanmoqda"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "Belgilangan foydalanuvchilar muvaffaqiyatli o‘chirildi."
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "\"%s\" uchun privilegiyalar o‘zgartirildi."
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "\"%s\" o‘chirilmoqda"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "Privilegiyalar muvaffaqiyatli qayta yuklandi."
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "\"%s\" nomli foydalanuvchi mavjud!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, fuzzy, php-format
#| msgid "Privileges"
msgid "Privileges for %s"
msgstr "Privilegiyalar"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "Privilegiyalarni tahrirlash"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
#, fuzzy
#| msgid "User overview"
msgid "Users overview"
msgstr "Foydalanuvchilar hisobini ko‘rib chiqish"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"IZOH: phpMyAdmin foydalanuvchilar privilegiyalari haqidagi ma`lumotlarni "
"to‘g‘ridan-to‘g‘ri MySQL privilegiyalari jadvalidan oladi. Ushbu jadvaldagi "
"ma`lumotlar server tomonidan ishlatilayotgan privilegiyalardan farq qilishi "
"mumkin. Bu holda %sprivilegiyalarni qayta yuklash%s kerak."
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "Belgilangan foydalanuvchi privilegiyalar jadvalida topilmadi."
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "Siz yangi foydalanuvchi qo‘shdingiz."
@@ -15847,14 +15860,6 @@ msgstr "Hozir faolsizlantirish"
msgid "Delete version"
msgstr "Vеrsiyasini tuzish"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "faol"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "faol emas"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "Kuzatish opеratorlari"
@@ -15995,13 +16000,13 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
#, fuzzy
#| msgid "Cannot load or save configuration"
msgid "Could not save configuration"
msgstr "Konfiguratsiyani yuklab yoki saqlab bo‘lmadi"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -16354,26 +16359,26 @@ msgid "No column selected."
msgstr ""
"Amalni amalga oshirish uchun bitta yoki bir nechta qatorni tanlash kerak."
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, fuzzy, php-format
#| msgid "Tracking of %s.%s is activated."
msgid "Tracking of %s is activated."
msgstr "\"%s.%s\" jadvalini kuzatish faollashtirildi."
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "Belgilangan foydalanuvchilar muvaffaqiyatli o‘chirildi."
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr ""
"Amalni amalga oshirish uchun bitta yoki bir nechta qatorni tanlash kerak"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL so‘rovi bajarildi."
@@ -16782,8 +16787,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -16918,8 +16923,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -17646,6 +17651,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "Maksimal ulanishlar soni "
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "Ma`lumotlar bazasini ro‘yxat shaklida ko‘rsatish"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "Ushbu jadval uchun kuzatuv ma’lumotlari o‘chirish"
@@ -17978,8 +17988,8 @@ msgstr "Maksimal ulanishlar soni "
#~ "%s."
#~ msgstr ""
#~ "SQL sintaksisini tekshirib bo‘lmadi. PHP uchun zarur kengaytmalar "
-#~ "o‘rnatilganligini tekshiring, batafsil ma`lumot uchun %sdokumentatsiyaga"
-#~ "%s qarang."
+#~ "o‘rnatilganligini tekshiring, batafsil ma`lumot uchun %sdokumentatsiyaga%"
+#~ "s qarang."
#, fuzzy
#~| msgid "Error: Relation not added."
diff --git a/po/vi.po b/po/vi.po
index f9e5ebeef5..b14719f5fc 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,17 +7,17 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
-"PO-Revision-Date: 2014-12-07 03:37+0200\n"
-"Last-Translator: Xuan Hung \n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
+"PO-Revision-Date: 2015-02-24 15:50+0200\n"
+"Last-Translator: Bao Phan \n"
"Language-Team: Vietnamese \n"
-"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 2.1\n"
+"X-Generator: Weblate 2.3-dev\n"
#: changelog.php:36 license.php:28
#, php-format
@@ -95,7 +95,7 @@ msgstr "Trường"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr "Khóa Chính"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "Không"
@@ -209,16 +209,16 @@ msgstr "Không"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "Có"
@@ -263,15 +263,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "Cấu hình phpMyAdmin đã bị vô hiệu hóa. %sTìm hiểu lý do%s."
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "Bảng"
@@ -296,7 +296,7 @@ msgstr "Thông dụng"
#: db_printview.php:120 libraries/plugins/export/ExportSql.class.php:1144
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:948
msgid "Creation:"
-msgstr ""
+msgstr "Khởi tạo:"
#: db_printview.php:127 libraries/plugins/export/ExportSql.class.php:1157
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:953
@@ -332,21 +332,21 @@ msgstr "Truy cập bị từ chối!"
#: db_tracking.php:39 db_tracking.php:64
msgid "Tracking data deleted successfully."
-msgstr ""
+msgstr "Các dữ liệu theo dõi đã được xoá."
#: db_tracking.php:48
#, php-format
msgid ""
"Version %1$s was created for selected tables, tracking is active for them."
-msgstr ""
+msgstr "Phiên bản %1$s đã được tạo cho bảng được chọn, đang chờ kích hoạt."
#: db_tracking.php:79
msgid "No tables selected."
-msgstr ""
+msgstr "Chưa có bảng nào được chọn."
#: db_tracking.php:114
msgid "Tracked tables"
-msgstr ""
+msgstr "Các bảng đã theo dõi."
#: db_tracking.php:126
msgid "Last version"
@@ -367,13 +367,13 @@ msgstr "Đã cập nhật"
msgid "Status"
msgstr "Trạng thái"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -386,9 +386,9 @@ msgstr "Hành động"
msgid "Show"
msgstr "Hiển thị"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
-msgstr ""
+msgstr "Xoá theo dõi"
#: db_tracking.php:140
msgid "Versions"
@@ -397,22 +397,32 @@ msgstr "Phiên bản"
#: db_tracking.php:141 libraries/tracking.lib.php:288
#: libraries/tracking.lib.php:456
msgid "Tracking report"
-msgstr ""
+msgstr "Báo cáo theo dõi"
#: db_tracking.php:142 libraries/tracking.lib.php:289
#: libraries/tracking.lib.php:826
msgid "Structure snapshot"
+msgstr "Cấu trúc ảnh chụp"
+
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
-msgstr ""
+msgstr "Những bảng chưa theo dõi"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
-msgstr ""
+msgstr "Theo dõi bảng"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "Database Log"
@@ -439,27 +449,29 @@ msgstr ""
#: error_report.php:81
msgid "If you experience any problems please submit a bug report manually."
msgstr ""
+"Nếu bạn có kinh nghiệm phát hiện vấn đề nào đó không hoạt động tốt, xin hãy "
+"gửi báo cáo lỗi cho chúng tôi một cách thủ công."
#: error_report.php:85
msgid "You may want to refresh the page."
-msgstr ""
+msgstr "Bạn cần làm mới lại trang."
#: export.php:182 schema_export.php:71
msgid "Bad type!"
-msgstr ""
+msgstr "Kiểu dữ liệu không phù hợp!"
#: export.php:263
msgid "Bad parameters!"
-msgstr ""
+msgstr "Tham số không đúng!"
#: file_echo.php:22
msgid "Invalid export type"
-msgstr ""
+msgstr "Sai kiểu tập tin xuất"
#: gis_data_editor.php:118
#, php-format
msgid "Value for the column \"%s\""
-msgstr ""
+msgstr "Giá trị cho cột \"%s\""
#: gis_data_editor.php:146 libraries/tbl_gis_visualization.lib.php:165
msgid "Use OpenStreetMaps as Base Layer"
@@ -477,7 +489,7 @@ msgstr ""
#: gis_data_editor.php:213
msgid "Point:"
-msgstr ""
+msgstr "Điểm:"
#: gis_data_editor.php:214 gis_data_editor.php:241 gis_data_editor.php:297
#: gis_data_editor.php:370 js/messages.php:385
@@ -493,12 +505,12 @@ msgstr ""
#: js/messages.php:388
#, php-format
msgid "Point %d"
-msgstr ""
+msgstr "Điểm %d"
#: gis_data_editor.php:252 gis_data_editor.php:308 gis_data_editor.php:386
#: js/messages.php:394
msgid "Add a point"
-msgstr ""
+msgstr "Thêm điểm"
#: gis_data_editor.php:269
#, php-format
@@ -536,7 +548,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -558,9 +570,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -597,8 +609,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1239,12 +1251,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1721,18 +1733,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr ""
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1965,7 +1977,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1981,7 +1993,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2120,10 +2132,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2215,7 +2227,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2277,7 +2289,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2691,8 +2703,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2701,16 +2713,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2779,7 +2791,7 @@ msgid "History"
msgstr ""
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2820,7 +2832,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2862,9 +2874,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2873,9 +2885,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3066,160 +3078,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3227,48 +3239,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3426,7 +3440,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3486,9 +3500,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3550,7 +3564,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3655,7 +3669,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4065,14 +4079,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4320,7 +4334,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4332,7 +4346,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4828,7 +4842,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5912,7 +5926,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5976,951 +5990,952 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "%s table"
#| msgid_plural "%s tables"
msgid "Favorites table"
msgstr "%s bảng"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6928,52 +6943,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -6981,70 +6996,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr ""
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7457,8 +7472,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7940,8 +7955,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9033,8 +9048,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10165,7 +10180,7 @@ msgstr ""
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10195,8 +10210,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -10963,7 +10978,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -11000,14 +11015,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11016,7 +11031,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11025,7 +11040,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11043,13 +11058,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11074,7 +11089,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11095,200 +11110,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr ""
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13027,14 +13042,6 @@ msgstr ""
msgid "Delete version"
msgstr " "
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13156,11 +13163,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13473,20 +13480,20 @@ msgstr[0] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13851,8 +13858,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -13970,8 +13977,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
@@ -14578,7 +14585,7 @@ msgstr ""
#: libraries/advisory_rules.txt:462
msgid "Enable {concurrent_insert} by setting it to 1"
-msgstr ""
+msgstr "Bật {concurrent_insert} bằng cách đặt giá trị cho nó thành 1"
#: libraries/advisory_rules.txt:463
msgid ""
diff --git a/po/vls.po b/po/vls.po
index 1376fbaf6f..d182d3ed4f 100644
--- a/po/vls.po
+++ b/po/vls.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-12-23 23:39+0200\n"
"Last-Translator: Robin van der Vliet \n"
"Language-Team: West Flemish \n"
-"Language: vls\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: vls\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2.2-dev\n"
@@ -95,7 +95,7 @@ msgstr ""
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -180,16 +180,16 @@ msgstr ""
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr ""
@@ -209,16 +209,16 @@ msgstr ""
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr ""
@@ -263,15 +263,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr ""
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr ""
@@ -368,13 +368,13 @@ msgstr ""
msgid "Status"
msgstr ""
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -387,7 +387,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
msgid "Delete tracking"
msgstr ""
@@ -405,15 +405,25 @@ msgstr ""
msgid "Structure snapshot"
msgstr ""
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr ""
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr ""
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr ""
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr ""
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr ""
@@ -533,7 +543,7 @@ msgid "Add geometry"
msgstr ""
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -555,9 +565,9 @@ msgstr ""
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -594,8 +604,8 @@ msgstr ""
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr ""
#: import.php:343 import.php:626
@@ -1234,12 +1244,12 @@ msgstr ""
msgid "Please add at least one variable to the series!"
msgstr ""
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1716,18 +1726,18 @@ msgid "Show query box"
msgstr ""
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "Bewerkn"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr ""
@@ -1960,7 +1970,7 @@ msgstr ""
msgid "Ignore"
msgstr ""
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr ""
@@ -1976,7 +1986,7 @@ msgstr ""
msgid "Polygon"
msgstr ""
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr ""
@@ -2115,10 +2125,10 @@ msgstr ""
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr ""
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr ""
@@ -2210,7 +2220,7 @@ msgstr ""
msgid "Show hidden navigation tree items."
msgstr ""
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr ""
@@ -2268,7 +2278,7 @@ msgstr ""
msgid "up to date"
msgstr ""
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr ""
@@ -2682,8 +2692,8 @@ msgid "Requery"
msgstr ""
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2692,16 +2702,16 @@ msgid "Delete"
msgstr ""
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2771,7 +2781,7 @@ msgid "History"
msgstr "Geschiedenisse"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2812,7 +2822,7 @@ msgid "During current session"
msgstr ""
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2854,9 +2864,9 @@ msgstr ""
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2865,9 +2875,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3060,160 +3070,160 @@ msgstr ""
msgid "Inside column:"
msgstr ""
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr ""
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr ""
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr ""
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr ""
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr ""
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr ""
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr ""
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr ""
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr ""
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr ""
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr ""
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr ""
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr ""
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr ""
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr ""
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr ""
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr ""
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr ""
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr ""
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr ""
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr ""
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr ""
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr ""
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr ""
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr ""
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr ""
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr ""
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr ""
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3221,48 +3231,50 @@ msgstr ""
msgid "Check All"
msgstr ""
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr ""
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr ""
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr ""
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr ""
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr ""
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr ""
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr ""
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr ""
@@ -3420,7 +3432,7 @@ msgid ""
msgstr ""
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr ""
@@ -3480,9 +3492,9 @@ msgstr ""
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr ""
@@ -3544,7 +3556,7 @@ msgstr ""
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr ""
@@ -3652,7 +3664,7 @@ msgid "Recent"
msgstr ""
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr ""
@@ -4064,14 +4076,14 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
@@ -4319,7 +4331,7 @@ msgstr ""
msgid "MySQL said: "
msgstr ""
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr ""
@@ -4331,7 +4343,7 @@ msgstr ""
msgid "Without PHP Code"
msgstr ""
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr ""
@@ -4827,7 +4839,7 @@ msgid "Set value: %s"
msgstr ""
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr ""
@@ -5911,7 +5923,7 @@ msgid "Maximum displayed SQL length"
msgstr ""
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr ""
@@ -5975,948 +5987,949 @@ msgstr ""
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
msgid "Show databases navigation as tree"
msgstr ""
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr ""
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr ""
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr ""
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr ""
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr ""
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr ""
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
msgid "Target for second quick access icon"
msgstr ""
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr ""
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr ""
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr ""
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr ""
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr ""
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr ""
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr ""
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr ""
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr ""
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr ""
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
-msgstr ""
-
#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
#: libraries/config/messages.inc.php:466
-msgid "Maximum number of recently used tables; set 0 to disable."
+msgid "Enable navigation tree expansion"
msgstr ""
#: libraries/config/messages.inc.php:468
+msgid "Maximum number of recently used tables; set 0 to disable."
+msgstr ""
+
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr ""
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr ""
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr ""
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr ""
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr ""
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr ""
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr ""
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr ""
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr ""
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr ""
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
msgstr ""
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr ""
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr ""
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr ""
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
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 ""
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr ""
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr ""
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr ""
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr ""
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr ""
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr ""
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr ""
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr ""
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr ""
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
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 ""
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr ""
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr ""
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr ""
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr ""
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr ""
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr ""
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr ""
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr ""
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr ""
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr ""
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr ""
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
msgid "Relational display"
msgstr ""
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
msgid "For display Options"
msgstr ""
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr ""
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr ""
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr ""
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr ""
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr ""
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr ""
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr ""
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr ""
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr ""
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
msgid "Session timezone"
msgstr ""
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr ""
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr ""
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
"swekey.conf)."
msgstr ""
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr ""
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr ""
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr ""
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
msgstr ""
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr ""
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr ""
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr ""
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr ""
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr ""
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr ""
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
msgstr ""
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr ""
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr ""
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr ""
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 ""
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr ""
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr ""
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
msgstr ""
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr ""
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr ""
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr ""
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr ""
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr ""
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr ""
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr ""
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr ""
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
msgid "QBE saved searches table"
msgstr ""
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
msgid "Central columns table"
msgstr ""
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
msgid ""
"Leave blank for no central columns support, suggested: [kbd]"
"pma__central_columns[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr ""
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr ""
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 ""
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr ""
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr ""
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr ""
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
"no support. Suggested: [kbd]phpmyadmin[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr ""
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr ""
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr ""
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
msgid ""
"Leave blank for no \"persistent\" favorite tables across sessions, "
"suggested: [kbd]pma__favorite[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
msgid "Favorites table"
msgstr ""
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr ""
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
msgstr ""
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr ""
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr ""
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr ""
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr ""
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr ""
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr ""
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
msgid "Designer and PDF schema: table coordinates"
msgstr ""
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr ""
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr ""
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
msgid ""
"Whether a DROP DATABASE IF EXISTS statement will be added as first line to "
"the log when creating a database."
msgstr ""
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr ""
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
msgid ""
"Whether a DROP TABLE IF EXISTS statement will be added as first line to the "
"log when creating a table."
msgstr ""
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr ""
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr ""
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr ""
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr ""
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr ""
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr ""
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr ""
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr ""
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr ""
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr ""
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr ""
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr ""
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr ""
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr ""
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr ""
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr ""
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
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 ""
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr ""
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr ""
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr ""
-#: libraries/config/messages.inc.php:731
-msgid "Show Creation timestamp"
-msgstr ""
-
-#: libraries/config/messages.inc.php:732
-msgid ""
-"Show or hide a column displaying the Last update timestamp for all tables."
-msgstr ""
-
#: libraries/config/messages.inc.php:733
-msgid "Show Last update timestamp"
+msgid "Show Creation timestamp"
msgstr ""
#: libraries/config/messages.inc.php:734
msgid ""
-"Show or hide a column displaying the Last check timestamp for all tables."
+"Show or hide a column displaying the Last update timestamp for all tables."
msgstr ""
#: libraries/config/messages.inc.php:735
-msgid "Show Last check timestamp"
+msgid "Show Last update timestamp"
msgstr ""
#: libraries/config/messages.inc.php:736
msgid ""
+"Show or hide a column displaying the Last check timestamp for all tables."
+msgstr ""
+
+#: libraries/config/messages.inc.php:737
+msgid "Show Last check timestamp"
+msgstr ""
+
+#: libraries/config/messages.inc.php:738
+msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr ""
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr ""
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr ""
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr ""
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr ""
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr ""
-#: libraries/config/messages.inc.php:744
-msgid "Show detailed MySQL server information"
-msgstr ""
-
-#: libraries/config/messages.inc.php:745
-msgid ""
-"Defines whether SQL queries generated by phpMyAdmin should be displayed."
-msgstr ""
-
#: libraries/config/messages.inc.php:746
-msgid "Show SQL queries"
+msgid "Show detailed MySQL server information"
msgstr ""
#: libraries/config/messages.inc.php:747
msgid ""
-"Defines whether the query box should stay on-screen after its submission."
+"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr ""
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
-msgid "Retain query box"
+#: libraries/config/messages.inc.php:748
+msgid "Show SQL queries"
msgstr ""
#: libraries/config/messages.inc.php:749
-msgid "Allow to display database and table statistics (eg. space usage)."
+msgid ""
+"Defines whether the query box should stay on-screen after its submission."
msgstr ""
-#: libraries/config/messages.inc.php:750
-msgid "Show statistics"
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
+msgid "Retain query box"
msgstr ""
#: libraries/config/messages.inc.php:751
+msgid "Allow to display database and table statistics (eg. space usage)."
+msgstr ""
+
+#: libraries/config/messages.inc.php:752
+msgid "Show statistics"
+msgstr ""
+
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr ""
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr ""
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr ""
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr ""
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
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 ""
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
msgid "Login cookie validity warning"
msgstr ""
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr ""
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
msgstr ""
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr ""
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr ""
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr ""
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr ""
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr ""
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr ""
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -6924,52 +6937,52 @@ msgid ""
"HTTP_X_FORWARDED_FOR[/kbd]."
msgstr ""
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr ""
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr ""
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr ""
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr ""
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr ""
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr ""
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr ""
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr ""
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr ""
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr ""
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -6977,70 +6990,70 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr ""
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
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 ""
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr ""
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr ""
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
msgstr ""
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr ""
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr ""
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr ""
@@ -7453,8 +7466,8 @@ msgstr ""
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
#: libraries/display_export.lib.php:526
@@ -7936,8 +7949,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr ""
#: libraries/engines/pbxt.lib.php:138
@@ -9030,8 +9043,8 @@ msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10162,7 +10175,7 @@ msgstr "Gebrukersnoame"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr ""
@@ -10192,8 +10205,8 @@ msgstr ""
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr ""
@@ -10962,7 +10975,7 @@ msgstr ""
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -10999,14 +11012,14 @@ msgstr ""
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr ""
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr ""
@@ -11015,7 +11028,7 @@ msgid "Administration"
msgstr ""
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr ""
@@ -11024,7 +11037,7 @@ msgid "Global"
msgstr ""
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr ""
@@ -11042,13 +11055,13 @@ msgid ""
msgstr ""
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr ""
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr ""
@@ -11073,7 +11086,7 @@ msgid "You have revoked the privileges for %s."
msgstr ""
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr ""
@@ -11094,200 +11107,200 @@ msgstr ""
msgid "Grant all privileges on database \"%s\"."
msgstr ""
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr ""
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr ""
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "Gebruker"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr ""
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr ""
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr ""
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr ""
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr ""
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr ""
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr ""
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr ""
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr ""
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr ""
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr ""
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr ""
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr ""
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr ""
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr ""
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr ""
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr ""
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr ""
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr ""
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr ""
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr ""
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr ""
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr ""
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr ""
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr ""
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr ""
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr ""
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr ""
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr ""
@@ -13023,14 +13036,6 @@ msgstr ""
msgid "Delete version"
msgstr ""
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr ""
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr ""
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr ""
@@ -13152,11 +13157,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr ""
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr ""
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13470,20 +13475,20 @@ msgstr[1] ""
msgid "No column selected."
msgstr ""
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr ""
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
msgid "Tracking versions deleted successfully."
msgstr ""
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
msgid "No versions selected."
msgstr ""
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr ""
@@ -13848,8 +13853,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr ""
#: libraries/advisory_rules.txt:181
@@ -13967,8 +13972,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr ""
#: libraries/advisory_rules.txt:218
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6ec3bf63ea..ad7418249d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-11-05 10:25+0200\n"
"Last-Translator: Michal Čihař \n"
"Language-Team: Simplified Chinese \n"
-"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2.0-dev\n"
@@ -90,7 +90,7 @@ msgstr "字段"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -175,16 +175,16 @@ msgstr "主键"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "否"
@@ -204,16 +204,16 @@ msgstr "否"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "是"
@@ -261,15 +261,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmin 高级功能尚未激活。请点击%s这里%s查看原因。"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "表"
@@ -370,13 +370,13 @@ msgstr "更新"
msgid "Status"
msgstr "状态"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -389,7 +389,7 @@ msgstr "操作"
msgid "Show"
msgstr "显示"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -409,15 +409,25 @@ msgstr "追踪报告"
msgid "Structure snapshot"
msgstr "结构快照"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "禁用"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "启用"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "未追踪的表"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "追踪表"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "数据库日志"
@@ -537,7 +547,7 @@ msgid "Add geometry"
msgstr "添加几何体"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -559,9 +569,9 @@ msgstr "添加几何体"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -602,8 +612,8 @@ msgstr "完整插入"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr "您想要上传的文件可能太大了,请参考%s文档%s来寻找解决方法。"
#: import.php:343 import.php:626
@@ -1308,12 +1318,12 @@ msgstr "添加图表"
msgid "Please add at least one variable to the series!"
msgstr "请至少添加一个数据!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1798,18 +1808,18 @@ msgid "Show query box"
msgstr "显示查询框"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "编辑"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d 不是有效行数。"
@@ -2051,7 +2061,7 @@ msgstr "数据点内容"
msgid "Ignore"
msgstr "忽略"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "复制"
@@ -2067,7 +2077,7 @@ msgstr "线"
msgid "Polygon"
msgstr "多边形"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "几何体"
@@ -2208,10 +2218,10 @@ msgstr "双击以复制字段名。"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "点击下箭头
以设置显示的字段。"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "显示全部"
@@ -2313,7 +2323,7 @@ msgstr "隐藏导航面板"
msgid "Show hidden navigation tree items."
msgstr "显示隐藏的导航树节点。"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
#, fuzzy
#| msgid "Customize main panel"
@@ -2385,7 +2395,7 @@ msgstr ",最新稳定版本:"
msgid "up to date"
msgstr "已更新"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "新建视图"
@@ -2807,8 +2817,8 @@ msgid "Requery"
msgstr "子查询"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2817,16 +2827,16 @@ msgid "Delete"
msgstr "删除"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2911,7 +2921,7 @@ msgid "History"
msgstr "SQL 历史"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2958,7 +2968,7 @@ msgid "During current session"
msgstr "忽略当前错误"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -3014,9 +3024,9 @@ msgstr "SQL 查询历史表"
msgid "Show current browsing query"
msgstr ""
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3025,9 +3035,9 @@ msgstr ""
msgid "Ascending"
msgstr "递增"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3218,160 +3228,160 @@ msgstr "于下列表:"
msgid "Inside column:"
msgstr "包含字段:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "保存已修改的数据"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "恢复字段顺序"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "过滤行"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "在表中搜索"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "首页"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
msgid "Previous"
msgstr "上一页"
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "下一页"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "尾页"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "全部"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "行数:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "按索引排序"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "部分内容"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "完整内容"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "关联键"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "关联显示字段"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "显示二进制内容"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "显示 BLOB 内容"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "隐藏浏览器转换"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "WKT 文本表达"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "WKB 二进制表达"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "已删除该行。"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "杀死"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "可能是近似值。参见[doc@faq3-11]常见问题 3.11[/doc]。"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "您的 SQL 语句已成功运行。"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "此视图的行数最少有这么多。请参阅%s档案%s。"
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "正在显示第 %1s - %2s 行"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "总数为 %1$d,查询包含 %2$d"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "共 %d 行"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "查询花费 %01.4f 秒。"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "选中项:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3379,48 +3389,50 @@ msgstr "选中项:"
msgid "Check All"
msgstr "全选"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "修改"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "导出"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "查询结果操作"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "打印预览"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "打印预览(全文显示)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "显示图表"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "可视化 GIS 数据"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "找不到链接!"
@@ -3580,7 +3592,7 @@ msgid ""
msgstr "索引 %1$s 和 %2$s 似乎是相同的,可以删除其中一个。"
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "服务器"
@@ -3640,9 +3652,9 @@ msgstr "插入"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "权限"
@@ -3706,7 +3718,7 @@ msgstr "文本框列"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "数据库"
@@ -3811,7 +3823,7 @@ msgid "Recent"
msgstr "近期访问"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "表收藏夹"
@@ -4237,21 +4249,20 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"单精度浮点数,取值范围从 -3.402823466E+38 到 -1.175494351E-38、0 以及从 "
"1.175494351E-38 到 3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
-"双精度浮点数,取值范围从 -1.7976931348623157E+308 到 "
-"-2.2250738585072014E-308、0 以及从 2.2250738585072014E-308 到 "
-"1.7976931348623157E+308"
+"双精度浮点数,取值范围从 -1.7976931348623157E+308 到 -2.2250738585072014E-"
+"308、0 以及从 2.2250738585072014E-308 到 1.7976931348623157E+308"
#: libraries/Types.class.php:336
msgid ""
@@ -4519,7 +4530,7 @@ msgstr "最大限制:%s %s"
msgid "MySQL said: "
msgstr "MySQL 返回: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "解析 SQL"
@@ -4531,7 +4542,7 @@ msgstr "略过解析 SQL"
msgid "Without PHP Code"
msgstr "无 PHP 代码"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "创建 PHP 代码"
@@ -5043,7 +5054,7 @@ msgid "Set value: %s"
msgstr "设置值:%s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "还原为默认值"
@@ -6253,7 +6264,7 @@ msgid "Maximum displayed SQL length"
msgstr "SQL 最大显示长度"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "用户设置不能超过该值"
@@ -6337,37 +6348,37 @@ msgstr "内存限制"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "显示隐藏的导航树节点。"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr ""
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
#, fuzzy
#| msgid "Show logo in navigation panel"
msgid "Show logo in navigation panel."
msgstr "在导航面板中显示徽标"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "显示徽标"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
#, fuzzy
#| msgid "URL where logo in the navigation panel will point to"
msgid "URL where logo in the navigation panel will point to."
msgstr "导航面板中徽标指向的链接地址"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "徽标链接地址"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
#, fuzzy
#| msgid ""
#| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
@@ -6377,45 +6388,45 @@ msgid ""
"([kbd]new[/kbd])."
msgstr "在主窗口([kbd]main[/kbd])或新窗口([kbd]new[/kbd])打开目标页面"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "徽标链接目标"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
#, fuzzy
#| msgid "Display server choice at the top of the navigation panel"
msgid "Display server choice at the top of the navigation panel."
msgstr "在导航面板顶部显示可选的服务器"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "显示服务器选择"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "快速访问图标的目标"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "快速访问图标的目标"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr "设置达到多少个项(表、视图、程序和事件)时将显示筛选框。"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "显示筛选框的最少项数"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "设置达到多少个数据库时将显示数据库筛选框"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
#, fuzzy
#| msgid ""
#| "Group items in the navigation tree (determined by the separator defined "
@@ -6425,112 +6436,113 @@ msgid ""
"below)."
msgstr "将导航树中的项分组(根据下面设置的分隔符分组)"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "分组树中的项"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
#, fuzzy
#| msgid "String that separates databases into different tree levels"
msgid "String that separates databases into different tree levels."
msgstr "将数据库分为不同层级的字符串"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "数据库树分隔符"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
#, fuzzy
#| msgid "String that separates tables into different tree levels"
msgid "String that separates tables into different tree levels."
msgstr "将表分为不同层级的字符串"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "表树分隔符"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "表树最大深度"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
#, fuzzy
#| msgid "Highlight server under the mouse cursor"
msgid "Highlight server under the mouse cursor."
msgstr "高亮鼠标指针所在位置的服务器"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "启用高亮"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr ""
-#: libraries/config/messages.inc.php:464
-#, fuzzy
-#| msgid "Display databases as a list"
-msgid "Disable database expansion"
-msgstr "显示数据库为列表"
-
#: libraries/config/messages.inc.php:466
#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "表导航条"
+
+#: libraries/config/messages.inc.php:468
+#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "最近使用的表的最大数量;设为 0 为禁用"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
#, fuzzy
#| msgid "Maximum number of recently used tables; set 0 to disable"
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "最近使用的表的最大数量;设为 0 为禁用"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "最近使用的表"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
#, fuzzy
#| msgid "These are Edit, Copy and Delete links"
msgid "These are Edit, Copy and Delete links."
msgstr "它们是编辑、复制和删除链接"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "表行链接显示位置"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
#, fuzzy
#| msgid "Use natural order for sorting table and database names"
msgid "Use natural order for sorting table and database names."
msgstr "为表和数据库名使用自然排序"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "自然排序"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
#, fuzzy
#| msgid "Use only icons, only text or both"
msgid "Use only icons, only text or both."
msgstr "仅使用图标、文字或都有"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "表导航条"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
#, fuzzy
#| msgid "use GZip output buffering for increased speed in HTTP transfers"
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "使用 GZip 输出缓冲以加快 HTTP 传输速度"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip 输出缓冲"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
#, fuzzy
#| msgid ""
#| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
@@ -6542,21 +6554,21 @@ msgstr ""
"[kbd]SMART[/kbd] - 即对 TIME、DATE、DATETIME 和 TIMESTAMP 类型的字段递减排"
"序,其它字段递增"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "默认排序"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
#, fuzzy
#| msgid "Use persistent connections to MySQL databases"
msgid "Use persistent connections to MySQL databases."
msgstr "在连接到 MySQL 数据库时使用持久连接"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "持久连接"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the database details "
@@ -6568,11 +6580,11 @@ msgid ""
"configuration storage could not be found."
msgstr "禁止在缺少 phpMyAdmin 高级功能所需数据表时在数据库结构页中显示默认警告"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "丢失 phpMyAdmin 高级功能数据表"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed if a difference between the "
@@ -6582,11 +6594,11 @@ msgid ""
"MySQL library and server is detected."
msgstr "禁止显示检测到MySQL库版本与服务器版本不同时的默认警告"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "服务器/程序库版本不同警告"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -6596,29 +6608,29 @@ msgid ""
"column names in a table are reserved MySQL words."
msgstr "禁止在列名包含 MySQL 保留字时在数据库结构页中显示默认警告"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL 保留字警告"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "显示菜单标签的方式"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "显示动作链接的方式"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
#, fuzzy
#| msgid "Disallow BLOB and BINARY columns from editing"
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "禁止编辑 BLOB 和 BINARY 类型字段"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "保护二进制字段"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6627,51 +6639,51 @@ msgstr ""
"允许使用基于数据库的查询历史 (需要 phpMyAdmin 高级功能)。如果禁用,将使用 "
"JS 程序来显示查询历史 (关闭窗口即丢失)。"
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "持久查询历史"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
#, fuzzy
#| msgid "How many queries are kept in history"
msgid "How many queries are kept in history."
msgstr "记录查询历史的数量"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "查询历史个数"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
#, fuzzy
#| msgid "Select which functions will be used for character set conversion"
msgid "Select which functions will be used for character set conversion."
msgstr "选择进行字符集转换时使用的函数"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "记录引擎"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
#, fuzzy
#| msgid "When browsing tables, the sorting of each table is remembered"
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "当浏览表时,会记住每个表的排序方式"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "记录表排序"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr ""
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
#, fuzzy
#| msgid "Default sorting order"
msgid "Primary key default sort order"
msgstr "默认排序"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
#, fuzzy
#| msgid ""
#| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature"
@@ -6679,91 +6691,91 @@ msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr "每 X 单元格重复表头,要禁止此功能请设为 [kbd]0[/kbd]"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "重复表头"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "单元格编辑:触发操作"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "关联显示字段"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options"
msgid "For display Options"
msgstr "服务器显示选项"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "立刻存储所有已编辑的单元格"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
#, fuzzy
#| msgid "Directory where exports can be saved on server"
msgid "Directory where exports can be saved on server."
msgstr "服务器上用来保存导出文件的文件夹"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "保存文件夹"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
#, fuzzy
#| msgid "Leave blank if not used"
msgid "Leave blank if not used."
msgstr "不使用请留空"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "主机认证模式"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
#, fuzzy
#| msgid "Leave blank for defaults"
msgid "Leave blank for defaults."
msgstr "默认请留空"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "主机认证规则"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "允许空密码登录"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "允许 root 用户登录"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "会话值"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
#, 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 基本认证时显示给用户的提示信息"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP 提示信息"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
#, fuzzy
#| msgid ""
#| "The path for the config file for [a@http://swekey.com]SweKey hardware "
@@ -6777,21 +6789,21 @@ msgstr ""
"[a@http://swekey.com]SweKey 硬件认证 (外链,英文)[/a]的配置文件路径 (请勿置于"
"你的文档根文件夹,推荐使用:/etc/swekey.conf)"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey 配置文件"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
#, fuzzy
#| msgid "Authentication method to use"
msgid "Authentication method to use."
msgstr "要使用的认证方式"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "认证方式"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6799,11 +6811,11 @@ msgstr ""
"不使用[a@http://wiki.phpmyadmin.net/pma/bookmark]书签 (外链,英文)[/a]功能请"
"留空,推荐: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "书签表"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
#, fuzzy
#| msgid ""
#| "Leave blank for no column comments/mime types, suggested: [kbd]"
@@ -6813,35 +6825,35 @@ msgid ""
"pma__column_info[/kbd]."
msgstr "留空则不使用列信息和MIME类型。推荐: [kbd]pma__column_info[/kbd]"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "列信息表"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
#, fuzzy
#| msgid "Compress connection to MySQL server"
msgid "Compress connection to MySQL server."
msgstr "压缩连接到 MySQL 服务器"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "压缩连接"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
#, fuzzy
#| msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure"
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "怎样连接到服务器,如果不确定,请选择 [kbd]tcp[/kbd]"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "连接方式"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "控制用户的密码"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
#, fuzzy
#| msgid ""
#| "A special MySQL user configured with limited permissions, more "
@@ -6854,11 +6866,11 @@ msgstr ""
"一个特殊的被限制权限的 MySQL 用户,参见 [a@http://wiki.phpmyadmin.net/pma/"
"controluser]wiki (外链,英文)[/a]"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "控制用户"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -6868,11 +6880,11 @@ msgid ""
"already defined host."
msgstr "一个会变的主机被设置在了设置文件中,你可以留空以使用已经定义了的主机"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "控制主机"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
#, fuzzy
#| msgid ""
#| "An alternate host to hold the configuration storage; leave blank to use "
@@ -6883,17 +6895,17 @@ msgid ""
"if the controlhost equals host."
msgstr "一个会变的主机被设置在了设置文件中,你可以留空以使用已经定义了的主机"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "控制端口"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
#, fuzzy
#| msgid "Hide databases matching regular expression (PCRE)"
msgid "Hide databases matching regular expression (PCRE)."
msgstr "该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6902,15 +6914,15 @@ msgstr ""
"统 (外链,英文)[/a] 和 [a@http://bugs.mysql.com/19588]MySQL 缺陷 (Bugs) (外"
"链,英文)[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "禁止使用 INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "隐藏数据库"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query history support, suggested: [kbd]pma__history"
@@ -6920,25 +6932,25 @@ msgid ""
"kbd]."
msgstr "不使用 SQL 查询历史功能请留空,推荐: [kbd]pma__history[/kbd]"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL 查询历史表"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
#, fuzzy
#| msgid "Hostname where MySQL server is running"
msgid "Hostname where MySQL server is running."
msgstr "MySQL 服务器的主机名"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "服务器主机名"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "退出地址"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
#, fuzzy
#| msgid ""
#| "Limits number of table preferences which are stored in database, the "
@@ -6948,17 +6960,17 @@ msgid ""
"records are automatically removed."
msgstr "限制保存在数据库中的表设置数量,旧设置将被自动删除"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "最多保存的表设置数量"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "查看从服务器状态"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -6968,13 +6980,13 @@ msgid ""
"pma__savedsearches[/kbd]."
msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Textarea columns"
msgid "Central columns table"
msgstr "文本框列"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -6984,17 +6996,17 @@ msgid ""
"pma__central_columns[/kbd]."
msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
#, fuzzy
#| msgid "Try to connect without password"
msgid "Try to connect without password."
msgstr "尝试用空密码连接"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "用空密码连接"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -7003,21 +7015,21 @@ msgstr ""
"可以使用 MySQL 通配符 (% 和 _),若表示它们本身,请转义,例:用 [kbd]'my"
"\\_db'[/kbd] 而不是 [kbd]'my_db'[/kbd]。"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "仅显示列出的数据库"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
#, fuzzy
#| msgid "Leave empty if not using config auth"
msgid "Leave empty if not using config auth."
msgstr "如果不使用 config 认证方式,请留空"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "config 认证方式的密码"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/"
@@ -7026,11 +7038,11 @@ msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__pdf_pages[/kbd]"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF 大纲: 数据表页"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
#, fuzzy
#| msgid ""
#| "Database used for relations, bookmarks, and PDF features. See [a@http://"
@@ -7044,22 +7056,22 @@ msgstr ""
"关系、书签、PDF 功能所用的数据库。参见 [a@http://wiki.phpmyadmin.net/pma/"
"pmadb]pmadb (外链,英文)[/a]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "数据库名"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
#, 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 服务器监听的端口,留空为默认"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "服务器端口"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7069,11 +7081,11 @@ msgid ""
"suggested: [kbd]pma__recent[/kbd]."
msgstr "不需要 \"持久\" 最近使用的表请留空,推荐: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "最近使用的表"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -7083,13 +7095,13 @@ msgid ""
"suggested: [kbd]pma__favorite[/kbd]."
msgstr "不需要 \"持久\" 最近使用的表请留空,推荐: [kbd]pma__recent[/kbd]"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "表收藏夹"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
#, fuzzy
#| msgid ""
#| "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-"
@@ -7101,11 +7113,11 @@ msgstr ""
"不使用[a@http://wiki.phpmyadmin.net/pma/relation]关系链接 (外链,英文)[/a]功"
"能请留空,推荐: [kbd]pma__relation[/kbd]"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "关系表"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
#, fuzzy
#| msgid ""
#| "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication "
@@ -7117,35 +7129,35 @@ msgstr ""
"参见[a@http://wiki.phpmyadmin.net/pma/auth_types#signon]认证方式 (外链,英文)"
"[/a]中的例子"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon 会话名"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "登录地址"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
#, 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 服务器监听的套接字,留空为默认"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "服务器套接字 (socket)"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
#, fuzzy
#| msgid "Enable SSL for connection to MySQL server"
msgid "Enable SSL for connection to MySQL server."
msgstr "使用 SSL 连接到 MySQL 服务器"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "使用 SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -7155,13 +7167,13 @@ msgid ""
"kbd]."
msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__table_coords[/kbd]"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF 大纲: 数据表并发"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
#, fuzzy
#| msgid ""
#| "Table to describe the display columns, leave blank for no support; "
@@ -7171,11 +7183,11 @@ msgid ""
"suggested: [kbd]pma__table_info[/kbd]."
msgstr "描述显示字段的表,不使用请留空,推荐: [kbd]pma__table_info[/kbd]"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "显示字段表"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" tables'UI preferences across sessions, "
@@ -7185,49 +7197,49 @@ msgid ""
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr "不需要 \"持久\" 表界面设置请留空,推荐: [kbd]pma__table_uiprefs[/kbd]"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "界面设置表"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
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 命令。"
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "添加 DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
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 命令。"
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "添加 DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
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 命令。"
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "添加 DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr "定义自动创建新版的命令列表。"
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "要追踪的命令"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
#, fuzzy
#| msgid ""
#| "Leave blank for no SQL query tracking support, suggested: [kbd]"
@@ -7237,21 +7249,21 @@ msgid ""
"[/kbd]."
msgstr "不使用 SQL 查询追踪功能请留空,推荐: [kbd]pma__tracking[/kbd]"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL 查询追踪表"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr "设置追踪系统是否自动为数据表和视图创建版本。"
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "自动创建版本"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7261,33 +7273,33 @@ msgid ""
"pma__userconfig[/kbd]."
msgstr "不在数据库中保存用户偏好请留空,推荐: [kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "用户偏好表"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 ""
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "用户表"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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 ""
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "用户组表"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
#, fuzzy
#| msgid ""
#| "Leave blank for no user preferences storage in database, suggested: [kbd]"
@@ -7297,35 +7309,35 @@ msgid ""
"suggested: [kbd]pma__navigationhiding[/kbd]."
msgstr "不在数据库中保存用户偏好请留空,推荐: [kbd]pma__userconfig[/kbd]"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr ""
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "config 认证方式的用户名"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr "一个好记的名字。留空将显示主机名。"
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "服务器名称"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
#, 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 "设置是否给用户显示一个 \"显示所有 (记录)\" 的按钮"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "允许显示所有行"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
#, fuzzy
#| msgid ""
#| "Please note that enabling this has no effect with [kbd]config[/kbd] "
@@ -7340,26 +7352,26 @@ msgstr ""
"注意:该选项不影响 [kbd]config[/kbd] 认证方式,因为密码是保存在配置文件中,该"
"选项也不限制直接执行可实现相同功能的命令"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "显示修改密码"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "显示创建数据库表单"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
#, 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 "显示或者隐藏在所有表格中,列显示创建时间戳"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "显示创建时间戳"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last update timestamp for all tables"
@@ -7367,11 +7379,11 @@ msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "显示或者隐藏在所有表格中列显示最后更新时间戳"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "显示最后更新时间戳"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
#, fuzzy
#| msgid ""
#| "Show or hide a column displaying the Last check timestamp for all tables"
@@ -7379,11 +7391,11 @@ msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "显示或者隐藏所有表格中,列显示最后检查时间戳"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "查看最后检查时间戳"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
#, fuzzy
#| msgid ""
#| "Defines whether or not type fields should be initially displayed in edit/"
@@ -7393,31 +7405,31 @@ msgid ""
"insert mode."
msgstr "定义在编辑/插入模式中是否显示字段类型一列"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "显示字段类型"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
#, fuzzy
#| msgid "Display the function fields in edit/insert mode"
msgid "Display the function fields in edit/insert mode."
msgstr "在编辑/插入模式中显示函数列"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "显示函数列"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
#, fuzzy
#| msgid "Whether to show hint or not"
msgid "Whether to show hint or not."
msgstr "是否显示提示"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "显示提示"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
#, fuzzy
#| msgid ""
#| "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
@@ -7428,15 +7440,15 @@ msgid ""
msgstr ""
"显示 [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] 输出的链接"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "显示 phpinfo() 链接"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "显示 MySQL 服务器详细信息"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
#, fuzzy
#| msgid ""
#| "Defines whether SQL queries generated by phpMyAdmin should be displayed"
@@ -7444,11 +7456,11 @@ msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "定义是否显示 phpMyAdmin 生成的 SQL 查询"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "显示 SQL 查询"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
#, fuzzy
#| msgid ""
#| "Defines whether the query box should stay on-screen after its submission"
@@ -7456,21 +7468,21 @@ msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr "声明查询框是否在提交后依然显示在屏幕上"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "保留查询框"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
#, fuzzy
#| msgid "Allow to display database and table statistics (eg. space usage)"
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "允许显示数据库和数据表的统计信息 (如:空间使用)"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "显示统计"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
#, fuzzy
#| msgid ""
#| "Mark used tables and make it possible to show databases with locked tables"
@@ -7478,19 +7490,19 @@ msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr "将已锁定的数据表在数据库中显示为使用中"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "跳过锁定的表"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "若检测到 Suhosin 将在首页中显示警告。"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin 警告"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7501,13 +7513,13 @@ msgid ""
"`LoginCookieValidity`."
msgstr "禁止在列名包含 MySQL 保留字时在数据库结构页中显示默认警告"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "登录 cookie 有效期"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
#, fuzzy
#| msgid ""
#| "Textarea size (columns) in edit mode, this value will be emphasized for "
@@ -7519,11 +7531,11 @@ msgstr ""
"编辑模式的文本框大小 (列数),此值将用于 SQL 查询文本框 (*2) 和查询窗口 "
"(*1.25)"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "文本框列"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
#, fuzzy
#| msgid ""
#| "Textarea size (rows) in edit mode, this value will be emphasized for SQL "
@@ -7535,39 +7547,39 @@ msgstr ""
"编辑模式的文本框大小 (行数),此值将用于 SQL 查询文本框 (*2) 和查询窗口 "
"(*1.25)"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "文本框行"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
#, fuzzy
#| msgid "Title of browser window when a database is selected"
msgid "Title of browser window when a database is selected."
msgstr "选中一个数据库时浏览器窗口的标题"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
#, fuzzy
#| msgid "Title of browser window when nothing is selected"
msgid "Title of browser window when nothing is selected."
msgstr "未选择时浏览器窗口的标题"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "默认标题"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
#, fuzzy
#| msgid "Title of browser window when a server is selected"
msgid "Title of browser window when a server is selected."
msgstr "选中一个服务器时浏览器窗口的标题"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
#, fuzzy
#| msgid "Title of browser window when a table is selected"
msgid "Title of browser window when a table is selected."
msgstr "选中一张数据表时浏览器窗口的标题"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
#, fuzzy
#| msgid ""
#| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following "
@@ -7584,52 +7596,52 @@ msgstr ""
"信任从代理 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd] 发来的 "
"HTTP_X_FORWARDED_FOR 头"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "可信代理IP列表"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "服务器上用来存放导入文件的文件夹。"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "上传文件夹"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "允许搜索整个数据库。"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "使用数据库搜索"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr "禁用时,用户不能设置下列选项,右侧的复选框被忽略。"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "启用设置中的开发标签"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "检查更新"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "允许在 phpMyAdmin 主页面中检查最新版本。"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "检查更新"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7637,11 +7649,11 @@ msgid ""
"the internet. The format is: \"hostname:portnumber\"."
msgstr ""
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "代理URL"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7650,19 +7662,19 @@ msgstr ""
"连接代理服务器时使用的用户名。如果提供用户名,将使用基本认证方式连接。目前还"
"不支持其他认证方式。"
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "代理用户名"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr ""
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "代理密码"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
#, fuzzy
#| msgid ""
#| "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] "
@@ -7674,41 +7686,41 @@ msgstr ""
"允许在导入和导出时使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP "
"(外链,英文)[/a] 压缩"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "reCaptcha的公共密匙"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr ""
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "reCaptcha私有密匙"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr ""
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "发送错误报告"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr ""
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
#, fuzzy
#| msgid "Server configuration"
msgid "Enable Zero Configuration mode"
@@ -8151,8 +8163,8 @@ msgstr ",@TABLE@ 将变成数据表名"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"这个值是使用 %1$sstrftime%2$s 来解析的,所以你能用时间格式的字符串。另外,下"
"列内容也将被转换:%3$s。其他文本将保持原样。参见%4$s常见问题 (FAQ)%5$s。"
@@ -8671,8 +8683,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr "关于 PBXT 的文档和更多信息请参见 %sPrimeBase XT 主页%s。"
#: libraries/engines/pbxt.lib.php:138
@@ -9835,8 +9847,8 @@ msgstr "欢迎使用 %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr ""
"你可能还没有创建配置文件。你可以使用 %1$s设置脚本%2$s 来创建一个配置文件。"
@@ -11122,7 +11134,7 @@ msgstr "用户名"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "密码"
@@ -11154,8 +11166,8 @@ msgstr "服务器ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "主机"
@@ -11975,7 +11987,7 @@ msgstr "无"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr ""
@@ -12012,14 +12024,14 @@ msgstr "限制该用户的并发连接数。"
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "按表指定权限"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
#, fuzzy
#| msgid "Note: MySQL privilege names are expressed in English"
msgid "Note: MySQL privilege names are expressed in English."
@@ -12030,7 +12042,7 @@ msgid "Administration"
msgstr "管理"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "全局权限"
@@ -12041,7 +12053,7 @@ msgid "Global"
msgstr "全局"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "按数据库指定权限"
@@ -12059,13 +12071,13 @@ msgid ""
msgstr "允许添加用户和权限,而不允许重新载入权限表。"
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "登录信息"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "使用文本域"
@@ -12090,7 +12102,7 @@ msgid "You have revoked the privileges for %s."
msgstr "您已撤销 %s 的权限。"
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "添加用户"
@@ -12111,213 +12123,213 @@ msgstr "给以 用户名_ 开头的数据库 (username\\_%) 授予所有权限
msgid "Grant all privileges on database \"%s\"."
msgstr "授予数据库“%s”的所有权限。"
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "用户可以访问“%s”"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "用户已添加。"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "用户"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "授权"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr ""
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "未找到用户。"
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "任意"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "全局"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "按数据库指定"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "通配符"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
#, fuzzy
#| msgid "database-specific"
msgid "table-specific"
msgstr "按数据库指定"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "编辑权限"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "撤销"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
#, fuzzy
#| msgid "Edit server"
msgid "Edit user group"
msgstr "编辑服务器"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… 保留旧用户。"
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… 从用户表中删除旧用户。"
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… 撤销旧用户的所有权限,然后删除旧用户。"
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… 从用户表中删除旧用户,然后重新载入权限。"
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "修改登录信息/复制用户"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "创建具有相同权限的新用户然后 …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "按字段指定权限"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
#, fuzzy
#| msgid "Add privileges on the following database"
msgid "Add privileges on the following database(s):"
msgstr "在下列数据库添加权限"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "要使用通配符 _ 和 % 本身,应使用 \\ 转义。"
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
#, fuzzy
#| msgid "Add privileges on the following table"
msgid "Add privileges on the following table:"
msgstr "在下列数据表添加权限"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "删除选中的用户"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "撤销用户所有权限,然后删除用户。"
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "删除与用户同名的数据库。"
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "没有选择要删除的用户!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "重新载入权限"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "已成功删除选中的用户。"
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "您已更新了 %s 的权限。"
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "正在删除 %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "已成功重新载入权限。"
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "用户 %s 己存在!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "%s 的权限"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "新建"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
#, fuzzy
#| msgid "Edit Privileges"
msgid "Edit Privileges:"
msgstr "编辑权限"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr ""
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "用户概况"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容"
-"将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权"
-"限%s。"
+"将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%"
+"s。"
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "在权限表内找不到选中的用户。"
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "您已添加了一个新用户。"
@@ -14297,14 +14309,6 @@ msgstr "立即禁用"
msgid "Delete version"
msgstr "创建版本"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "启用"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "禁用"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "追踪语句"
@@ -14428,11 +14432,11 @@ msgid ""
"permanently requires %sphpMyAdmin configuration storage%s."
msgstr "你的偏好将仅作用于本次会话。要想永久保存需要 %sphpMyAdmin 高级功能%s。"
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "无法保存设置"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -14758,24 +14762,24 @@ msgstr[0] "列名 '%s' 是一个MySQL 保留关键字。"
msgid "No column selected."
msgstr "没有选中任何列。"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s 的追踪已启用。"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "已成功删除选中的用户。"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "没有选中任何行"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "SQL 语句已执行。"
@@ -15160,8 +15164,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr "当前空闲查询缓存内存为总查询缓存大小的 %s%%。此值应高于 80%%"
#: libraries/advisory_rules.txt:181
@@ -15292,8 +15296,8 @@ msgstr "根据系统内存,考虑增加 {sort_buffer_siz}e 和/或 {read_rnd_b
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr "%s%% 的排序引发临时表创建,该值应低于 10%%。"
#: libraries/advisory_rules.txt:218
@@ -15965,6 +15969,11 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 被设为 0"
+#, fuzzy
+#~| msgid "Display databases as a list"
+#~ msgid "Disable database expansion"
+#~ msgstr "显示数据库为列表"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "删除该表的追踪数据"
@@ -17330,8 +17339,8 @@ msgstr "concurrent_insert 被设为 0"
#~ "Note that not every result table can be put to the chart. See FAQ 6.29"
#~ msgstr ""
-#~ "请注意不是所有的结果表都能绘图。参见常见问题 (FAQ) 6.29"
+#~ "请注意不是所有的结果表都能绘图。参见常见问题 (FAQ) 6.29"
#~ msgid "Add a New User"
#~ msgstr "添加新用户"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 20b23d2c8d..ef466edb3e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: phpMyAdmin 4.4.0-dev\n"
"Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2015-02-22 16:03-0500\n"
+"POT-Creation-Date: 2015-02-24 13:12-0500\n"
"PO-Revision-Date: 2014-10-03 21:14+0200\n"
"Last-Translator: Peter Dave Hello \n"
"Language-Team: Traditional Chinese \n"
-"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 1.10-dev\n"
@@ -90,7 +90,7 @@ msgstr "欄位"
#: libraries/rte/rte_routines.lib.php:961
#: libraries/rte/rte_routines.lib.php:990
#: libraries/rte/rte_routines.lib.php:1627
-#: libraries/server_privileges.lib.php:2030 libraries/structure.lib.php:847
+#: libraries/server_privileges.lib.php:2054 libraries/structure.lib.php:847
#: libraries/structure.lib.php:1295
#: libraries/tbl_columns_definition_form.lib.php:294
#: libraries/tbl_printview.lib.php:477 libraries/tracking.lib.php:878
@@ -175,16 +175,16 @@ msgstr "主鍵"
#: libraries/plugins/export/ExportOdt.class.php:755
#: libraries/plugins/export/ExportTexytext.class.php:567
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1042
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2378
-#: libraries/server_privileges.lib.php:2399
-#: libraries/server_privileges.lib.php:2724
-#: libraries/server_privileges.lib.php:2730
-#: libraries/server_privileges.lib.php:3066
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2409
+#: libraries/server_privileges.lib.php:2430
+#: libraries/server_privileges.lib.php:2755
+#: libraries/server_privileges.lib.php:2761
+#: libraries/server_privileges.lib.php:3097
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/tbl_printview.lib.php:117 libraries/tracking.lib.php:924
#: libraries/tracking.lib.php:1001 libraries/tracking.lib.php:1006
-#: libraries/user_preferences.lib.php:294 prefs_manage.php:138
+#: libraries/user_preferences.lib.php:295 prefs_manage.php:138
msgid "No"
msgstr "否"
@@ -204,16 +204,16 @@ msgstr "否"
#: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1043
#: libraries/server_databases.lib.php:465
#: libraries/server_databases.lib.php:475
-#: libraries/server_privileges.lib.php:2196
-#: libraries/server_privileges.lib.php:2375
-#: libraries/server_privileges.lib.php:2397
-#: libraries/server_privileges.lib.php:2723
-#: libraries/server_privileges.lib.php:2728
-#: libraries/server_privileges.lib.php:3063
-#: libraries/server_privileges.lib.php:3088 libraries/structure.lib.php:1386
+#: libraries/server_privileges.lib.php:2227
+#: libraries/server_privileges.lib.php:2406
+#: libraries/server_privileges.lib.php:2428
+#: libraries/server_privileges.lib.php:2754
+#: libraries/server_privileges.lib.php:2759
+#: libraries/server_privileges.lib.php:3094
+#: libraries/server_privileges.lib.php:3119 libraries/structure.lib.php:1386
#: libraries/structure.lib.php:2795 libraries/tbl_printview.lib.php:118
#: libraries/tracking.lib.php:924 libraries/tracking.lib.php:999
-#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:292
+#: libraries/tracking.lib.php:1004 libraries/user_preferences.lib.php:293
#: prefs_manage.php:136
msgid "Yes"
msgstr "是"
@@ -258,15 +258,15 @@ msgid ""
"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s."
msgstr "phpMyAdmin 設定儲存空間己停用。 %s了解原因%s。"
-#: db_printview.php:48 db_tracking.php:125 db_tracking.php:265
-#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:772
+#: db_printview.php:48 db_tracking.php:125 db_tracking.php:287
+#: libraries/Menu.class.php:241 libraries/config/messages.inc.php:776
#: libraries/plugins/export/ExportXml.class.php:498
#: libraries/rte/rte_list.lib.php:65 libraries/rte/rte_triggers.lib.php:331
#: libraries/server_privileges.lib.php:1041
-#: libraries/server_privileges.lib.php:2554
-#: libraries/server_privileges.lib.php:2785
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3879 libraries/structure.lib.php:825
+#: libraries/server_privileges.lib.php:2585
+#: libraries/server_privileges.lib.php:2816
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3910 libraries/structure.lib.php:825
#: libraries/tbl_relation.lib.php:325 libraries/tbl_relation.lib.php:591
msgid "Table"
msgstr "資料表"
@@ -367,13 +367,13 @@ msgstr "更新"
msgid "Status"
msgstr "狀態"
-#: db_tracking.php:130 db_tracking.php:266 libraries/Index.class.php:645
+#: db_tracking.php:130 db_tracking.php:288 libraries/Index.class.php:645
#: libraries/central_columns.lib.php:626 libraries/rte/rte_list.lib.php:53
#: libraries/rte/rte_list.lib.php:67 libraries/rte/rte_list.lib.php:79
#: libraries/server_databases.lib.php:399
-#: libraries/server_privileges.lib.php:2033
-#: libraries/server_privileges.lib.php:2806
-#: libraries/server_privileges.lib.php:2982
+#: libraries/server_privileges.lib.php:2057
+#: libraries/server_privileges.lib.php:2837
+#: libraries/server_privileges.lib.php:3013
#: libraries/server_user_groups.lib.php:82
#: libraries/server_variables.lib.php:189 libraries/structure.lib.php:833
#: libraries/structure.lib.php:1312 libraries/tracking.lib.php:279
@@ -386,7 +386,7 @@ msgstr "動作"
msgid "Show"
msgstr "顯示"
-#: db_tracking.php:139 db_tracking.php:209
+#: db_tracking.php:139 db_tracking.php:231
#, fuzzy
#| msgid "Deleting tracking data"
msgid "Delete tracking"
@@ -406,15 +406,25 @@ msgstr "追蹤報告"
msgid "Structure snapshot"
msgstr "結構快照(Snapshot)"
-#: db_tracking.php:255
+#: db_tracking.php:184 libraries/tracking.lib.php:418
+#: libraries/tracking.lib.php:1436
+msgid "not active"
+msgstr "停用"
+
+#: db_tracking.php:189 libraries/tracking.lib.php:416
+#: libraries/tracking.lib.php:1434
+msgid "active"
+msgstr "啓用"
+
+#: db_tracking.php:277
msgid "Untracked tables"
msgstr "尚未追蹤的資料表"
-#: db_tracking.php:281 db_tracking.php:312 libraries/structure.lib.php:1641
+#: db_tracking.php:303 db_tracking.php:334 libraries/structure.lib.php:1641
msgid "Track table"
msgstr "追蹤資料表"
-#: db_tracking.php:325
+#: db_tracking.php:347
msgid "Database Log"
msgstr "資料庫記錄"
@@ -534,7 +544,7 @@ msgid "Add geometry"
msgstr "新增幾何形"
#: gis_data_editor.php:409 js/messages.php:254
-#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1651
+#: libraries/DbSearch.class.php:467 libraries/DisplayResults.class.php:1681
#: libraries/TableSearch.class.php:1238 libraries/browse_foreigners.lib.php:54
#: libraries/core.lib.php:610 libraries/display_change_password.lib.php:109
#: libraries/display_create_table.lib.php:72
@@ -556,9 +566,9 @@ msgstr "新增幾何形"
#: libraries/rte/rte_triggers.lib.php:396 libraries/server_bin_log.lib.php:61
#: libraries/server_privileges.lib.php:701
#: libraries/server_privileges.lib.php:1795
-#: libraries/server_privileges.lib.php:2520
-#: libraries/server_privileges.lib.php:3166
-#: libraries/server_privileges.lib.php:4118
+#: libraries/server_privileges.lib.php:2551
+#: libraries/server_privileges.lib.php:3197
+#: libraries/server_privileges.lib.php:4149
#: libraries/server_user_groups.lib.php:285
#: libraries/sql_query_form.lib.php:337 libraries/sql_query_form.lib.php:396
#: libraries/sql_query_form.lib.php:464 libraries/structure.lib.php:1717
@@ -596,8 +606,8 @@ msgstr "參數不完整"
#: import.php:163
#, php-format
msgid ""
-"You probably tried to upload a file that is too large. Please refer to "
-"%sdocumentation%s for a workaround for this limit."
+"You probably tried to upload a file that is too large. Please refer to %"
+"sdocumentation%s for a workaround for this limit."
msgstr "您上傳的檔案過大,請參考 %s說明文件%s 了解如何解決此問題。"
#: import.php:343 import.php:626
@@ -1289,12 +1299,12 @@ msgstr "新增圖表至格線"
msgid "Please add at least one variable to the series!"
msgstr "請至少增加一個變數到資料序列!"
-#: js/messages.php:151 libraries/DisplayResults.class.php:1338
+#: js/messages.php:151 libraries/DisplayResults.class.php:1368
#: libraries/TableSearch.class.php:876 libraries/TableSearch.class.php:1045
#: libraries/config.values.php:69 libraries/db_designer.lib.php:981
#: libraries/display_export.lib.php:587
#: libraries/plugins/export/ExportSql.class.php:1898
-#: libraries/server_privileges.lib.php:2691
+#: libraries/server_privileges.lib.php:2722
#: libraries/server_status_monitor.lib.php:236
#: libraries/server_status_processes.lib.php:301
#: libraries/tbl_columns_definition_form.lib.php:760
@@ -1781,18 +1791,18 @@ msgid "Show query box"
msgstr "顯示查詢框"
#: js/messages.php:305 libraries/Console.class.php:96
-#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3238
+#: libraries/Console.class.php:183 libraries/DisplayResults.class.php:3268
#: libraries/Index.class.php:675 libraries/Util.class.php:665
#: libraries/Util.class.php:1190 libraries/Util.class.php:3424
#: libraries/Util.class.php:3425 libraries/central_columns.lib.php:760
-#: libraries/config/messages.inc.php:753
+#: libraries/config/messages.inc.php:755
#: libraries/server_user_groups.lib.php:119
#: libraries/server_variables.lib.php:233 setup/frames/index.inc.php:179
msgid "Edit"
msgstr "編輯"
-#: js/messages.php:306 libraries/DisplayResults.class.php:792
-#: libraries/DisplayResults.class.php:800
+#: js/messages.php:306 libraries/DisplayResults.class.php:822
+#: libraries/DisplayResults.class.php:830
#, php-format
msgid "%d is not valid row number."
msgstr "%d 不是有效的資料列號。"
@@ -2025,7 +2035,7 @@ msgstr "資料點內容"
msgid "Ignore"
msgstr "略過"
-#: js/messages.php:384 libraries/DisplayResults.class.php:3241
+#: js/messages.php:384 libraries/DisplayResults.class.php:3271
msgid "Copy"
msgstr "複製"
@@ -2041,7 +2051,7 @@ msgstr "一維折線"
msgid "Polygon"
msgstr "多邊形"
-#: js/messages.php:391 libraries/DisplayResults.class.php:1634
+#: js/messages.php:391 libraries/DisplayResults.class.php:1664
msgid "Geometry"
msgstr "幾何形"
@@ -2180,10 +2190,10 @@ msgstr "雙擊點選以複製欄位名稱。"
msgid "Click the drop-down arrow
to toggle column's visibility."
msgstr "點選下拉箭頭
以切換欄位的顯示程度。"
-#: js/messages.php:437 libraries/DisplayResults.class.php:896
+#: js/messages.php:437 libraries/DisplayResults.class.php:926
#: libraries/browse_foreigners.lib.php:253
#: libraries/browse_foreigners.lib.php:306
-#: libraries/server_privileges.lib.php:3231
+#: libraries/server_privileges.lib.php:3262
msgid "Show all"
msgstr "全部顯示"
@@ -2277,7 +2287,7 @@ msgstr "隱藏控制面板"
msgid "Show hidden navigation tree items."
msgstr "顯示隱藏的導覽樹項目。"
-#: js/messages.php:478 libraries/config/messages.inc.php:421
+#: js/messages.php:478 libraries/config/messages.inc.php:423
#: libraries/navigation/NavigationTree.class.php:1328
msgid "Link with main panel"
msgstr "連結主面板"
@@ -2346,7 +2356,7 @@ msgstr ",最新的穩定版:"
msgid "up to date"
msgstr "最新"
-#: js/messages.php:497 libraries/DisplayResults.class.php:4767
+#: js/messages.php:497 libraries/DisplayResults.class.php:4797
#: view_create.php:182
msgid "Create view"
msgstr "新增檢視表"
@@ -2764,8 +2774,8 @@ msgid "Requery"
msgstr "重新查詢"
#: libraries/Console.class.php:97 libraries/DbSearch.class.php:365
-#: libraries/DisplayResults.class.php:3309
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3339
+#: libraries/DisplayResults.class.php:4666
#: libraries/central_columns.lib.php:762 libraries/db_designer.lib.php:875
#: libraries/server_user_groups.lib.php:129
#: libraries/sql_query_form.lib.php:388 libraries/tracking.lib.php:476
@@ -2774,16 +2784,16 @@ msgid "Delete"
msgstr "刪除"
#: libraries/Console.class.php:99 libraries/Console.class.php:189
-#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:766
+#: libraries/Menu.class.php:214 libraries/config/messages.inc.php:770
#: libraries/plugins/export/ExportHtmlword.class.php:149
#: libraries/plugins/export/ExportOdt.class.php:193
#: libraries/plugins/export/ExportTexytext.class.php:133
#: libraries/server_databases.lib.php:303
#: libraries/server_privileges.lib.php:1038
-#: libraries/server_privileges.lib.php:2538
-#: libraries/server_privileges.lib.php:2784
-#: libraries/server_privileges.lib.php:2796
-#: libraries/server_privileges.lib.php:3865
+#: libraries/server_privileges.lib.php:2569
+#: libraries/server_privileges.lib.php:2815
+#: libraries/server_privileges.lib.php:2827
+#: libraries/server_privileges.lib.php:3896
#: libraries/server_status_processes.lib.php:81
#: libraries/tbl_relation.lib.php:302 libraries/tbl_relation.lib.php:539
msgid "Database"
@@ -2853,7 +2863,7 @@ msgid "History"
msgstr "歷史記錄"
#: libraries/Console.class.php:209 libraries/Console.class.php:304
-#: libraries/DisplayResults.class.php:1570 libraries/TableSearch.class.php:788
+#: libraries/DisplayResults.class.php:1600 libraries/TableSearch.class.php:788
#: libraries/import.lib.php:1261 libraries/import.lib.php:1293
#: libraries/plugins/export/ExportCodegen.class.php:90
#: libraries/plugins/export/ExportCsv.class.php:51
@@ -2894,7 +2904,7 @@ msgid "During current session"
msgstr "於目前連線階段"
#: libraries/Console.class.php:270 libraries/Util.class.php:1232
-#: libraries/config/messages.inc.php:755
+#: libraries/config/messages.inc.php:757
#: libraries/server_status_processes.lib.php:249
#: libraries/server_status_variables.lib.php:42
msgid "Refresh"
@@ -2936,9 +2946,9 @@ msgstr "顯示查詢記錄於一開始"
msgid "Show current browsing query"
msgstr "顯示目前畫面使用的查詢"
-#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1322
-#: libraries/DisplayResults.class.php:2109
-#: libraries/DisplayResults.class.php:2115 libraries/TableSearch.class.php:847
+#: libraries/DBQbe.class.php:391 libraries/DisplayResults.class.php:1352
+#: libraries/DisplayResults.class.php:2139
+#: libraries/DisplayResults.class.php:2145 libraries/TableSearch.class.php:847
#: libraries/config.values.php:70 libraries/operations.lib.php:576
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -2947,9 +2957,9 @@ msgstr "顯示目前畫面使用的查詢"
msgid "Ascending"
msgstr "遞增"
-#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1334
-#: libraries/DisplayResults.class.php:2105
-#: libraries/DisplayResults.class.php:2119 libraries/TableSearch.class.php:848
+#: libraries/DBQbe.class.php:394 libraries/DisplayResults.class.php:1364
+#: libraries/DisplayResults.class.php:2135
+#: libraries/DisplayResults.class.php:2149 libraries/TableSearch.class.php:848
#: libraries/config.values.php:71 libraries/operations.lib.php:579
#: libraries/server_databases.lib.php:307
#: libraries/server_databases.lib.php:335
@@ -3140,31 +3150,31 @@ msgstr "於下列資料表中:"
msgid "Inside column:"
msgstr "於下列欄位中:"
-#: libraries/DisplayResults.class.php:769
+#: libraries/DisplayResults.class.php:799
msgid "Save edited data"
msgstr "儲存"
-#: libraries/DisplayResults.class.php:775
+#: libraries/DisplayResults.class.php:805
msgid "Restore column order"
msgstr "還原欄位的順序"
-#: libraries/DisplayResults.class.php:823
+#: libraries/DisplayResults.class.php:853
#: libraries/central_columns.lib.php:602
msgid "Filter rows"
msgstr "搜尋資料列"
-#: libraries/DisplayResults.class.php:825
+#: libraries/DisplayResults.class.php:855
#: libraries/central_columns.lib.php:604
msgid "Search this table"
msgstr "搜尋此資料表"
-#: libraries/DisplayResults.class.php:853 libraries/Util.class.php:2465
+#: libraries/DisplayResults.class.php:883 libraries/Util.class.php:2465
#: libraries/Util.class.php:2468
msgctxt "First page"
msgid "Begin"
msgstr "最前頁"
-#: libraries/DisplayResults.class.php:856 libraries/Util.class.php:2466
+#: libraries/DisplayResults.class.php:886 libraries/Util.class.php:2466
#: libraries/Util.class.php:2469 libraries/server_bin_log.lib.php:170
#: libraries/server_bin_log.lib.php:172
msgctxt "Previous page"
@@ -3172,129 +3182,129 @@ msgid "Previous"
msgstr "上一頁"
# 這應該使用於選擇日期的小月曆
-#: libraries/DisplayResults.class.php:922 libraries/Util.class.php:2497
+#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2497
#: libraries/Util.class.php:2507 libraries/server_bin_log.lib.php:204
#: libraries/server_bin_log.lib.php:206
msgctxt "Next page"
msgid "Next"
msgstr "下一頁"
-#: libraries/DisplayResults.class.php:952 libraries/Util.class.php:2498
+#: libraries/DisplayResults.class.php:982 libraries/Util.class.php:2498
#: libraries/Util.class.php:2508
msgctxt "Last page"
msgid "End"
msgstr "最末頁"
-#: libraries/DisplayResults.class.php:995
+#: libraries/DisplayResults.class.php:1025
msgid "All"
msgstr "全部"
-#: libraries/DisplayResults.class.php:1005
+#: libraries/DisplayResults.class.php:1035
#: libraries/display_export.lib.php:338 libraries/tbl_chart.lib.php:290
msgid "Number of rows:"
msgstr "資料列數:"
-#: libraries/DisplayResults.class.php:1280
+#: libraries/DisplayResults.class.php:1310
msgid "Sort by key"
msgstr "依主鍵排序"
-#: libraries/DisplayResults.class.php:1576
-#: libraries/DisplayResults.class.php:1684
+#: libraries/DisplayResults.class.php:1606
+#: libraries/DisplayResults.class.php:1714
msgid "Partial texts"
msgstr "部分內容"
-#: libraries/DisplayResults.class.php:1577
-#: libraries/DisplayResults.class.php:1688
+#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1718
msgid "Full texts"
msgstr "完整內容"
-#: libraries/DisplayResults.class.php:1593
+#: libraries/DisplayResults.class.php:1623
msgid "Relational key"
msgstr "關聯鍵"
-#: libraries/DisplayResults.class.php:1594
+#: libraries/DisplayResults.class.php:1624
msgid "Relational display column"
msgstr "關聯顯示欄位"
-#: libraries/DisplayResults.class.php:1607
+#: libraries/DisplayResults.class.php:1637
msgid "Show binary contents"
msgstr "顯示二進位內容"
-#: libraries/DisplayResults.class.php:1613
+#: libraries/DisplayResults.class.php:1643
msgid "Show BLOB contents"
msgstr "顯示 BLOB 內容"
-#: libraries/DisplayResults.class.php:1625
+#: libraries/DisplayResults.class.php:1655
msgid "Hide browser transformation"
msgstr "隱藏瀏覽器轉換"
-#: libraries/DisplayResults.class.php:1635
+#: libraries/DisplayResults.class.php:1665
msgid "Well Known Text"
msgstr "易懂的文字"
-#: libraries/DisplayResults.class.php:1636
+#: libraries/DisplayResults.class.php:1666
msgid "Well Known Binary"
msgstr "易懂的二進位檔"
-#: libraries/DisplayResults.class.php:3283
-#: libraries/DisplayResults.class.php:3299
+#: libraries/DisplayResults.class.php:3313
+#: libraries/DisplayResults.class.php:3329
msgid "The row has been deleted."
msgstr "已刪除該行。"
-#: libraries/DisplayResults.class.php:3336
-#: libraries/DisplayResults.class.php:4636
+#: libraries/DisplayResults.class.php:3366
+#: libraries/DisplayResults.class.php:4666
#: libraries/server_status_processes.lib.php:295
msgid "Kill"
msgstr "中止"
-#: libraries/DisplayResults.class.php:4051
+#: libraries/DisplayResults.class.php:4081
msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]."
msgstr "可能為近似值,請參考 [doc@faq3-11]FAQ 3.11[/doc]。"
-#: libraries/DisplayResults.class.php:4108 libraries/Message.class.php:180
+#: libraries/DisplayResults.class.php:4138 libraries/Message.class.php:180
#: libraries/rte/rte_routines.lib.php:1466 libraries/sql_query_form.lib.php:89
#: libraries/tbl_relation.lib.php:1036 tbl_find_replace.php:51
#: tbl_operations.php:200 tbl_row_action.php:121 view_operations.php:62
msgid "Your SQL query has been executed successfully."
msgstr "您的 SQL 語法已順利執行。"
-#: libraries/DisplayResults.class.php:4494 libraries/structure.lib.php:692
+#: libraries/DisplayResults.class.php:4524 libraries/structure.lib.php:692
#, php-format
msgid ""
-"This view has at least this number of rows. Please refer to %sdocumentation"
-"%s."
+"This view has at least this number of rows. Please refer to %sdocumentation%"
+"s."
msgstr "這個檢視表至少需有此數量的資料列,請參考%sdocumentation%s。"
-#: libraries/DisplayResults.class.php:4507
+#: libraries/DisplayResults.class.php:4537
#, php-format
msgid "Showing rows %1s - %2s"
msgstr "顯示第 %1s - %2s 列"
-#: libraries/DisplayResults.class.php:4522
+#: libraries/DisplayResults.class.php:4552
#, php-format
msgid "%1$d total, %2$d in query"
msgstr "總計 %1$d 筆,目前查詢 %2$d 筆"
-#: libraries/DisplayResults.class.php:4527
+#: libraries/DisplayResults.class.php:4557
#, php-format
msgid "%d total"
msgstr "總計 %d 筆"
-#: libraries/DisplayResults.class.php:4539 libraries/sql.lib.php:1504
+#: libraries/DisplayResults.class.php:4569 libraries/sql.lib.php:1504
#, php-format
msgid "Query took %01.4f seconds."
msgstr "查詢花費 %01.4f 秒。"
-#: libraries/DisplayResults.class.php:4641
-#: libraries/DisplayResults.class.php:4648 libraries/Util.class.php:4573
+#: libraries/DisplayResults.class.php:4671
+#: libraries/DisplayResults.class.php:4678 libraries/Util.class.php:4573
#: libraries/Util.class.php:4579 libraries/mult_submits.inc.php:45
#: libraries/structure.lib.php:296 libraries/structure.lib.php:312
#: libraries/structure.lib.php:314
msgid "With selected:"
msgstr "已選擇項目:"
-#: libraries/DisplayResults.class.php:4645
-#: libraries/DisplayResults.class.php:4647 libraries/Util.class.php:4575
+#: libraries/DisplayResults.class.php:4675
+#: libraries/DisplayResults.class.php:4677 libraries/Util.class.php:4575
#: libraries/Util.class.php:4576 libraries/server_privileges.lib.php:1046
#: libraries/server_privileges.lib.php:1047
#: libraries/server_user_groups.lib.php:231 libraries/structure.lib.php:299
@@ -3302,48 +3312,50 @@ msgstr "已選擇項目:"
msgid "Check All"
msgstr "全選"
-#: libraries/DisplayResults.class.php:4652 libraries/structure.lib.php:1486
+#: libraries/DisplayResults.class.php:4682 libraries/structure.lib.php:1486
#: libraries/structure.lib.php:2210
msgid "Change"
msgstr "修改"
-#: libraries/DisplayResults.class.php:4665
-#: libraries/DisplayResults.class.php:4936 libraries/Menu.class.php:336
+#: libraries/DisplayResults.class.php:4695
+#: libraries/DisplayResults.class.php:4966 libraries/Menu.class.php:336
#: libraries/Menu.class.php:438 libraries/Menu.class.php:571
#: libraries/Util.class.php:3426 libraries/Util.class.php:3427
#: libraries/Util.class.php:4137 libraries/Util.class.php:4152
#: libraries/Util.class.php:4169 libraries/config/messages.inc.php:213
#: libraries/display_export.lib.php:167
-#: libraries/server_privileges.lib.php:2280
-#: libraries/server_privileges.lib.php:2996
+#: libraries/server_privileges.lib.php:1898
+#: libraries/server_privileges.lib.php:1975
+#: libraries/server_privileges.lib.php:2311
+#: libraries/server_privileges.lib.php:3027
#: libraries/server_status_monitor.lib.php:322 libraries/structure.lib.php:318
#: prefs_manage.php:301 setup/frames/menu.inc.php:27
msgid "Export"
msgstr "匯出"
-#: libraries/DisplayResults.class.php:4822
+#: libraries/DisplayResults.class.php:4852
msgid "Query results operations"
msgstr "查詢結果選項"
-#: libraries/DisplayResults.class.php:4860 libraries/Header.class.php:371
+#: libraries/DisplayResults.class.php:4890 libraries/Header.class.php:371
#: libraries/structure.lib.php:320 libraries/structure.lib.php:393
#: libraries/structure.lib.php:1621
msgid "Print view"
msgstr "預覽列印"
-#: libraries/DisplayResults.class.php:4878
+#: libraries/DisplayResults.class.php:4908
msgid "Print view (with full texts)"
msgstr "預覽列印 (顯示全文)"
-#: libraries/DisplayResults.class.php:4949 libraries/tbl_chart.lib.php:351
+#: libraries/DisplayResults.class.php:4979 libraries/tbl_chart.lib.php:351
msgid "Display chart"
msgstr "顯示圖表"
-#: libraries/DisplayResults.class.php:4974
+#: libraries/DisplayResults.class.php:5004
msgid "Visualize GIS data"
msgstr "視覺化的 GIS 資料"
-#: libraries/DisplayResults.class.php:5210
+#: libraries/DisplayResults.class.php:5240
msgid "Link not found!"
msgstr "無此連結!"
@@ -3501,7 +3513,7 @@ msgid ""
msgstr "索引 %1$s 和 %2$s 可能是相同的,其中一個將可能被刪除。"
#: libraries/Menu.class.php:197 libraries/ServerStatusData.class.php:369
-#: libraries/config/messages.inc.php:770
+#: libraries/config/messages.inc.php:774
msgid "Server"
msgstr "伺服器"
@@ -3561,9 +3573,9 @@ msgstr "新增"
#: libraries/Menu.class.php:354 libraries/Menu.class.php:459
#: libraries/Util.class.php:4155 libraries/Util.class.php:4171
-#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2031
-#: libraries/server_privileges.lib.php:2798
-#: libraries/server_privileges.lib.php:3754
+#: libraries/server_common.lib.php:51 libraries/server_privileges.lib.php:2055
+#: libraries/server_privileges.lib.php:2829
+#: libraries/server_privileges.lib.php:3785
msgid "Privileges"
msgstr "權限"
@@ -3625,7 +3637,7 @@ msgstr "中央欄位"
#: libraries/Menu.class.php:537 libraries/Util.class.php:4133
#: libraries/config/messages.inc.php:227
#: libraries/navigation/NavigationTree.class.php:1178
-#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3865
+#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:3896
msgid "Databases"
msgstr "資料庫"
@@ -3730,7 +3742,7 @@ msgid "Recent"
msgstr "最近使用"
#: libraries/RecentFavoriteTable.class.php:254
-#: libraries/config/messages.inc.php:470
+#: libraries/config/messages.inc.php:472
msgid "Favorite tables"
msgstr "我的最愛的資料表"
@@ -4157,16 +4169,16 @@ msgstr ""
#: libraries/Types.class.php:332
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"
+"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 ""
"浮點數,範圍為 -3.402823466E+38 至 -1.175494351E-38、0 及 1.175494351E-38 至 "
"3.402823466E+38"
#: libraries/Types.class.php:334
msgid ""
-"A double-precision floating-point number, allowable values are "
-"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and "
+"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 ""
"倍準浮點數,範圍為 -1.7976931348623157E+308 至 -2.2250738585072014E-308、0 "
@@ -4440,7 +4452,7 @@ msgstr "上限: %s %s"
msgid "MySQL said: "
msgstr "MySQL 回應: "
-#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:754
+#: libraries/Util.class.php:1164 libraries/config/messages.inc.php:756
msgid "Explain SQL"
msgstr "SQL 語句分析"
@@ -4452,7 +4464,7 @@ msgstr "略過 SQL 語句分析"
msgid "Without PHP Code"
msgstr "關閉 PHP 程式碼"
-#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:756
+#: libraries/Util.class.php:1206 libraries/config/messages.inc.php:758
msgid "Create PHP Code"
msgstr "產生 PHP 程式碼"
@@ -4953,7 +4965,7 @@ msgid "Set value: %s"
msgstr "設定值: %s"
#: libraries/config/FormDisplay.tpl.php:315
-#: libraries/config/messages.inc.php:533
+#: libraries/config/messages.inc.php:535
msgid "Restore default value"
msgstr "還原預設值"
@@ -6084,7 +6096,7 @@ msgid "Maximum displayed SQL length"
msgstr "顯示 SQL 指令的長度限制"
#: libraries/config/messages.inc.php:391 libraries/config/messages.inc.php:410
-#: libraries/config/messages.inc.php:519
+#: libraries/config/messages.inc.php:521
msgid "Users cannot set a higher value"
msgstr "使用者不能設定更大的值"
@@ -6151,166 +6163,171 @@ msgstr "記憶體限制"
msgid "In the navigation panel, replaces the database tree with a selector"
msgstr ""
-#: libraries/config/messages.inc.php:419
+#: libraries/config/messages.inc.php:420
#, fuzzy
#| msgid "Show hidden navigation tree items."
msgid "Show databases navigation as tree"
msgstr "顯示隱藏的導覽樹項目。"
-#: libraries/config/messages.inc.php:420
+#: libraries/config/messages.inc.php:422
msgid "Link with main panel by highlighting the current database or table."
msgstr "透過高亮標記目前的資料庫或表格以和主控台聯結"
-#: libraries/config/messages.inc.php:422
+#: libraries/config/messages.inc.php:424
msgid "Show logo in navigation panel."
msgstr "在導覽面板中顯示圖示。"
-#: libraries/config/messages.inc.php:423
+#: libraries/config/messages.inc.php:425
msgid "Display logo"
msgstr "顯示 Logo"
-#: libraries/config/messages.inc.php:425
+#: libraries/config/messages.inc.php:427
msgid "URL where logo in the navigation panel will point to."
msgstr "導覽面板中圖示所連結的網址。"
-#: libraries/config/messages.inc.php:426
+#: libraries/config/messages.inc.php:428
msgid "Logo link URL"
msgstr "Logo 連結網址"
-#: libraries/config/messages.inc.php:428
+#: libraries/config/messages.inc.php:430
msgid ""
"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one "
"([kbd]new[/kbd])."
msgstr "使用主視窗 ([kbd]main[/kbd]) 或新視窗 ([kbd]new[/kbd]) 開啟目標連結。"
-#: libraries/config/messages.inc.php:431
+#: libraries/config/messages.inc.php:433
msgid "Logo link target"
msgstr "Logo 連結目標"
-#: libraries/config/messages.inc.php:433
+#: libraries/config/messages.inc.php:435
msgid "Display server choice at the top of the navigation panel."
msgstr "在導覽面板上方顯示伺服器清單。"
-#: libraries/config/messages.inc.php:434
+#: libraries/config/messages.inc.php:436
msgid "Display servers selection"
msgstr "顯示伺服器選擇"
-#: libraries/config/messages.inc.php:435
+#: libraries/config/messages.inc.php:437
msgid "Target for quick access icon"
msgstr "快速存取圖示要顯示的目標頁面"
-#: libraries/config/messages.inc.php:437
+#: libraries/config/messages.inc.php:439
#, fuzzy
#| msgid "Target for quick access icon"
msgid "Target for second quick access icon"
msgstr "快速存取圖示要顯示的目標頁面"
-#: libraries/config/messages.inc.php:440
+#: libraries/config/messages.inc.php:442
msgid ""
"Defines the minimum number of items (tables, views, routines and events) to "
"display a filter box."
msgstr "設定顯示搜尋框的項目數量下限 (資料表、檢視表、預存程序和事件) 。"
-#: libraries/config/messages.inc.php:444
+#: libraries/config/messages.inc.php:446
msgid "Minimum number of items to display the filter box"
msgstr "設定顯示搜尋框的項目數量下限"
-#: libraries/config/messages.inc.php:446
+#: libraries/config/messages.inc.php:448
msgid "Minimum number of databases to display the database filter box"
msgstr "設定顯示搜尋框的資料庫數量下限"
-#: libraries/config/messages.inc.php:448
+#: libraries/config/messages.inc.php:450
msgid ""
"Group items in the navigation tree (determined by the separator defined "
"below)."
msgstr "將導覽樹內的項目分組 (依後面定義的分隔符號來分組)。"
-#: libraries/config/messages.inc.php:450
+#: libraries/config/messages.inc.php:452
msgid "Group items in the tree"
msgstr "將導覽樹內的項目分組"
-#: libraries/config/messages.inc.php:452
+#: libraries/config/messages.inc.php:454
msgid "String that separates databases into different tree levels."
msgstr "會依據此分隔符號將資料庫分爲不同階層的樹狀。"
-#: libraries/config/messages.inc.php:453
+#: libraries/config/messages.inc.php:455
msgid "Database tree separator"
msgstr "資料庫導覽樹的分隔符號"
-#: libraries/config/messages.inc.php:455
+#: libraries/config/messages.inc.php:457
msgid "String that separates tables into different tree levels."
msgstr "會依據此分隔符號將資料表分爲不同階層的樹狀。"
-#: libraries/config/messages.inc.php:456
+#: libraries/config/messages.inc.php:458
msgid "Table tree separator"
msgstr "資料表導覽樹的分隔符號"
-#: libraries/config/messages.inc.php:457
+#: libraries/config/messages.inc.php:459
msgid "Maximum table tree depth"
msgstr "資料表導覽樹深度限制"
-#: libraries/config/messages.inc.php:459
+#: libraries/config/messages.inc.php:461
msgid "Highlight server under the mouse cursor."
msgstr "當滑鼠指標移至伺服器上時加強標示。"
-#: libraries/config/messages.inc.php:460
+#: libraries/config/messages.inc.php:462
msgid "Enable highlighting"
msgstr "開啟加強標示"
-#: libraries/config/messages.inc.php:462
-msgid "Whether to disable the possibility of database expansion or not."
+#: libraries/config/messages.inc.php:464
+#, fuzzy
+#| msgid "Whether to disable the possibility of database expansion or not."
+msgid ""
+"Whether to offer the possibility of tree expansion in the navigation panel."
msgstr "是否關閉資料庫展開功能。"
-#: libraries/config/messages.inc.php:464
-msgid "Disable database expansion"
-msgstr "關閉資料庫展開功能"
-
#: libraries/config/messages.inc.php:466
+#, fuzzy
+#| msgid "Table navigation bar"
+msgid "Enable navigation tree expansion"
+msgstr "資料表導覽欄"
+
+#: libraries/config/messages.inc.php:468
msgid "Maximum number of recently used tables; set 0 to disable."
msgstr "最多顯示幾個最近使用的資料表;0 代表不顯示。"
-#: libraries/config/messages.inc.php:468
+#: libraries/config/messages.inc.php:470
msgid "Maximum number of favorite tables; set 0 to disable."
msgstr "顯示我的最愛資料表的數量上限;設為 0 則關閉此功能。"
-#: libraries/config/messages.inc.php:469
+#: libraries/config/messages.inc.php:471
msgid "Recently used tables"
msgstr "最近使用的資料表"
-#: libraries/config/messages.inc.php:471
+#: libraries/config/messages.inc.php:473
msgid "These are Edit, Copy and Delete links."
msgstr "連結包含了編輯、複製和刪除。"
-#: libraries/config/messages.inc.php:472
+#: libraries/config/messages.inc.php:474
msgid "Where to show the table row links"
msgstr "資料列的連結顯示位置"
-#: libraries/config/messages.inc.php:474
+#: libraries/config/messages.inc.php:476
msgid "Use natural order for sorting table and database names."
msgstr "使用自然排序顯示資料庫與資料表名稱。"
-#: libraries/config/messages.inc.php:475
+#: libraries/config/messages.inc.php:477
msgid "Natural order"
msgstr "自然排序"
-#: libraries/config/messages.inc.php:476 libraries/config/messages.inc.php:507
-#: libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:478 libraries/config/messages.inc.php:509
+#: libraries/config/messages.inc.php:511
msgid "Use only icons, only text or both."
msgstr "僅使用圖示、文字或都使用。"
-#: libraries/config/messages.inc.php:477
+#: libraries/config/messages.inc.php:479
msgid "Table navigation bar"
msgstr "資料表導覽欄"
-#: libraries/config/messages.inc.php:479
+#: libraries/config/messages.inc.php:481
msgid "Use GZip output buffering for increased speed in HTTP transfers."
msgstr "使用 GZip 輸出快取以加快 HTTP 傳輸速度。"
-#: libraries/config/messages.inc.php:480
+#: libraries/config/messages.inc.php:482
msgid "GZip output buffering"
msgstr "GZip 輸出快取"
-#: libraries/config/messages.inc.php:482
+#: libraries/config/messages.inc.php:484
msgid ""
"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, "
"DATETIME and TIMESTAMP, ascending order otherwise."
@@ -6318,19 +6335,19 @@ msgstr ""
"[kbd]SMART[/kbd] - 如: 對 TIME、DATE、DATETIME 和 TIMESTAMP 類型的欄位遞減排"
"序,其他欄位遞增。"
-#: libraries/config/messages.inc.php:485
+#: libraries/config/messages.inc.php:487
msgid "Default sorting order"
msgstr "預設排序"
-#: libraries/config/messages.inc.php:487
+#: libraries/config/messages.inc.php:489
msgid "Use persistent connections to MySQL databases."
msgstr "使用持續連線的方式連線到 MySQL 資料庫。"
-#: libraries/config/messages.inc.php:488
+#: libraries/config/messages.inc.php:490
msgid "Persistent connections"
msgstr "持續連線"
-#: libraries/config/messages.inc.php:490
+#: libraries/config/messages.inc.php:492
msgid ""
"Disable the default warning that is displayed on the database details "
"Structure page if any of the required tables for the phpMyAdmin "
@@ -6339,47 +6356,47 @@ msgstr ""
"關閉在缺少 phpMyAdmin 設定儲存空間所需資料表時在資料庫結構頁面中顯示的預設警"
"告訊息。"
-#: libraries/config/messages.inc.php:495
+#: libraries/config/messages.inc.php:497
msgid "Missing phpMyAdmin configuration storage tables"
msgstr "缺少 phpMyAdmin 設定儲存空間資料表"
-#: libraries/config/messages.inc.php:497
+#: libraries/config/messages.inc.php:499
msgid ""
"Disable the default warning that is displayed if a difference between the "
"MySQL library and server is detected."
msgstr "關閉在偵測到 MySQL 函式庫和伺服器有所不同時的預設警告訊息。"
-#: libraries/config/messages.inc.php:501
+#: libraries/config/messages.inc.php:503
msgid "Server/library difference warning"
msgstr "伺服器與函式庫不同版本的警告"
-#: libraries/config/messages.inc.php:503
+#: libraries/config/messages.inc.php:505
msgid ""
"Disable the default warning that is displayed on the Structure page if "
"column names in a table are reserved MySQL words."
msgstr "關閉在資料表欄位是 MySQL 保留字時,結構頁面內顯示的預設警告訊息。"
-#: libraries/config/messages.inc.php:506
+#: libraries/config/messages.inc.php:508
msgid "MySQL reserved word warning"
msgstr "MySQL 保留字警告"
-#: libraries/config/messages.inc.php:508
+#: libraries/config/messages.inc.php:510
msgid "How to display the menu tabs"
msgstr "如何顯示選單標籤頁"
-#: libraries/config/messages.inc.php:510
+#: libraries/config/messages.inc.php:512
msgid "How to display various action links"
msgstr "如何顯示各種操作連結"
-#: libraries/config/messages.inc.php:511
+#: libraries/config/messages.inc.php:513
msgid "Disallow BLOB and BINARY columns from editing."
msgstr "不允許編輯 BLOB 和 BINARY 類型欄位。"
-#: libraries/config/messages.inc.php:512
+#: libraries/config/messages.inc.php:514
msgid "Protect binary columns"
msgstr "保護二進位欄位"
-#: libraries/config/messages.inc.php:514
+#: libraries/config/messages.inc.php:516
msgid ""
"Enable if you want DB-based query history (requires phpMyAdmin configuration "
"storage). If disabled, this utilizes JS-routines to display query history "
@@ -6389,124 +6406,124 @@ msgstr ""
"開啟此功能。若不使用,將會採用 Javascript 來保存查詢歷史記錄 (只會保留至瀏覽"
"器關閉為止)。"
-#: libraries/config/messages.inc.php:518
+#: libraries/config/messages.inc.php:520
msgid "Permanent query history"
msgstr "保存查詢歷史記錄"
-#: libraries/config/messages.inc.php:520
+#: libraries/config/messages.inc.php:522
msgid "How many queries are kept in history."
msgstr "要保存的查詢歷史記錄的數量。"
-#: libraries/config/messages.inc.php:521
+#: libraries/config/messages.inc.php:523
msgid "Query history length"
msgstr "查詢歷史記錄數量"
-#: libraries/config/messages.inc.php:523
+#: libraries/config/messages.inc.php:525
msgid "Select which functions will be used for character set conversion."
msgstr "選擇進行字元編碼轉換時使用的函數。"
-#: libraries/config/messages.inc.php:524
+#: libraries/config/messages.inc.php:526
msgid "Recoding engine"
msgstr "編碼引擎"
-#: libraries/config/messages.inc.php:526
+#: libraries/config/messages.inc.php:528
msgid "When browsing tables, the sorting of each table is remembered."
msgstr "瀏覽資料表時會使用上次的資料表排序。"
-#: libraries/config/messages.inc.php:527
+#: libraries/config/messages.inc.php:529
msgid "Remember table's sorting"
msgstr "記住資料表的排序"
-#: libraries/config/messages.inc.php:528
+#: libraries/config/messages.inc.php:530
msgid "Default sort order for tables with a primary key."
msgstr "預設使用主鍵來排序表格"
-#: libraries/config/messages.inc.php:529
+#: libraries/config/messages.inc.php:531
msgid "Primary key default sort order"
msgstr "主鍵預設排序"
-#: libraries/config/messages.inc.php:531
+#: libraries/config/messages.inc.php:533
msgid ""
"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature."
msgstr "每 X 儲存格重複標題,要關閉此功能請設爲 [kbd]0[/kbd]。"
-#: libraries/config/messages.inc.php:532
+#: libraries/config/messages.inc.php:534
msgid "Repeat headers"
msgstr "重複顯示標題"
-#: libraries/config/messages.inc.php:534
+#: libraries/config/messages.inc.php:536
msgid "Grid editing: trigger action"
msgstr "表格編輯: 觸發動作"
-#: libraries/config/messages.inc.php:535
+#: libraries/config/messages.inc.php:537
#, fuzzy
#| msgid "Relational display column"
msgid "Relational display"
msgstr "關聯顯示欄位"
-#: libraries/config/messages.inc.php:536
+#: libraries/config/messages.inc.php:538
#, fuzzy
#| msgid "Servers display options."
msgid "For display Options"
msgstr "伺服器顯示選項。"
-#: libraries/config/messages.inc.php:537
+#: libraries/config/messages.inc.php:539
msgid "Grid editing: save all edited cells at once"
msgstr "表格編輯: 一次儲存所有已編輯資料"
-#: libraries/config/messages.inc.php:538
+#: libraries/config/messages.inc.php:540
msgid "Directory where exports can be saved on server."
msgstr "伺服器上用來儲存匯出檔案的資料夾。"
-#: libraries/config/messages.inc.php:539
+#: libraries/config/messages.inc.php:541
msgid "Save directory"
msgstr "儲存資料夾"
-#: libraries/config/messages.inc.php:540
+#: libraries/config/messages.inc.php:542
msgid "Leave blank if not used."
msgstr "不使用請留空。"
-#: libraries/config/messages.inc.php:541
+#: libraries/config/messages.inc.php:543
msgid "Host authorization order"
msgstr "主機認證模式"
-#: libraries/config/messages.inc.php:542
+#: libraries/config/messages.inc.php:544
msgid "Leave blank for defaults."
msgstr "使用預設值請留空。"
-#: libraries/config/messages.inc.php:543
+#: libraries/config/messages.inc.php:545
msgid "Host authorization rules"
msgstr "主機認證規則"
-#: libraries/config/messages.inc.php:544
+#: libraries/config/messages.inc.php:546
msgid "Allow logins without a password"
msgstr "允許空密碼登入"
-#: libraries/config/messages.inc.php:545
+#: libraries/config/messages.inc.php:547
msgid "Allow root login"
msgstr "允許 root 使用者登入"
-#: libraries/config/messages.inc.php:546
+#: libraries/config/messages.inc.php:548
#, fuzzy
#| msgid "Session value"
msgid "Session timezone"
msgstr "連線階段值"
-#: libraries/config/messages.inc.php:547
+#: libraries/config/messages.inc.php:549
msgid ""
"Sets the effective timezone; possibly different than the one from your "
"database server"
msgstr ""
-#: libraries/config/messages.inc.php:549
+#: libraries/config/messages.inc.php:551
msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth."
msgstr "使用 HTTP 基本認證時顯示給使用者的提示資訊。"
-#: libraries/config/messages.inc.php:550
+#: libraries/config/messages.inc.php:552
msgid "HTTP Realm"
msgstr "HTTP 提示資訊"
-#: libraries/config/messages.inc.php:552
+#: libraries/config/messages.inc.php:554
msgid ""
"The path for the config file for [a@http://swekey.com]SweKey hardware "
"authentication[/a] (not located in your document root; suggested: /etc/"
@@ -6515,19 +6532,19 @@ msgstr ""
"[a@http://swekey.com]SweKey 硬件認證 [/a]的設定檔案路徑 (請勿置於您的檔案根資"
"料夾,推薦使用: /etc/swekey.conf)。"
-#: libraries/config/messages.inc.php:556
+#: libraries/config/messages.inc.php:558
msgid "SweKey config file"
msgstr "SweKey 設定檔案"
-#: libraries/config/messages.inc.php:557
+#: libraries/config/messages.inc.php:559
msgid "Authentication method to use."
msgstr "要使用的認證方式。"
-#: libraries/config/messages.inc.php:558 setup/frames/index.inc.php:163
+#: libraries/config/messages.inc.php:560 setup/frames/index.inc.php:163
msgid "Authentication type"
msgstr "認證方式"
-#: libraries/config/messages.inc.php:560
+#: libraries/config/messages.inc.php:562
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] "
"support, suggested: [kbd]pma__bookmark[/kbd]"
@@ -6535,41 +6552,41 @@ msgstr ""
"在不支援[a@http://wiki.phpmyadmin.net/pma/bookmark]書籤[/a]功能時請留空,建議"
"用: [kbd]pma__bookmark[/kbd]"
-#: libraries/config/messages.inc.php:563
+#: libraries/config/messages.inc.php:565
msgid "Bookmark table"
msgstr "書籤表"
-#: libraries/config/messages.inc.php:565
+#: libraries/config/messages.inc.php:567
msgid ""
"Leave blank for no column comments/mime types, suggested: [kbd]"
"pma__column_info[/kbd]."
msgstr "無欄位註解/MIME類型時留空白。建議值: [kbd]pma__column_info[/kbd]。"
-#: libraries/config/messages.inc.php:568
+#: libraries/config/messages.inc.php:570
msgid "Column information table"
msgstr "列資訊表"
-#: libraries/config/messages.inc.php:569
+#: libraries/config/messages.inc.php:571
msgid "Compress connection to MySQL server."
msgstr "壓縮連線到 MySQL 伺服器。"
-#: libraries/config/messages.inc.php:570
+#: libraries/config/messages.inc.php:572
msgid "Compress connection"
msgstr "壓縮連線"
-#: libraries/config/messages.inc.php:572
+#: libraries/config/messages.inc.php:574
msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure."
msgstr "怎樣連線到伺服器,如果不確定,請選擇 [kbd]tcp[/kbd]。"
-#: libraries/config/messages.inc.php:573
+#: libraries/config/messages.inc.php:575
msgid "Connection type"
msgstr "連接方式"
-#: libraries/config/messages.inc.php:574
+#: libraries/config/messages.inc.php:576
msgid "Control user password"
msgstr "控制使用者的密碼"
-#: libraries/config/messages.inc.php:576
+#: libraries/config/messages.inc.php:578
msgid ""
"A special MySQL user configured with limited permissions, more information "
"available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]."
@@ -6577,36 +6594,36 @@ msgstr ""
"只擁有部份權限的 MySQL 特殊使用者,詳情請參考 [a@http://wiki.phpmyadmin.net/"
"pma/controluser]wiki[/a]。"
-#: libraries/config/messages.inc.php:579
+#: libraries/config/messages.inc.php:581
msgid "Control user"
msgstr "控制使用者"
-#: libraries/config/messages.inc.php:581
+#: libraries/config/messages.inc.php:583
msgid ""
"An alternate host to hold the configuration storage; leave blank to use the "
"already defined host."
msgstr "設定儲存空間的備用主機位置,若不修改備用主機位置則留空。"
-#: libraries/config/messages.inc.php:584
+#: libraries/config/messages.inc.php:586
msgid "Control host"
msgstr "管理伺服器"
-#: libraries/config/messages.inc.php:586
+#: libraries/config/messages.inc.php:588
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 "設定儲存空間的備用主機位置埠號,若使用預設值或不修改設定則留空。"
-#: libraries/config/messages.inc.php:590
+#: libraries/config/messages.inc.php:592
msgid "Control port"
msgstr "管理連接埠"
-#: libraries/config/messages.inc.php:592
+#: libraries/config/messages.inc.php:594
msgid "Hide databases matching regular expression (PCRE)."
msgstr "隱藏資料庫名稱符合此正規表示法(PCRE)的項目。"
-#: libraries/config/messages.inc.php:593
+#: libraries/config/messages.inc.php:595
msgid ""
"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA "
"bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]"
@@ -6614,65 +6631,65 @@ msgstr ""
"詳情請參考 [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA 問題追蹤系"
"統[/a] 與 [a@http://bugs.mysql.com/19588]MySQL 問題回報[/a]"
-#: libraries/config/messages.inc.php:594
+#: libraries/config/messages.inc.php:596
msgid "Disable use of INFORMATION_SCHEMA"
msgstr "停用 INFORMATION_SCHEMA"
-#: libraries/config/messages.inc.php:595
+#: libraries/config/messages.inc.php:597
msgid "Hide databases"
msgstr "隱藏資料庫"
-#: libraries/config/messages.inc.php:597
+#: libraries/config/messages.inc.php:599
msgid ""
"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/"
"kbd]."
msgstr "不使用 SQL 查詢歷史功能請留空,建議值: [kbd]pma__history[/kbd]。"
-#: libraries/config/messages.inc.php:600
+#: libraries/config/messages.inc.php:602
msgid "SQL query history table"
msgstr "SQL 查詢紀錄表"
-#: libraries/config/messages.inc.php:601
+#: libraries/config/messages.inc.php:603
msgid "Hostname where MySQL server is running."
msgstr "正在執行 MySQL 伺服器的主機名稱。"
-#: libraries/config/messages.inc.php:602
+#: libraries/config/messages.inc.php:604
msgid "Server hostname"
msgstr "伺服器主機名稱"
-#: libraries/config/messages.inc.php:603
+#: libraries/config/messages.inc.php:605
msgid "Logout URL"
msgstr "登出網址"
-#: libraries/config/messages.inc.php:605
+#: libraries/config/messages.inc.php:607
msgid ""
"Limits number of table preferences which are stored in database, the oldest "
"records are automatically removed."
msgstr "儲存於資料庫的資料表偏好設定數量限制,超過數量會從最舊的項目自動移除。"
-#: libraries/config/messages.inc.php:609
+#: libraries/config/messages.inc.php:611
msgid "Maximal number of table preferences to store"
msgstr "資料表偏好設定的儲存最大值"
-#: libraries/config/messages.inc.php:610
+#: libraries/config/messages.inc.php:612
#, fuzzy
#| msgid "See slave status table"
msgid "QBE saved searches table"
msgstr "使用範例查詢(QBE)已儲存的搜尋資料表"
-#: libraries/config/messages.inc.php:612
+#: libraries/config/messages.inc.php:614
msgid ""
"Leave blank for no QBE saved searches support, suggested: [kbd]"
"pma__savedsearches[/kbd]."
msgstr "不使用 QBE 查詢功能請留空,建議值:[kbd]pma__savedsearches[/kbd]。"
-#: libraries/config/messages.inc.php:615
+#: libraries/config/messages.inc.php:617
#, fuzzy
#| msgid "Central columns"
msgid "Central columns table"
msgstr "中央欄位"
-#: libraries/config/messages.inc.php:617
+#: libraries/config/messages.inc.php:619
#, fuzzy
#| msgid ""
#| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
@@ -6682,15 +6699,15 @@ msgid ""
"pma__central_columns[/kbd]."
msgstr "不使用 PDF 大綱功能請留空,建議值: [kbd]pma__table_coords[/kbd]。"
-#: libraries/config/messages.inc.php:620
+#: libraries/config/messages.inc.php:622
msgid "Try to connect without password."
msgstr "嘗試用空密碼連線。"
-#: libraries/config/messages.inc.php:621
+#: libraries/config/messages.inc.php:623
msgid "Connect without password"
msgstr "用空密碼連線"
-#: libraries/config/messages.inc.php:623
+#: libraries/config/messages.inc.php:625
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 "
@@ -6699,28 +6716,28 @@ msgstr ""
"您可以使用 MySQL 萬用字元 (% 和 _),如果想要表示萬用字元本身,請在前面加上反"
"斜線。例: 用 [kbd]'my\\_db'[/kbd] 而不是 [kbd]'my_db'[/kbd]。"
-#: libraries/config/messages.inc.php:627
+#: libraries/config/messages.inc.php:629
msgid "Show only listed databases"
msgstr "僅顯示清單中的資料庫"
-#: libraries/config/messages.inc.php:628 libraries/config/messages.inc.php:721
+#: libraries/config/messages.inc.php:630 libraries/config/messages.inc.php:723
msgid "Leave empty if not using config auth."
msgstr "如果不使用 config 認證方式,請留空。"
-#: libraries/config/messages.inc.php:629
+#: libraries/config/messages.inc.php:631
msgid "Password for config auth"
msgstr "config 認證方式的密碼"
-#: libraries/config/messages.inc.php:631
+#: libraries/config/messages.inc.php:633
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]."
msgstr "不使用 PDF 大綱功能請留空,建議值: [kbd]pma__pdf_pages[/kbd]。"
-#: libraries/config/messages.inc.php:633
+#: libraries/config/messages.inc.php:635
msgid "PDF schema: pages table"
msgstr "PDF 大綱: 資料表頁"
-#: libraries/config/messages.inc.php:635
+#: libraries/config/messages.inc.php:637
msgid ""
"Database used for relations, bookmarks, and PDF features. See [a@http://wiki."
"phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for "
@@ -6730,31 +6747,31 @@ msgstr ""
"pma/pmadb]pmadb [/a] 取得更多資訊。留空則關閉此功能,建議為: [kbd]phpmyadmin"
"[/kbd]。"
-#: libraries/config/messages.inc.php:639
+#: libraries/config/messages.inc.php:641
#: libraries/display_create_database.lib.php:31
msgid "Database name"
msgstr "資料庫名稱"
-#: libraries/config/messages.inc.php:641
+#: libraries/config/messages.inc.php:643
msgid "Port on which MySQL server is listening, leave empty for default."
msgstr "MySQL 伺服器監聽的連接埠,留空爲預設。"
-#: libraries/config/messages.inc.php:642
+#: libraries/config/messages.inc.php:644
msgid "Server port"
msgstr "伺服器端口"
-#: libraries/config/messages.inc.php:644
+#: libraries/config/messages.inc.php:646
msgid ""
"Leave blank for no \"persistent\" recently used tables across sessions, "
"suggested: [kbd]pma__recent[/kbd]."
msgstr ""
"如果不想要自動使用最近的資料表本欄位請留空,建議設定: [kbd]pma_config[/kbd]。"
-#: libraries/config/messages.inc.php:647
+#: libraries/config/messages.inc.php:649
msgid "Recently used table"
msgstr "最近使用的資料表"
-#: libraries/config/messages.inc.php:649
+#: libraries/config/messages.inc.php:651
#, fuzzy
#| msgid ""
#| "Leave blank for no \"persistent\" recently used tables across sessions, "
@@ -6765,13 +6782,13 @@ msgid ""
msgstr ""
"如果不想要自動使用最近的資料表本欄位請留空,建議設定: [kbd]pma_config[/kbd]。"
-#: libraries/config/messages.inc.php:652
+#: libraries/config/messages.inc.php:654
#, fuzzy
#| msgid "Favorite tables"
msgid "Favorites table"
msgstr "我的最愛的資料表"
-#: libraries/config/messages.inc.php:654
+#: libraries/config/messages.inc.php:656
msgid ""
"Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links"
"[/a] support, suggested: [kbd]pma__relation[/kbd]."
@@ -6779,11 +6796,11 @@ msgstr ""
"不使用 [a@http://wiki.phpmyadmin.net/pma/relation]關聯連結[/a] 功能請留空,建"
"議值: [kbd]pma__relation[/kbd]。"
-#: libraries/config/messages.inc.php:658
+#: libraries/config/messages.inc.php:660
msgid "Relation table"
msgstr "關係表"
-#: libraries/config/messages.inc.php:660
+#: libraries/config/messages.inc.php:662
msgid ""
"See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types"
"[/a] for an example."
@@ -6791,133 +6808,133 @@ msgstr ""
"請參考 [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]認證模式[/a] 中的"
"範例。"
-#: libraries/config/messages.inc.php:663
+#: libraries/config/messages.inc.php:665
msgid "Signon session name"
msgstr "Signon 連線名稱"
-#: libraries/config/messages.inc.php:664
+#: libraries/config/messages.inc.php:666
msgid "Signon URL"
msgstr "登入網址"
-#: libraries/config/messages.inc.php:666
+#: libraries/config/messages.inc.php:668
msgid "Socket on which MySQL server is listening, leave empty for default."
msgstr "MySQL 伺服器監聽的連線埠,留空爲預設。"
-#: libraries/config/messages.inc.php:667
+#: libraries/config/messages.inc.php:669
msgid "Server socket"
msgstr "伺服器套接字 (socket)"
-#: libraries/config/messages.inc.php:668
+#: libraries/config/messages.inc.php:670
msgid "Enable SSL for connection to MySQL server."
msgstr "使用 SSL 連線到 MySQL 伺服器。"
-#: libraries/config/messages.inc.php:669
+#: libraries/config/messages.inc.php:671
msgid "Use SSL"
msgstr "使用 SSL"
-#: libraries/config/messages.inc.php:671
+#: libraries/config/messages.inc.php:673
msgid ""
"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/"
"kbd]."
msgstr "不使用 PDF 大綱功能請留空,建議值: [kbd]pma__table_coords[/kbd]。"
-#: libraries/config/messages.inc.php:673
+#: libraries/config/messages.inc.php:675
#, fuzzy
#| msgid "PDF schema: table coordinates"
msgid "Designer and PDF schema: table coordinates"
msgstr "PDF 大綱: 資料表同時"
-#: libraries/config/messages.inc.php:675
+#: libraries/config/messages.inc.php:677
msgid ""
"Table to describe the display columns, leave blank for no support; "
"suggested: [kbd]pma__table_info[/kbd]."
msgstr "描述顯示欄位的表,不使用請留空,建議值: [kbd]pma__table_info[/kbd]。"
-#: libraries/config/messages.inc.php:678
+#: libraries/config/messages.inc.php:680
msgid "Display columns table"
msgstr "顯示欄位表"
-#: libraries/config/messages.inc.php:680
+#: libraries/config/messages.inc.php:682
msgid ""
"Leave blank for no \"persistent\" tables' UI preferences across sessions, "
"suggested: [kbd]pma__table_uiprefs[/kbd]."
msgstr ""
"不在資料表中儲存跨連線 UI 偏好設定時請留空,建議值:[kbd]pma__config[/kbd]。"
-#: libraries/config/messages.inc.php:683
+#: libraries/config/messages.inc.php:685
msgid "UI preferences table"
msgstr "「介面偏好」資料表"
-#: libraries/config/messages.inc.php:685
+#: libraries/config/messages.inc.php:687
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 指令。"
-#: libraries/config/messages.inc.php:688
+#: libraries/config/messages.inc.php:690
msgid "Add DROP DATABASE"
msgstr "加入 DROP DATABASE"
-#: libraries/config/messages.inc.php:690
+#: libraries/config/messages.inc.php:692
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 指令。"
-#: libraries/config/messages.inc.php:693
+#: libraries/config/messages.inc.php:695
msgid "Add DROP TABLE"
msgstr "加入 DROP TABLE"
-#: libraries/config/messages.inc.php:695
+#: libraries/config/messages.inc.php:697
msgid ""
"Whether a DROP VIEW IF EXISTS statement will be added as first line to the "
"log when creating a view."
msgstr "設定當檢視表建立時,是否在記錄檔前面加上 DROP 視表 IF EXISTS 指令。"
-#: libraries/config/messages.inc.php:698
+#: libraries/config/messages.inc.php:700
msgid "Add DROP VIEW"
msgstr "加入 DROP VIEW"
-#: libraries/config/messages.inc.php:700
+#: libraries/config/messages.inc.php:702
msgid "Defines the list of statements the auto-creation uses for new versions."
msgstr "給新版的自動建立指定一個指令清單。"
-#: libraries/config/messages.inc.php:701
+#: libraries/config/messages.inc.php:703
msgid "Statements to track"
msgstr "要追蹤的指令"
-#: libraries/config/messages.inc.php:703
+#: libraries/config/messages.inc.php:705
msgid ""
"Leave blank for no SQL query tracking support, suggested: [kbd]pma__tracking"
"[/kbd]."
msgstr "不使用 SQL 查詢追蹤功能請留空,建議值: [kbd]pma__tracking[/kbd]。"
-#: libraries/config/messages.inc.php:706
+#: libraries/config/messages.inc.php:708
msgid "SQL query tracking table"
msgstr "SQL 查詢追蹤表"
-#: libraries/config/messages.inc.php:708
+#: libraries/config/messages.inc.php:710
msgid ""
"Whether the tracking mechanism creates versions for tables and views "
"automatically."
msgstr "設定追蹤系統是否自動爲資料表和檢視表建立版本。"
-#: libraries/config/messages.inc.php:712
+#: libraries/config/messages.inc.php:714
msgid "Automatically create versions"
msgstr "自動建立版本"
-#: libraries/config/messages.inc.php:713
+#: libraries/config/messages.inc.php:715
msgid ""
"Leave blank for no user preferences storage in database, suggested: [kbd]"
"pma__userconfig[/kbd]."
msgstr "不在資料庫中儲存使用者偏好設定請留空,建議值: [kbd]pma__config[/kbd]。"
-#: libraries/config/messages.inc.php:714
+#: libraries/config/messages.inc.php:716
msgid "User preferences storage table"
msgstr "使用者偏好表"
-#: libraries/config/messages.inc.php:715
+#: libraries/config/messages.inc.php:717
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 "
@@ -6926,11 +6943,11 @@ msgstr ""
"設定選單功能必須同時啟用此資料表與使用者群組資料表,若有其中一個未填寫則會停"
"用此功能,請參考:[kbd]pma__users[/kbd]。"
-#: libraries/config/messages.inc.php:716
+#: libraries/config/messages.inc.php:718
msgid "Users table"
msgstr "使用者資料表"
-#: libraries/config/messages.inc.php:717
+#: libraries/config/messages.inc.php:719
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, "
@@ -6939,11 +6956,11 @@ msgstr ""
"設定選單功能必須同時啟用此資料表與使用者資料表,若有其中一個未填寫則會停用此"
"功能,請參考:[kbd]pma__usergroups[/kbd]。"
-#: libraries/config/messages.inc.php:718
+#: libraries/config/messages.inc.php:720
msgid "User groups table"
msgstr "使用者群組資料表"
-#: libraries/config/messages.inc.php:719
+#: libraries/config/messages.inc.php:721
msgid ""
"Leave blank to disable the feature to hide and show navigation items, "
"suggested: [kbd]pma__navigationhiding[/kbd]."
@@ -6951,33 +6968,33 @@ msgstr ""
"空白為停用隱藏和顯示導覽項目的功能,建議值:[kbd]pma__navigationhiding[/"
"kbd]。"
-#: libraries/config/messages.inc.php:720
+#: libraries/config/messages.inc.php:722
msgid "Hidden navigation items table"
msgstr "隱藏導覽項目資料表"
-#: libraries/config/messages.inc.php:722
+#: libraries/config/messages.inc.php:724
msgid "User for config auth"
msgstr "config 認證方式的帳號"
-#: libraries/config/messages.inc.php:723
+#: libraries/config/messages.inc.php:725
msgid ""
"A user-friendly description of this server. Leave blank to display the "
"hostname instead."
msgstr "填寫易於使用者理解的伺服器描述,填空將顯示主機名稱。"
-#: libraries/config/messages.inc.php:724
+#: libraries/config/messages.inc.php:726
msgid "Verbose name of this server"
msgstr "伺服器名稱"
-#: libraries/config/messages.inc.php:725
+#: libraries/config/messages.inc.php:727
msgid "Whether a user should be displayed a \"show all (rows)\" button."
msgstr "是否顯示 \"顯示全部資料列\" 的按鈕。"
-#: libraries/config/messages.inc.php:726
+#: libraries/config/messages.inc.php:728
msgid "Allow to display all the rows"
msgstr "允許顯示所有資料列"
-#: libraries/config/messages.inc.php:727
+#: libraries/config/messages.inc.php:729
msgid ""
"Please note that enabling this has no effect with [kbd]config[/kbd] "
"authentication mode because the password is hard coded in the configuration "
@@ -6986,125 +7003,125 @@ msgstr ""
"注意: 該選項不影響 [kbd]config[/kbd] 認證方式,因爲密碼是儲存在設定檔案中,該"
"選項也不限制直接執行可實現相同功能的指令。"
-#: libraries/config/messages.inc.php:728
+#: libraries/config/messages.inc.php:730
msgid "Show password change form"
msgstr "顯示修改密碼"
-#: libraries/config/messages.inc.php:729
+#: libraries/config/messages.inc.php:731
msgid "Show create database form"
msgstr "顯示建立資料庫表單"
-#: libraries/config/messages.inc.php:730
+#: libraries/config/messages.inc.php:732
msgid "Show or hide a column displaying the Creation timestamp for all tables."
msgstr "顯示或隱藏所有資料表欄位建立的時間。"
-#: libraries/config/messages.inc.php:731
+#: libraries/config/messages.inc.php:733
msgid "Show Creation timestamp"
msgstr "顯示建立時間戳記"
-#: libraries/config/messages.inc.php:732
+#: libraries/config/messages.inc.php:734
msgid ""
"Show or hide a column displaying the Last update timestamp for all tables."
msgstr "顯示或隱藏所有資料表欄位更新的時間。"
-#: libraries/config/messages.inc.php:733
+#: libraries/config/messages.inc.php:735
msgid "Show Last update timestamp"
msgstr "顯示最後更新的時間戳記"
-#: libraries/config/messages.inc.php:734
+#: libraries/config/messages.inc.php:736
msgid ""
"Show or hide a column displaying the Last check timestamp for all tables."
msgstr "顯示或隱藏所有資料表欄位最後檢查的時間。"
-#: libraries/config/messages.inc.php:735
+#: libraries/config/messages.inc.php:737
msgid "Show Last check timestamp"
msgstr "顯示最後檢查時間戳記"
-#: libraries/config/messages.inc.php:736
+#: libraries/config/messages.inc.php:738
msgid ""
"Defines whether or not type fields should be initially displayed in edit/"
"insert mode."
msgstr "定義在編輯/新增模式中是否顯示欄位型態。"
-#: libraries/config/messages.inc.php:737
+#: libraries/config/messages.inc.php:739
msgid "Show field types"
msgstr "顯示欄位類型"
-#: libraries/config/messages.inc.php:738
+#: libraries/config/messages.inc.php:740
msgid "Display the function fields in edit/insert mode."
msgstr "在編輯/新增模式中顯示函數欄位。"
-#: libraries/config/messages.inc.php:739
+#: libraries/config/messages.inc.php:741
msgid "Show function fields"
msgstr "顯示函數列"
-#: libraries/config/messages.inc.php:740
+#: libraries/config/messages.inc.php:742
msgid "Whether to show hint or not."
msgstr "是否顯示使用提示。"
-#: libraries/config/messages.inc.php:741
+#: libraries/config/messages.inc.php:743
msgid "Show hint"
msgstr "顯示提示"
-#: libraries/config/messages.inc.php:742
+#: libraries/config/messages.inc.php:744
msgid ""
"Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] "
"output."
msgstr ""
"顯示 [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] 輸出的連結。"
-#: libraries/config/messages.inc.php:743
+#: libraries/config/messages.inc.php:745
msgid "Show phpinfo() link"
msgstr "顯示 phpinfo() 連結"
-#: libraries/config/messages.inc.php:744
+#: libraries/config/messages.inc.php:746
msgid "Show detailed MySQL server information"
msgstr "顯示 MySQL 伺服器詳細資訊"
-#: libraries/config/messages.inc.php:745
+#: libraries/config/messages.inc.php:747
msgid ""
"Defines whether SQL queries generated by phpMyAdmin should be displayed."
msgstr "定義是否顯示 phpMyAdmin 產生的 SQL 指令。"
-#: libraries/config/messages.inc.php:746
+#: libraries/config/messages.inc.php:748
msgid "Show SQL queries"
msgstr "顯示 SQL 查詢"
-#: libraries/config/messages.inc.php:747
+#: libraries/config/messages.inc.php:749
msgid ""
"Defines whether the query box should stay on-screen after its submission."
msgstr "是否在查詢過後繼續在畫面上顯示查詢框。"
-#: libraries/config/messages.inc.php:748 libraries/sql_query_form.lib.php:326
+#: libraries/config/messages.inc.php:750 libraries/sql_query_form.lib.php:326
msgid "Retain query box"
msgstr "繼續顯示查詢框"
-#: libraries/config/messages.inc.php:749
+#: libraries/config/messages.inc.php:751
msgid "Allow to display database and table statistics (eg. space usage)."
msgstr "允許顯示資料庫和資料表的統計資訊 (如: 空間使用)。"
-#: libraries/config/messages.inc.php:750
+#: libraries/config/messages.inc.php:752
msgid "Show statistics"
msgstr "顯示統計"
-#: libraries/config/messages.inc.php:751
+#: libraries/config/messages.inc.php:753
msgid ""
"Mark used tables and make it possible to show databases with locked tables."
msgstr "將已鎖定的資料表在資料庫中顯示爲使用中。"
-#: libraries/config/messages.inc.php:752
+#: libraries/config/messages.inc.php:754
msgid "Skip locked tables"
msgstr "跳過鎖定的資料表"
-#: libraries/config/messages.inc.php:757
+#: libraries/config/messages.inc.php:759
msgid "A warning is displayed on the main page if Suhosin is detected."
msgstr "關閉在檢測到 Suhosin 時首頁顯示的警告訊息。"
-#: libraries/config/messages.inc.php:758
+#: libraries/config/messages.inc.php:760
msgid "Suhosin warning"
msgstr "Suhosin 的警告"
-#: libraries/config/messages.inc.php:759
+#: libraries/config/messages.inc.php:761
#, fuzzy
#| msgid ""
#| "Disable the default warning that is displayed on the Structure page if "
@@ -7115,13 +7132,13 @@ msgid ""
"`LoginCookieValidity`."
msgstr "關閉在資料表欄位是 MySQL 保留字時,結構頁面內顯示的預設警告訊息。"
-#: libraries/config/messages.inc.php:760
+#: libraries/config/messages.inc.php:763
#, fuzzy
#| msgid "Login cookie validity"
msgid "Login cookie validity warning"
msgstr "登入 Cookie 有效期限"
-#: libraries/config/messages.inc.php:761
+#: libraries/config/messages.inc.php:765
msgid ""
"Textarea size (columns) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7129,11 +7146,11 @@ msgstr ""
"編輯模式的文字框大小 (欄數),此值將用於 SQL 查詢文字框 (*2) 和查詢視窗 "
"(*1.25)。"
-#: libraries/config/messages.inc.php:762
+#: libraries/config/messages.inc.php:766
msgid "Textarea columns"
msgstr "文字框寬度 (字數)"
-#: libraries/config/messages.inc.php:763
+#: libraries/config/messages.inc.php:767
msgid ""
"Textarea size (rows) in edit mode, this value will be emphasized for SQL "
"query textareas (*2) and for query window (*1.25)."
@@ -7141,31 +7158,31 @@ msgstr ""
"編輯模式的文字框大小 (列數),此值將用於 SQL 查詢文字框 (*2) 和查詢視窗 "
"(*1.25)。"
-#: libraries/config/messages.inc.php:764
+#: libraries/config/messages.inc.php:768
msgid "Textarea rows"
msgstr "文字框列數"
-#: libraries/config/messages.inc.php:765
+#: libraries/config/messages.inc.php:769
msgid "Title of browser window when a database is selected."
msgstr "當選擇資料庫時瀏覽器視窗顯示的標題。"
-#: libraries/config/messages.inc.php:767
+#: libraries/config/messages.inc.php:771
msgid "Title of browser window when nothing is selected."
msgstr "當未選擇任何項目時瀏覽器視窗顯示的標題。"
-#: libraries/config/messages.inc.php:768
+#: libraries/config/messages.inc.php:772
msgid "Default title"
msgstr "預設標題"
-#: libraries/config/messages.inc.php:769
+#: libraries/config/messages.inc.php:773
msgid "Title of browser window when a server is selected."
msgstr "當選擇伺服器時瀏覽器視窗顯示的標題。"
-#: libraries/config/messages.inc.php:771
+#: libraries/config/messages.inc.php:775
msgid "Title of browser window when a table is selected."
msgstr "當選擇資料表時瀏覽器視窗顯示的標題。"
-#: libraries/config/messages.inc.php:773
+#: libraries/config/messages.inc.php:777
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-"
@@ -7176,52 +7193,52 @@ msgstr ""
"信任來自 1.2.3.4 代理伺服器所發出的 HTTP_X_FORWARDED_FOR (X-Forwarded-For) 標"
"頭: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]。"
-#: libraries/config/messages.inc.php:774
+#: libraries/config/messages.inc.php:778
msgid "List of trusted proxies for IP allow/deny"
msgstr "可信認的代理伺服器 IP 允許/拒絕清單"
-#: libraries/config/messages.inc.php:775
+#: libraries/config/messages.inc.php:779
msgid "Directory on server where you can upload files for import."
msgstr "伺服器上用來存放匯入檔案的資料夾。"
-#: libraries/config/messages.inc.php:776
+#: libraries/config/messages.inc.php:780
msgid "Upload directory"
msgstr "上傳資料夾"
-#: libraries/config/messages.inc.php:777
+#: libraries/config/messages.inc.php:781
msgid "Allow for searching inside the entire database."
msgstr "允許搜尋整個資料庫。"
-#: libraries/config/messages.inc.php:778
+#: libraries/config/messages.inc.php:782
msgid "Use database search"
msgstr "使用資料庫搜尋"
-#: libraries/config/messages.inc.php:779
+#: libraries/config/messages.inc.php:783
msgid ""
"When disabled, users cannot set any of the options below, regardless of the "
"checkbox on the right."
msgstr "停用時,使用者不能設定下列選項,右側的複選框被忽略。"
-#: libraries/config/messages.inc.php:780
+#: libraries/config/messages.inc.php:784
msgid "Enable the Developer tab in settings"
msgstr "啓用設定選項中的開發人員頁籤"
-#: libraries/config/messages.inc.php:781 setup/frames/index.inc.php:313
+#: libraries/config/messages.inc.php:785 setup/frames/index.inc.php:313
msgid "Check for latest version"
msgstr "檢查是否有更新版本"
-#: libraries/config/messages.inc.php:782
+#: libraries/config/messages.inc.php:786
msgid "Enables check for latest version on main phpMyAdmin page."
msgstr "啟動在 phpMyAdmin 首頁中更新版本的檢查。"
-#: libraries/config/messages.inc.php:783 setup/lib/index.lib.php:117
+#: libraries/config/messages.inc.php:787 setup/lib/index.lib.php:117
#: setup/lib/index.lib.php:134 setup/lib/index.lib.php:147
#: setup/lib/index.lib.php:159 setup/lib/index.lib.php:167
#: setup/lib/index.lib.php:174
msgid "Version check"
msgstr "檢查更新"
-#: libraries/config/messages.inc.php:784
+#: libraries/config/messages.inc.php:788
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 this "
@@ -7232,11 +7249,11 @@ msgstr ""
"用。若您的伺服器所在位置無法直接存取網際網路的話,將會需要此設定。格式為:"
"\"主機名稱:埠號\"。"
-#: libraries/config/messages.inc.php:785
+#: libraries/config/messages.inc.php:789
msgid "Proxy url"
msgstr "代理伺服器網址"
-#: libraries/config/messages.inc.php:786
+#: libraries/config/messages.inc.php:790
msgid ""
"The username for authenticating with the proxy. By default, no "
"authentication is performed. If a username is supplied, Basic Authentication "
@@ -7245,19 +7262,19 @@ msgstr ""
"使用代理伺服器進行身份驗證的使用者名稱,預設無身份驗證。如果提供了使用者名"
"稱,則會執行基本驗證。目前不支援其他類型的身份驗證。"
-#: libraries/config/messages.inc.php:787
+#: libraries/config/messages.inc.php:791
msgid "Proxy username"
msgstr "代理伺服器使用者名稱"
-#: libraries/config/messages.inc.php:788
+#: libraries/config/messages.inc.php:792
msgid "The password for authenticating with the proxy."
msgstr "使用代理伺服器進行身份驗證的密碼。"
-#: libraries/config/messages.inc.php:789
+#: libraries/config/messages.inc.php:793
msgid "Proxy password"
msgstr "代理伺服器密碼"
-#: libraries/config/messages.inc.php:791
+#: libraries/config/messages.inc.php:795
msgid ""
"Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression "
"for import and export operations."
@@ -7265,41 +7282,41 @@ msgstr ""
"允許在匯入和匯出時使用 [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP "
"[/a] 壓縮。"
-#: libraries/config/messages.inc.php:792
+#: libraries/config/messages.inc.php:796
msgid "ZIP"
msgstr "ZIP"
-#: libraries/config/messages.inc.php:793
+#: libraries/config/messages.inc.php:797
msgid "Enter your public key for your domain reCaptcha service."
msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入公開金鑰。"
-#: libraries/config/messages.inc.php:794
+#: libraries/config/messages.inc.php:798
msgid "Public key for reCaptcha"
msgstr "驗證碼的公開金鑰"
-#: libraries/config/messages.inc.php:795
+#: libraries/config/messages.inc.php:799
msgid "Enter your private key for your domain reCaptcha service."
msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入私密金鑰。"
-#: libraries/config/messages.inc.php:796
+#: libraries/config/messages.inc.php:800
msgid "Private key for reCaptcha"
msgstr "驗證碼的私密金鑰"
-#: libraries/config/messages.inc.php:798
+#: libraries/config/messages.inc.php:802
msgid "Choose the default action when sending error reports."
msgstr "請選擇傳送錯誤報告的預設動作。"
-#: libraries/config/messages.inc.php:799
+#: libraries/config/messages.inc.php:803
msgid "Send error reports"
msgstr "傳送錯誤報告"
-#: libraries/config/messages.inc.php:801
+#: libraries/config/messages.inc.php:805
msgid ""
"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration "
"storage tables automatically."
msgstr "開啟零設定模式可讓您自動安裝 phpMyAdmin 設定空間資料表。"
-#: libraries/config/messages.inc.php:804
+#: libraries/config/messages.inc.php:808
msgid "Enable Zero Configuration mode"
msgstr "開啟零設定模式"
@@ -7718,8 +7735,8 @@ msgstr ",@TABLE@ 會替換為資料表名稱"
#, php-format
msgid ""
"This value is interpreted using %1$sstrftime%2$s, so you can use time "
-"formatting strings. Additionally the following transformations will happen: "
-"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
+"formatting strings. Additionally the following transformations will happen: %"
+"3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details."
msgstr ""
"此數值會使用 %1$sstrftime%2$s 來解析,所以您可以使用時間格式的字串。除此之"
"外,以下資料格式也會被轉換: %3$s。其他的文字則會保持原樣。請參考 %4$s常見問"
@@ -8232,8 +8249,8 @@ msgstr ""
#: libraries/engines/pbxt.lib.php:131
#, php-format
msgid ""
-"Documentation and further information about PBXT can be found on the "
-"%sPrimeBase XT Home Page%s."
+"Documentation and further information about PBXT can be found on the %"
+"sPrimeBase XT Home Page%s."
msgstr "有關 PBXT 的更相關資訊請可以 %sPrimeBase XT 首頁%s 中找到。"
#: libraries/engines/pbxt.lib.php:138
@@ -9341,8 +9358,8 @@ msgstr "歡迎使用 %s"
#: libraries/plugins/auth/AuthenticationConfig.class.php:124
#, php-format
msgid ""
-"You probably did not create a configuration file. You might want to use the "
-"%1$ssetup script%2$s to create one."
+"You probably did not create a configuration file. You might want to use the %"
+"1$ssetup script%2$s to create one."
msgstr "您可能還沒有建立設定檔案。您可以使用 %1$s 設定指令 %2$s 來建立。"
#: libraries/plugins/auth/AuthenticationConfig.class.php:144
@@ -10580,7 +10597,7 @@ msgstr "帳號"
#: libraries/replication_gui.lib.php:873
#: libraries/server_privileges.lib.php:1499
#: libraries/server_privileges.lib.php:1527
-#: libraries/server_privileges.lib.php:2971
+#: libraries/server_privileges.lib.php:3002
msgid "Password"
msgstr "密碼"
@@ -10610,8 +10627,8 @@ msgstr "伺服器 ID"
#: libraries/replication_gui.lib.php:842
#: libraries/server_privileges.lib.php:1375
#: libraries/server_privileges.lib.php:1477
-#: libraries/server_privileges.lib.php:2029
-#: libraries/server_privileges.lib.php:2970
+#: libraries/server_privileges.lib.php:2053
+#: libraries/server_privileges.lib.php:3001
#: libraries/server_status_processes.lib.php:77
msgid "Host"
msgstr "主機"
@@ -11387,7 +11404,7 @@ msgstr "無"
#: libraries/server_privileges.lib.php:527
#: libraries/server_privileges.lib.php:554
-#: libraries/server_privileges.lib.php:2978
+#: libraries/server_privileges.lib.php:3009
#: libraries/server_user_groups.lib.php:78
msgid "User group"
msgstr "使用者群組"
@@ -11424,14 +11441,14 @@ msgstr "使用者可同時連線的數量限制。"
#: libraries/server_privileges.lib.php:847
#: libraries/server_privileges.lib.php:1040
-#: libraries/server_privileges.lib.php:2790
-#: libraries/server_privileges.lib.php:2802
+#: libraries/server_privileges.lib.php:2821
+#: libraries/server_privileges.lib.php:2833
msgid "Table-specific privileges"
msgstr "指定資料表權限"
#: libraries/server_privileges.lib.php:849
#: libraries/server_privileges.lib.php:1050
-#: libraries/server_privileges.lib.php:2974
+#: libraries/server_privileges.lib.php:3005
msgid "Note: MySQL privilege names are expressed in English."
msgstr "注意: MySQL 權限名稱會以英文表示。"
@@ -11440,7 +11457,7 @@ msgid "Administration"
msgstr "管理"
#: libraries/server_privileges.lib.php:1034
-#: libraries/server_privileges.lib.php:2972
+#: libraries/server_privileges.lib.php:3003
msgid "Global privileges"
msgstr "全域權限"
@@ -11449,7 +11466,7 @@ msgid "Global"
msgstr "全域"
#: libraries/server_privileges.lib.php:1037
-#: libraries/server_privileges.lib.php:2789
+#: libraries/server_privileges.lib.php:2820
msgid "Database-specific privileges"
msgstr "指定資料庫權限"
@@ -11467,13 +11484,13 @@ msgid ""
msgstr "允許新增使用者和權限,但不允許重新載入權限表。"
#: libraries/server_privileges.lib.php:1301
-#: libraries/server_privileges.lib.php:2502
+#: libraries/server_privileges.lib.php:2533
msgid "Login Information"
msgstr "登入資訊"
#: libraries/server_privileges.lib.php:1334
#: libraries/server_privileges.lib.php:1522
-#: libraries/server_privileges.lib.php:2922
+#: libraries/server_privileges.lib.php:2953
msgid "Use text field"
msgstr "使用文字方塊"
@@ -11498,7 +11515,7 @@ msgid "You have revoked the privileges for %s."
msgstr "您已移除 %s 的權限。"
#: libraries/server_privileges.lib.php:1748
-#: libraries/server_privileges.lib.php:3823
+#: libraries/server_privileges.lib.php:3854
msgid "Add user"
msgstr "新增使用者"
@@ -11519,203 +11536,203 @@ msgstr "給以 帳號_ 開頭的資料庫 (username\\_%) 授予所有權限。"
msgid "Grant all privileges on database \"%s\"."
msgstr "授予資料庫“%s”的所有權限。"
-#: libraries/server_privileges.lib.php:1876
-#: libraries/server_privileges.lib.php:1929
+#: libraries/server_privileges.lib.php:1877
+#: libraries/server_privileges.lib.php:1941
#, php-format
msgid "Users having access to \"%s\""
msgstr "可以存取 \"%s\" 的使用者"
-#: libraries/server_privileges.lib.php:1899
+#: libraries/server_privileges.lib.php:1910
msgid "User has been added."
msgstr "已新增使用者。"
-#: libraries/server_privileges.lib.php:2028
-#: libraries/server_privileges.lib.php:2969
-#: libraries/server_privileges.lib.php:3774
-#: libraries/server_privileges.lib.php:3845
+#: libraries/server_privileges.lib.php:2052
+#: libraries/server_privileges.lib.php:3000
+#: libraries/server_privileges.lib.php:3805
+#: libraries/server_privileges.lib.php:3876
#: libraries/server_status_processes.lib.php:73
#: libraries/server_user_groups.lib.php:39
msgid "User"
msgstr "使用者"
-#: libraries/server_privileges.lib.php:2032
-#: libraries/server_privileges.lib.php:2799
-#: libraries/server_privileges.lib.php:2980
+#: libraries/server_privileges.lib.php:2056
+#: libraries/server_privileges.lib.php:2830
+#: libraries/server_privileges.lib.php:3011
msgid "Grant"
msgstr "允許授權"
-#: libraries/server_privileges.lib.php:2047
+#: libraries/server_privileges.lib.php:2071
msgid "Not enough privilege to view users."
msgstr "權限不足檢視使用者。"
-#: libraries/server_privileges.lib.php:2066
-#: libraries/server_privileges.lib.php:3420
+#: libraries/server_privileges.lib.php:2091
+#: libraries/server_privileges.lib.php:3451
msgid "No user found."
msgstr "未找到使用者。"
-#: libraries/server_privileges.lib.php:2087
-#: libraries/server_privileges.lib.php:2368
-#: libraries/server_privileges.lib.php:3056
+#: libraries/server_privileges.lib.php:2118
+#: libraries/server_privileges.lib.php:2399
+#: libraries/server_privileges.lib.php:3087
msgid "Any"
msgstr "任意"
-#: libraries/server_privileges.lib.php:2138
+#: libraries/server_privileges.lib.php:2169
msgid "global"
msgstr "全域"
-#: libraries/server_privileges.lib.php:2141
+#: libraries/server_privileges.lib.php:2172
msgid "database-specific"
msgstr "指定資料庫"
-#: libraries/server_privileges.lib.php:2143
+#: libraries/server_privileges.lib.php:2174
msgid "wildcard"
msgstr "萬用字元"
-#: libraries/server_privileges.lib.php:2149
+#: libraries/server_privileges.lib.php:2180
msgid "table-specific"
msgstr "指定資料表"
-#: libraries/server_privileges.lib.php:2274
+#: libraries/server_privileges.lib.php:2305
msgid "Edit Privileges"
msgstr "編輯權限"
-#: libraries/server_privileges.lib.php:2277
+#: libraries/server_privileges.lib.php:2308
msgid "Revoke"
msgstr "移除"
-#: libraries/server_privileges.lib.php:2301
+#: libraries/server_privileges.lib.php:2332
msgid "Edit user group"
msgstr "編輯使用者群組"
-#: libraries/server_privileges.lib.php:2481
+#: libraries/server_privileges.lib.php:2512
msgid "… keep the old one."
msgstr "… 保留舊使用者。"
-#: libraries/server_privileges.lib.php:2482
+#: libraries/server_privileges.lib.php:2513
msgid "… delete the old one from the user tables."
msgstr "… 從使用者資料表中刪除舊使用者。"
-#: libraries/server_privileges.lib.php:2484
+#: libraries/server_privileges.lib.php:2515
msgid ""
"… revoke all active privileges from the old one and delete it afterwards."
msgstr "… 移除舊使用者的所有權限,然後刪除舊使用者。"
-#: libraries/server_privileges.lib.php:2488
+#: libraries/server_privileges.lib.php:2519
msgid ""
"… delete the old one from the user tables and reload the privileges "
"afterwards."
msgstr "… 從使用者資料表中刪除舊使用者,然後重新載入權限。"
-#: libraries/server_privileges.lib.php:2503
+#: libraries/server_privileges.lib.php:2534
msgid "Change Login Information / Copy User"
msgstr "修改登入資訊/複製使用者"
-#: libraries/server_privileges.lib.php:2509
+#: libraries/server_privileges.lib.php:2540
msgid "Create a new user with the same privileges and …"
msgstr "建立具有相同權限的新使用者然後 …"
-#: libraries/server_privileges.lib.php:2803
+#: libraries/server_privileges.lib.php:2834
msgid "Column-specific privileges"
msgstr "指定欄位權限"
-#: libraries/server_privileges.lib.php:2858
+#: libraries/server_privileges.lib.php:2889
msgid "Add privileges on the following database(s):"
msgstr "在下列資料庫新增權限:"
-#: libraries/server_privileges.lib.php:2882
+#: libraries/server_privileges.lib.php:2913
msgid "Wildcards % and _ should be escaped with a \\ to use them literally."
msgstr "要使用萬用字元 _ 和 % 本身,應使用用 \\ 轉義。"
-#: libraries/server_privileges.lib.php:2900
+#: libraries/server_privileges.lib.php:2931
msgid "Add privileges on the following table:"
msgstr "在下列資料表新增權限:"
-#: libraries/server_privileges.lib.php:3135
+#: libraries/server_privileges.lib.php:3166
msgid "Remove selected users"
msgstr "刪除選中的使用者"
-#: libraries/server_privileges.lib.php:3141
+#: libraries/server_privileges.lib.php:3172
msgid "Revoke all active privileges from the users and delete them afterwards."
msgstr "移除使用者所有權限,然後刪除使用者。"
-#: libraries/server_privileges.lib.php:3149
-#: libraries/server_privileges.lib.php:3155
-#: libraries/server_privileges.lib.php:3158
+#: libraries/server_privileges.lib.php:3180
+#: libraries/server_privileges.lib.php:3186
+#: libraries/server_privileges.lib.php:3189
msgid "Drop the databases that have the same names as the users."
msgstr "刪除與使用者同名的資料庫。"
-#: libraries/server_privileges.lib.php:3299
+#: libraries/server_privileges.lib.php:3330
msgid "No users selected for deleting!"
msgstr "沒有選擇要刪除的使用者!"
-#: libraries/server_privileges.lib.php:3302
+#: libraries/server_privileges.lib.php:3333
msgid "Reloading the privileges"
msgstr "重新載入權限"
-#: libraries/server_privileges.lib.php:3321
+#: libraries/server_privileges.lib.php:3352
msgid "The selected users have been deleted successfully."
msgstr "已成功刪除選中的使用者。"
-#: libraries/server_privileges.lib.php:3390
+#: libraries/server_privileges.lib.php:3421
#, php-format
msgid "You have updated the privileges for %s."
msgstr "您已更新了 %s 的權限。"
-#: libraries/server_privileges.lib.php:3459
+#: libraries/server_privileges.lib.php:3490
#, php-format
msgid "Deleting %s"
msgstr "正在刪除 %s"
-#: libraries/server_privileges.lib.php:3488
+#: libraries/server_privileges.lib.php:3519
msgid "The privileges were reloaded successfully."
msgstr "已成功重新載入權限。"
-#: libraries/server_privileges.lib.php:3574
+#: libraries/server_privileges.lib.php:3605
#, php-format
msgid "The user %s already exists!"
msgstr "使用者 %s 己存在!"
-#: libraries/server_privileges.lib.php:3765
+#: libraries/server_privileges.lib.php:3796
#, php-format
msgid "Privileges for %s"
msgstr "權限 %s"
-#: libraries/server_privileges.lib.php:3815
+#: libraries/server_privileges.lib.php:3846
msgctxt "Create new user"
msgid "New"
msgstr "新增"
-#: libraries/server_privileges.lib.php:3844
+#: libraries/server_privileges.lib.php:3875
msgid "Edit Privileges:"
msgstr "編輯權限:"
-#: libraries/server_privileges.lib.php:3904
+#: libraries/server_privileges.lib.php:3935
msgid ""
"Note: You are attempting to edit privileges of the user with which you are "
"currently logged in."
msgstr "注意:您正嘗試編輯您目前登入使用者的權限。"
-#: libraries/server_privileges.lib.php:3924 libraries/server_users.lib.php:25
+#: libraries/server_privileges.lib.php:3955 libraries/server_users.lib.php:25
msgid "Users overview"
msgstr "檢視使用者"
-#: libraries/server_privileges.lib.php:4009
+#: libraries/server_privileges.lib.php:4040
#, php-format
msgid ""
"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege "
"tables. The content of these tables may differ from the privileges the "
-"server uses, if they have been changed manually. In this case, you should "
-"%sreload the privileges%s before you continue."
+"server uses, if they have been changed manually. In this case, you should %"
+"sreload the privileges%s before you continue."
msgstr ""
"注意: phpMyAdmin 直接由 MySQL 權限表取得使用者權限。若有使用者中途手動更改權"
"限,則表中顯示的內容可能與伺服器實際使用的使用者權限有異。在這種情況下,您應"
"在繼續前 %s重新載入權限%s。"
-#: libraries/server_privileges.lib.php:4060
+#: libraries/server_privileges.lib.php:4091
msgid "The selected user was not found in the privilege table."
msgstr "在權限表內找不到選中的使用者。"
-#: libraries/server_privileges.lib.php:4292
+#: libraries/server_privileges.lib.php:4323
msgid "You have added a new user."
msgstr "您已新增了一個新使用者。"
@@ -13566,14 +13583,6 @@ msgstr "立即停用"
msgid "Delete version"
msgstr "建立版本"
-#: libraries/tracking.lib.php:416 libraries/tracking.lib.php:1434
-msgid "active"
-msgstr "啓用"
-
-#: libraries/tracking.lib.php:418 libraries/tracking.lib.php:1436
-msgid "not active"
-msgstr "停用"
-
#: libraries/tracking.lib.php:460
msgid "Tracking statements"
msgstr "追蹤指令"
@@ -13698,11 +13707,11 @@ msgid ""
msgstr ""
"您的偏好設定僅作用於本次連線。永久儲存需要開啟 %sphpMyAdmin 設定儲存空間%s。"
-#: libraries/user_preferences.lib.php:129
+#: libraries/user_preferences.lib.php:130
msgid "Could not save configuration"
msgstr "無法儲存設定"
-#: libraries/user_preferences.lib.php:288
+#: libraries/user_preferences.lib.php:289
msgid ""
"Your browser has phpMyAdmin configuration for this domain. Would you like to "
"import it for current session?"
@@ -13771,8 +13780,8 @@ msgid ""
"You can set more settings by modifying config.inc.php, eg. by using %sSetup "
"script%s."
msgstr ""
-"透過修改 config.inc.php 設定檔您可以調整更多的設定項目,如: 使用 %s安裝程"
-"式%s 。"
+"透過修改 config.inc.php 設定檔您可以調整更多的設定項目,如: 使用 %s安裝程式%"
+"s 。"
#: prefs_manage.php:321
msgid "Save to browser's storage"
@@ -14026,24 +14035,24 @@ msgstr[0] "欄位名稱 '%s' 是 MySQL 保留字。"
msgid "No column selected."
msgstr "尚未選擇欄位。"
-#: tbl_tracking.php:32
+#: tbl_tracking.php:33
#, php-format
msgid "Tracking of %s is activated."
msgstr "%s 的追蹤已啓用。"
-#: tbl_tracking.php:101
+#: tbl_tracking.php:102
#, fuzzy
#| msgid "The selected users have been deleted successfully."
msgid "Tracking versions deleted successfully."
msgstr "已成功刪除選中的使用者。"
-#: tbl_tracking.php:106
+#: tbl_tracking.php:107
#, fuzzy
#| msgid "No rows selected"
msgid "No versions selected."
msgstr "尚未選擇任何資料列"
-#: tbl_tracking.php:133
+#: tbl_tracking.php:138
msgid "SQL statements executed."
msgstr "已執行 SQL 指令。"
@@ -14429,8 +14438,8 @@ msgstr ""
#: libraries/advisory_rules.txt:179
#, php-format
msgid ""
-"The current ratio of free query cache memory to total query cache size is %s"
-"%%. It should be above 80%%"
+"The current ratio of free query cache memory to total query cache size is %s%"
+"%. It should be above 80%%"
msgstr "目前閒置查詢快取記憶體為全部查詢快取的大小的 %s%%,這個值應高於 80%%"
#: libraries/advisory_rules.txt:181
@@ -14566,8 +14575,8 @@ msgstr ""
#: libraries/advisory_rules.txt:216
#, php-format
msgid ""
-"%s%% of all sorts cause temporary tables, this value should be lower than "
-"10%%."
+"%s%% of all sorts cause temporary tables, this value should be lower than 10%"
+"%."
msgstr "有 %s%% 的排序會產生暫存表,這個值應低於 10%%。"
#: libraries/advisory_rules.txt:218
@@ -15253,6 +15262,9 @@ msgstr ""
msgid "concurrent_insert is set to 0"
msgstr "concurrent_insert 目前設定為 0"
+#~ msgid "Disable database expansion"
+#~ msgstr "關閉資料庫展開功能"
+
#~ msgid "Delete tracking data for this table"
#~ msgstr "刪除此資料表的追蹤資料"
@@ -16562,8 +16574,8 @@ msgstr "concurrent_insert 目前設定為 0"
#~ "Note that not every result table can be put to the chart. See FAQ 6.29"
#~ msgstr ""
-#~ "請注意不是所有的結果表都能繪圖。參見常見問題 (FAQ) 6.29"
+#~ "請注意不是所有的結果表都能繪圖。參見常見問題 (FAQ) 6.29"
#~ msgid "Add a New User"
#~ msgstr "新增新使用者"
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 13fc53dfd8..dcba2c5019 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -306,7 +306,7 @@ Todo now:
8. add a milestone for this new version in the bugs tickets, at https://sourceforge.net/p/phpmyadmin/bugs/milestones
- 9. send a private twitter message to @phpmya, containing a short version of the announcement
+ 9. tweet from @phpmya a link to the release notes (see item 5 above); your account should be added to TweetDeck to ease this posting
10. for a stable version, update demo/php/versions.ini in the scripts repository so that the demo server shows current versions